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

Automatically response to indication(s120)

Hello,there is a way that can automatically confirm receipt of the packet from the server,without to call evrey time sd_ble_gattc_hv_confirm() after each received indication from server?

Parents Reply
  • Thanks a lot Petter Myhere ,I don't want to call every time sd_ble_gattc_hv_confirm() after BLE_GATTC_EVT_HVX event beacause if this will not send with succsess(will return NRF_BUSY) I will block the server which send me the indication(if I have more than one server connected with me,the next server will override tx buffer for confirmation because I receive packets for many servers on a connection interval ). I want to know if I can configurate at first time as the client to respond alone with a confirmation to server and this will manage alone confiramtion to the server?

Children
No Data
Related