![]() |
S115 SoftDevice for nRF54L15/nRF54L10/nRF54L05 API documentation 10.0.0
|
Macros | |
| #define | BLE_GAP_CONN_SEC_MODE_SET_NO_ACCESS(ptr) |
| Set sec_mode pointed to by ptr to have no access rights. | |
| #define | BLE_GAP_CONN_SEC_MODE_SET_OPEN(ptr) |
| Set sec_mode pointed to by ptr to require no protection, open link. | |
| #define | BLE_GAP_CONN_SEC_MODE_SET_ENC_NO_MITM(ptr) |
| Set sec_mode pointed to by ptr to require encryption, but no MITM protection. | |
| #define | BLE_GAP_CONN_SEC_MODE_SET_ENC_WITH_MITM(ptr) |
| Set sec_mode pointed to by ptr to require encryption and MITM protection. | |
| #define | BLE_GAP_CONN_SEC_MODE_SET_LESC_ENC_WITH_MITM(ptr) |
| Set sec_mode pointed to by ptr to require LESC encryption and MITM protection. | |