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

FieldDescription
connHandleConnection handle associated with this connection.
scStartHandleStarting handle of the changed service on the remote device.
scEndHandleEnding handle of the changed service on the remote device.