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

BLE_GATTS_OP_EXEC_WRITE_REQ_NOW never received

I've merged the experimental_ble_queued writes sample code into my project and am testing the long write characteristic with nrfConnect from an Android phone. I get no errors anywhere, everything seems to work fine, except I never receive the BLE_GATTS_OP_EXEC_WRITE_REQ_NOW op in the BLE_GATTS_EVT_RW_AUTHORIZE_REQUEST event. I do get the BLE_GATTS_OP_PREP_WRITE_REQ and see that the code replies to it properly but then I get nothing more. Any ideas?

I'm on nRF5 SDK v12.2.0 with the S132 v3.1.0

No errors in nrfConnect log either.

Related