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
Data structure for BLE_SCM_EVT_SVC_CHANGE event.
Field Documentation
| Field | Description |
|---|---|
| connHandle | Connection handle associated with this connection. |
| scStartHandle | Start attribute handle of service change at remote. |
| scEndHandle | End attribute handle of service change at remote. |
