1.2.2.2.4.3.7 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.
scStartHandleStart attribute handle of service change at remote.
scEndHandleEnd attribute handle of service change at remote.