Hi,
What is the maximum/recommended/safe delay to reply to a BLE_GATTS_EVT_RW_AUTHORIZE_REQUEST
event (with sd_ble_gatts_rw_authorize_reply
)
Thanks.
Hi,
What is the maximum/recommended/safe delay to reply to a BLE_GATTS_EVT_RW_AUTHORIZE_REQUEST
event (with sd_ble_gatts_rw_authorize_reply
)
Thanks.
It should be 30 seconds. Are you experiencing something else?
No, I have not experienced any issue yet, but I've not been able to find this information (any pointer would be useful BTW). I want to be sure my design can fit in this kind of soft/hard limit before starting to implement it.
Thanks!
Please have a look at Vol. 3, Part F, Section 3.3.3 in the Bluetooth Core v5:
"A transaction not completed within 30 seconds shall time out."
Perfect, thanks for the link.
If I answered your question, please consider accepting my answer by clicking the grey circle next to it :)