You signed in with another tab or window. Reload to refresh your session.You signed out in another tab or window. Reload to refresh your session.You switched accounts on another tab or window. Reload to refresh your session.Dismiss alert
Regarding the API, I think we should let the client handle most of the subtleties.
We should have a SetName(name) DBus call, and document that the name will be changed the next time the device connects, and then the bluez stack might see the change only at the next advertising report.
So basically, put some big warning: you can change the name, but you'll have to keep your internal state yourself.
One other solution, as the Android app has no issue setting the name during register. Register() takes the name as an argument, and once we are doing the second part of registering (where we check on the firmware and name, we set the name here). The bluez stack might notbe updated still, so we still need to tell the client to check on the internal state
The
0xbb
command can set the device name, we should work that into the API. Few questions to be answered first though:Register()
take the name argument. - can be done during normal connectionThe text was updated successfully, but these errors were encountered: