BluetoothLE extension: DeviceList

What is the format of string returned by DeviceList in case of multiple BLE devices found?

Hello Deep

It's a CSV string (comma separated values), UTF-8 character set.

2 Likes

May I know where i can find RSSI, MAC address and BLE name exactly in the CSV string?
What if multiple BLE devices found, each device's data will be there in new line?

Hi Deep

You could just set up a simple test Project and try it?

Each devices's data is not in a new line, it is appended to a CSV string.

Also note that devices do not necessary broadcast their identity data in a consistent order, that's up to the manufactures concerned.

1 Like

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