Hi Team,
Is there any example to understand Prepare Write Request/Prepare Write Response?
In ble_uart_app example, I am getting p_ble_evt->header.evt_id = 2 if I put printf in default case in on_ble_evt function.
Regards,
Milan Joshi
I am getting BLE_EVT_USER_MEM_RELEASE event and trying to print data on this event! Am I still missing something!? How to get data from all different offsets? In capture I am able to see that values are written on offsets 0,18,36,54,72 and 90.