BLE_DM_EvtSecurityStart_T
C
typedef struct BLE_DM_EvtSecurityStart_T
{
    BLE_DM_SecurityProc_T           procedure;
} BLE_DM_EvtSecurityStart_T;Description
Data structure for BLE_DM_EVT_SECURITY_START event.
Field Documentation
| Field | Description | 
|---|---|
| procedure | The procedure that has started. | 
