Replies: 1 comment
-
I went through this as well Only thing I saw is that bleak does not implement any vendor specific gatt services. Means if bluez does not know that service uuid it won't create the service & character objects. Its currently in the discussion - feel free to add your experience #1204 The examples are in the "example" subdir. A good one is https://github.com/hbldh/bleak/blob/develop/examples/two_devices.py Some words on your problems:
DefaultDelegate & AssignedNumbers: You don't need this. Bluez is doing that in background and exposing the results as dbus objects. You might want to check |
Beta Was this translation helpful? Give feedback.
-
Dear all.
I am trying to implement bleak to code built with bluepy.
Among bluepy functions below, is there any good migration example?
-Scanner
-DefaultDelegate
-AssignedNumbers
Beta Was this translation helpful? Give feedback.
All reactions