Encryption status

C

#define BLE_GAP_ENCRYPT_SUCCESS                                 0x00
#define BLE_GAP_ENCRYPT_FAIL                                    0x01

Description

Defines the encryption status.

Macro Definition

MacroDescription
BLE_GAP_ENCRYPT_SUCCESSThe LE link is is now encrypted.
BLE_GAP_ENCRYPT_FAILThe attempt to encrypt the LE link was unsuccessful.