GATT_EvtClientFeatureChange_T

C

typedef struct GATT_EvtClientFeatureChange_T
{
    uint16_t            connHandle;
    uint8_t             clientSupportFeature;
} GATT_EvtClientFeatureChange_T;

Description

Structure for the GATTS_EVT_CLIENT_FEATURE_CHANGE event.

Field Documentation

FieldDescription
connHandleConnection handle associated with this connection.
clientSupportFeatureBitmask representing the client-supported features. Refer to GATT client features for details.