This post is older than 2 years and might not be relevant anymore
More Info: Consider searching for newer posts

Is it possible to queue sd_ble_gatts_hvx calls ?

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

Parents Reply Children
No Data
Related