Replies: 1 comment 2 replies
-
To use short UUIDs, you need to turn them into a full UUID with normalize_uuid_16 or drop the |
Beta Was this translation helpful? Give feedback.
2 replies
Sign up for free
to join this conversation on GitHub.
Already have an account?
Sign in to comment
-
I have a bluetooth relay that I am trying to control. I sniffed the packets from my iphone and and the "on" command trace shows the following commands
The service discovery shows:
I am trying to reproduce the command in bleak:
but I get error:
bleak.exc.BleakCharacteristicNotFoundError: Characteristic 29 was not found!
I am a little confused because the service explorer doesn't show a characteristic with handle 29 but the packet trace shows the app sending them yet I can't send them with bleak.
Any pointers/input/assistance is greatly appreciated. This is all done using a Mac and packets sniffed using an iphone.
Beta Was this translation helpful? Give feedback.
All reactions