Closed alexmoon closed 8 months ago
If gatt_client::run shares a portal with the other gatt_client methods (e.g. read, write, etc), it is not possible to concurrently receive notifications on a connection while using any other gatt_client methods.
gatt_client::run
gatt_client
read
write
If
gatt_client::run
shares a portal with the othergatt_client
methods (e.g.read
,write
, etc), it is not possible to concurrently receive notifications on a connection while using any othergatt_client
methods.