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 | The procedure that has finished successfully. | 
| bonded | The pairing procedure is bonded or not. True means it's bonded. | 
