BLE_SCM_EventId_T
C
typedef enum BLE_SCM_EventId_T
{
BLE_SCM_EVT_SVC_CHANGE,
BLE_SCM_EVT_BONDED_CHAR_INFO,
BLE_SCM_EVT_CONFIGURED,
BLE_SCM_EVT_DISC_COMPLETE,
}BLE_SCM_EventId_T;Description
Enumeration for BLE Service Change Module (SCM) event identifiers.
| Enumerator | Description |
|---|---|
| BLE_SCM_EVT_SVC_CHANGE | Event indicating a service change indication has been received from a remote device. Refer to BLE_SCM_EvtServiceChange_T for the structure detailing event information. |
| BLE_SCM_EVT_BONDED_CHAR_INFO | Event indicating characteristic handle information for the GATT Service of a remote bonded device is available. The application is responsible for managing this bonded information, such as storing it in persistent storage. Refer to BLE_SCM_EvtBondedCharInfo_T for the structure detailing event information. |
| BLE_SCM_EVT_CONFIGURED | Event generated after GATT client configuration procedures are completed. Refer to BLE_SCM_EvtConfigured_T for the structure detailing event information. |
| BLE_SCM_EVT_DISC_COMPLETE | Event generated upon completion of GATT service discovery for a remote connection. Refer to BLE_SCM_EvtDiscComplete_T for the structure detailing event information. |
