1.1.2.2.1.2.1 BLE_DM_EventId_T
C
typedef enum BLE_DM_EventId_T { BLE_DM_EVT_DISCONNECTED, BLE_DM_EVT_CONNECTED, BLE_DM_EVT_SECURITY_START, BLE_DM_EVT_SECURITY_SUCCESS, BLE_DM_EVT_SECURITY_FAIL, BLE_DM_EVT_PAIRED_DEVICE_FULL, BLE_DM_EVT_PAIRED_DEVICE_UPDATED, BLE_DM_EVT_CONN_UPDATE_SUCCESS, BLE_DM_EVT_CONN_UPDATE_FAIL, }BLE_DM_EventId_T;
Description
Enumeration type of BLE DM callback events.
Enumerator | Description |
---|---|
BLE_DM_EVT_DISCONNECTED | BLE link is terminated. See BLE_DM_Event_T for the event details. |
BLE_DM_EVT_CONNECTED | BLE link is established. See BLE_DM_Event_T for the event details. |
BLE_DM_EVT_SECURITY_START | Security procedure has started. See BLE_DM_EvtSecurityStart_T. for the event detail. |
BLE_DM_EVT_SECURITY_SUCCESS | Security procedure has finished successfully. See BLE_DM_EvtSecuritySuccess_T. for the event detail. |
BLE_DM_EVT_SECURITY_FAIL | Security procedure has failed. See BLE_DM_EvtSecurityFail_T. for the event detail. |
BLE_DM_EVT_PAIRED_DEVICE_FULL | The maximum record number of paired device have been reached. DM cannot store the latest bonding data to flash. To solve this problem, delete paired device that is not needed anymore. See the BLE_DM_EvtPairedDeviceFull_T for the event content. |
BLE_DM_EVT_PAIRED_DEVICE_UPDATED | A paired device have been updated. Application can use peerDevId get paired device information by BLE_DM_GetPairedDevice. |
BLE_DM_EVT_CONN_UPDATE_SUCCESS | Connection parameter update triggered by BLE_DM_ConnectionParameterUpdate is success. See BLE_DM_Event_T for the event details. |
BLE_DM_EVT_CONN_UPDATE_FAIL | Connection parameter update triggered by BLE_DM_ConnectionParameterUpdate is fail. See BLE_DM_Event_T for the event details. |