BLE_DM_EvtSecuritySuccess_T

C

typedef struct BLE_DM_EvtSecuritySuccess_T
{
    BLE_DM_SecurityProc_T           procedure;
    bool                            bonded;
} BLE_DM_EvtSecuritySuccess_T;

Field Documentation

FieldDescription
procedureSecurity procedure that completed successfully. Refer to BLE_DM_SecurityProc_T for the definitions.
bondedIndicates whether the pairing is bonded. True if bonded.