Hello,
I was just editing the handling of sent packets and I wanted to evaluate the contents of the ble_gattc_evt_write_rsp_t struct which is part of the BLE_GATTC_EVT_WRITE_RSP i suppose. When I receive the event, I check the contents of bleEvent->evt.gattc_evt.params.write_rsp.data.
Data length is always reported as 0 for me and the data[] does not contain any valid data,... However on the client side I receive everything correctly. What does that mean? How is this event supposed to work?
Marius