BLE_GAP_EvtEncryptStatus_T

C

typedef struct BLE_GAP_EvtEncryptStatus_T
{
    uint16_t                connHandle;
    uint8_t                 status;
} BLE_GAP_EvtEncryptStatus_T;

Description

Structure for the BLE_GAP_EVT_ENCRYPT_STATUS event.This event is triggered when the encryption status is changed.

Field Documentation

FieldDescription
connHandleConnection handle associated with this connection.
statusEncryption status: GAP_STATUS_SUCCESS for successful encryption, other values indicate failure reasons as defined in GAP_STATUS.