GATT_EvtClientFeatureChange_T

C

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

Field Documentation

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