getsenic / gatt-python

Bluetooth GATT SDK for Python
MIT License
318 stars 86 forks source link

Unable to scan ble devices using service uuid #23

Open deepak-kakade opened 6 years ago

deepak-kakade commented 6 years ago

I have tried using the code below.

manager = ScanDevice(adapter_name='hci0',uuid='00001818-0000-1000-8000-00805f9b34fb')

But not able to discover getting an error as an invalid parameter.