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
Field | Description |
---|---|
connHandle | Connection handle associated with this connection. |
status | Encryption status: GAP_STATUS_SUCCESS for successful encryption, other values indicate failure reasons as defined in GAP_STATUS. |