BLE_DM_EvtSecurityStart_T
C
typedef struct BLE_DM_EvtSecurityStart_T
{
BLE_DM_SecurityProc_T procedure;
} BLE_DM_EvtSecurityStart_T;Description
Structure for BLE_DM_EVT_SECURITY_START event.
Field Documentation
| Field | Description |
|---|---|
| procedure | Security procedure that has been initiated. Refer to BLE_DM_SecurityProc_T for the definitions. |
