1.2.2.2.3.2.1 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.

EnumeratorDescription
BLE_DD_EVT_DISC_COMPLETEThe discovery of all service is completed. See BLE_DD_EvtDiscResult_T for event details.
BLE_DD_EVT_SEC_REQUIREDEncryption/authentication permission is required accessing characteristic at remote. Application might need to initiate encryption/authentication to remote. See BLE_DD_EvtSecRequire_T for event details.
BLE_DD_EVT_CONNECTEDBLE link is established. See BLE_DD_EvtConnect_T for event details.
BLE_DD_EVT_DISCONNECTEDBLE link is terminated. See BLE_DD_EvtDisconnect_T for event details.