1.1.2.2.1.3.10 BLE_DM_EvtSecuritySuccess_T

C

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

Field Documentation

FieldDescription
procedureThe procedure that has finished successfully.
bondedThe pairing procedure is bonded or not.