-
Hello, |
Beta Was this translation helpful? Give feedback.
Answered by
surban
Jul 1, 2024
Replies: 1 comment 2 replies
-
There is no way to know whether a client is connected to a GATT server in BlueZ. If you need that information, the client should subscribe to a characteristic, which will cause a notification session to start. See CharacteristicNotify. |
Beta Was this translation helpful? Give feedback.
2 replies
Answer selected by
YFJiang
Sign up for free
to join this conversation on GitHub.
Already have an account?
Sign in to comment
There is no way to know whether a client is connected to a GATT server in BlueZ.
If you need that information, the client should subscribe to a characteristic, which will cause a notification session to start. See CharacteristicNotify.