BLE_SCM_EvtServiceChange_T
C
typedef struct BLE_SCM_EvtServiceChange_T { uint16_t connHandle; uint16_t scStartHandle; uint16_t scEndHandle; } BLE_SCM_EvtServiceChange_T;
Description
Structure for BLE_SCM_EVT_SVC_CHANGE event.
Field Documentation
Field | Description |
---|---|
connHandle | Connection handle associated with this connection. |
scStartHandle | Starting handle of the changed service on the remote device. |
scEndHandle | Ending handle of the changed service on the remote device. |