Encryption status
C
#define BLE_GAP_ENCRYPT_SUCCESS 0x00 #define BLE_GAP_ENCRYPT_FAIL 0x01
Description
Defines the encryption status.
Macro Definition
| Macro | Description | 
|---|---|
| BLE_GAP_ENCRYPT_SUCCESS | The LE link is is now encrypted. | 
| BLE_GAP_ENCRYPT_FAIL | The attempt to encrypt the LE link was unsuccessful. | 
