BLE_DD_EventId_T
C
typedef enum BLE_DD_EventId_T
{
BLE_DD_EVT_DISC_COMPLETE,
BLE_DD_EVT_SEC_REQUIRED,
BLE_DD_EVT_CONNECTED,
BLE_DD_EVT_DISCONNECTED,
}BLE_DD_EventId_T;Description
The definition of BLE_DD module event ID.
| Enumerator | Description |
|---|---|
| BLE_DD_EVT_DISC_COMPLETE | The discovery of all service is completed. See BLE_DD_EvtDiscResult_T. |
| BLE_DD_EVT_SEC_REQUIRED | Encryption/authentication permission is required accessing characteristic at remote. Application might need to initiate encryption/authentication to remote. See BLE_DD_EvtSecRequire_T. |
| BLE_DD_EVT_CONNECTED | BLE link is established. See BLE_DD_EvtConnect_T for the event details. |
| BLE_DD_EVT_DISCONNECTED | BLE link is terminated. See BLE_DD_EvtDisconnect_T for the event details. |
