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

Enumeration of BLE Device Discovery (BLE_DD) module event identifiers.

EnumeratorDescription
BLE_DD_EVT_DISC_COMPLETEDiscovery of all services completed. Refer to BLE_DD_EvtDiscResult_T for result details.
BLE_DD_EVT_SEC_REQUIREDSecurity action required for characteristic access. Initiate encryption/authentication as needed. Refer to BLE_DD_EvtSecRequire_T.
BLE_DD_EVT_CONNECTEDBLE connection established. Refer to BLE_DD_EvtConnect_T for event details.
BLE_DD_EVT_DISCONNECTEDBLE connection terminated. Refer to BLE_DD_EvtDisconnect_T for event details.