BLE_DM_EvtSecuritySuccess_T
C
typedef struct BLE_DM_EvtSecuritySuccess_T { BLE_DM_SecurityProc_T procedure; bool bonded; } BLE_DM_EvtSecuritySuccess_T;
Description
Data structure for BLE_DM_EVT_SECURITY_SUCCESS event.
Field Documentation
Field | Description |
---|---|
procedure | Security procedure that completed successfully. Refer to BLE_DM_SecurityProc_T for the definitions. |
bonded | Indicates whether the pairing is bonded. True if bonded. |