embassy-rs / nrf-softdevice

Apache License 2.0
264 stars 79 forks source link

Create a separate portal for receiving notification events #244

Closed alexmoon closed 6 months ago

alexmoon commented 6 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.