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
As far as I can tell, WinRT doesn't allow custom changes to local_name property that is broadcast. I've implemented more of a workaround rather than a true solution, by manipulating the name of the Windows Bluetooth module device.
This results in changes to the name of the bluetooth device as it is listed in the Windows Registery Key, and thus requires that you run bless with elevated privileges or set user access to the specific bluetooth properties key that allows for name changes
Closing this for now with this work around. Merged into the develop branch for now with merge #89
The problem
my_service_name doesn't seem to show in LightBlue when using Windows - it shows as the Windows device name
Reproduction
my_service_name = "Sparksy"
server = BlessServer(name=my_service_name)
Expected behavior
Show as Sparksy
Desktop (please complete the following information):
Is it supposed to work under Windows 10?
The text was updated successfully, but these errors were encountered: