nrf52840 with SDK15
I am trying to update 3 characteristics if the correct value is written to an authenticated read write characteristic. Actually all of my characteristics are enabled with authentication required.
I have tried both running the sd_ble_gatts_value_set and queuing events for them so they do not interfere with eachother. I guess my question is whether I can write to multiple characteristics in a row in a peer manager event and if not how to handle this.
Thanks,
Bloq