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

No BLE_GATTS_EVT_RW_AUTHORIZE_REQUEST with secure connection?

When I add an attribute with BLE_GAP_CONN_SEC_MODE_SET_OPEN I get a BLE_GATTS_EVT_RW_AUTHORIZE_REQUEST event when I try to read it. I do not however get a BLE_GATTS_EVT_RW_AUTHORIZE_REQUEST event when I add the attributes with BLE_GAP_CONN_SEC_MODE_SET_ENC_NO_MITM. Why?

Related