BLE_SCM_EvtServiceChange_T

C

typedef struct BLE_SCM_EvtServiceChange_T
{
    uint16_t                    connHandle;
    uint16_t                    scStartHandle;
    uint16_t                    scEndHandle;
} BLE_SCM_EvtServiceChange_T;

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.