Hello,
I need to send a file of about 70KB capacity through BLE. I send each packet as 16 bytes, I get an error 19 after about 10 submissions.
I have read the answers, and I found two ways to solve this. The first is to wait for the BLE_GATTC_EVT_WRITE_CMD_TX_COMPLETE event to send the packet, the second is to check the sd_ble_gattc_write error repeatedly until it succeeds.
Everything was perfect, but the problem happened to me when I sent 4KB. Both error 19 appears, without any BLE_GATTC_EVT_WRITE_CMD_TX_COMPLETE event occurred.
Please help me
Central and peripheral: nRF52832 SDK 15.3 softdevice 6.1.1