Replies: 1 comment 2 replies
-
No, this is not possible. There is no parameter to StartNotify. The code where BlueZ prefers notifications over indications is here. If you control the firmware of the peripheral, I would suggest not implementing notify and indicate on the same characteristic. |
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
-
Description
in the bleak.backends.winrt.client, the function start_notify has a force_indicate (bool) option, is there a way to acquire the same effect on the backend which uses BlueZ on Linux?
Beta Was this translation helpful? Give feedback.
All reactions