S115 SoftDevice for nRF54LV10 API documentation 10.0.0
Loading...
Searching...
No Matches
GAP attribute security requirement setters

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.
 

Detailed Description

See ble_gap_conn_sec_mode_t.