IanHarvey / bluepy

Python interface to Bluetooth LE on Linux
Other
1.58k stars 490 forks source link

Get UUID instead of MAC address when scanning #416

Open tongclement opened 4 years ago

tongclement commented 4 years ago

Hello everyone,

I learnt that it is possible to get the uuid of a beacon after connecting to the beacon. However, I was wandering whether it is possible to get the list of uuid of beacons around it without connecting to the beacon instead of Mac Addresses in python. Many thanks.