Hi,
Might be a silly question,
but is there a gattc equivalent of the "BLE_GATTS_EVT_HVN_TX_COMPLETE", ie a similar/equivalent event that gets generated when a central sends a packet to the peripheral?
Thanks!
Hi,
Might be a silly question,
but is there a gattc equivalent of the "BLE_GATTS_EVT_HVN_TX_COMPLETE", ie a similar/equivalent event that gets generated when a central sends a packet to the peripheral?
Thanks!
Hi.
You have the BLE_GATTC_EVT_WRITE_CMD_TX_COMPLETE event

It is explained in sd_ble_gattc_write:

Best regards,
Andreas
Hi. Thanks for the reply. That's what I was looking for.
Hi. Thanks for the reply. That's what I was looking for.