-
Notifications
You must be signed in to change notification settings - Fork 8
Description
I read this issue about the button name property, but it wasn't clear -- is the name property set separately for each app?
In my case, I set the button name to "Flic 2" in the Flic app, but when my app scans for buttons, it shows that the name field is empty. Meanwhile, if I use the Android BluetoothAdapter class to scan for devices, it shows the name as "F208d1wF."
I would like to have a name or ID that is visible in my app, the Flic app and the Android bluetooth framework. I can see the Bluetooth device address (80:E4:DA:77:5C:05) in my app and the Android framework, but I don't see a way to view it in the Flic app. I can see a UUID and serial number in my app, but not in the Android framework or the Flic app.
So my requests would be 1) share the name field across apps, if it isn't already, or 2) show the Bluetooth device address somewhere in the Flic app, perhaps on the screen shown below.