How do you remove ble address in listview of available devices?

i was thinking of removing the ble address and show only the name from the listview without interrupting any functionality of the blocks, is there a way?
WhatsApp Image 2025-08-17 at 15.15.02_d60ca2e5


i have made another system that has this block which fetches the address of it, so i could possibly put 2 in the index value to show just the name but then it wouldnt be a list anymore, just a small string of a singular name.

how should i proceed?

Load your Listview elements from a reformatted copy of the devices list.

After selecting from the list view, use the selection index to lookup the device from the original device list for the connection

This topic was automatically closed 7 days after the last reply. New replies are no longer allowed.