embassy-rs / nrf-softdevice

Apache License 2.0
269 stars 80 forks source link

Create a separate portal for receiving notification events #244

Closed alexmoon closed 8 months ago

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