Replies: 1 comment
-
As mentioned in #526 (comment), if a single characteristic has property flags set for both notify and indicate, BlueZ will prefer notify. If the characteristic only has the property flag for indications, it should work. |
Beta Was this translation helpful? Give feedback.
0 replies
Sign up for free
to join this conversation on GitHub.
Already have an account?
Sign in to comment
-
bluetoothctl -v
) in case of Linux: 5.54Description
For a Blood Pressure Device i try to read the measurement value. The characteristic "2A35" depends on the INDICATION.
I wrote an simple routine with client.start_notify(char_uuid, callback). But no event is detected.
For an Heartratemonitor with NOTIFY the routine works well.
It looks like INDICATION does not work for BlueZ. Is it true? At bleak/backends/bluezdbus/client.py i does'nt find any hint to INDICATION implementation.
Have I something overlooked?
Beta Was this translation helpful? Give feedback.
All reactions