I need to sendt several indications on one BLE_GATTS_EVT_WRITE event. If I just call sd_ble_gatts_hvx I get NRF_ERROR_BUSY Isn't it strange? API stats:
Only one indication procedure can be ongoing per connection at a time.
As I got this it means simultaneous indications are prohibited, but sequential are allowed.
Is there any solutions for that?
Thanks