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
The definition of BLE_SCM module event ID.
| Enumerator | Description | 
|---|---|
| BLE_SCM_EVT_SVC_CHANGE | Receive service change indication from remote. See BLE_SCM_EvtServiceChange_T for event details. | 
| BLE_SCM_EVT_BONDED_CHAR_INFO | Characteristic handles information of GATT Service of remote bonded device. Application needs to take care the bonded information. e.g., storing information to persistent storage. See BLE_SCM_EvtBondedCharInfo_T for event details. | 
| BLE_SCM_EVT_CONFIGURED | Generated when GATT client configure procedures are done. See BLE_SCM_EvtConfigured_T for event details. | 
| BLE_SCM_EVT_DISC_COMPLETE | Generated when discovery of GATT service of remote connection is completed. See BLE_SCM_EvtDiscComplete_T for event details. | 
