GATT_EvtClientFeatureChange_T
C
typedef struct GATT_EvtClientFeatureChange_T
{
uint16_t connHandle;
uint8_t clientSupportFeature;
} GATT_EvtClientFeatureChange_T;Description
Data structure for GATTS_EVT_CLIENT_FEATURE_CHANGE event.
Field Documentation
| Field | Description |
|---|---|
| connHandle | Connection handle associated with this connection. |
| clientSupportFeature | Bit field represents client support features. See GATT client features. |
