kevincar / bless

Cross-platform Bluetooth Low Energy Server Python Library
MIT License
78 stars 26 forks source link

Get advertising address of central #107

Open pe224 opened 1 year ago

pe224 commented 1 year ago

On Windows, the address of the central server is randomized each time the server starts for privacy reasons. Is there a way for bless to report the (random) address it is currently serving on?

~Alternatively, is it possible to disable the MAC address randomization (either for bless only or Windows globally)?~ Does not seem to be possible on Windows according to https://github.com/microsoft/BluetoothLEExplorer/issues/14#issuecomment-384726932