GATT_EvtClientFeatureChange_T
C
typedef struct GATT_EvtClientFeatureChange_T
{
uint16_t connHandle;
uint8_t clientSupportFeature;
} GATT_EvtClientFeatureChange_T;Description
Structure for GATTS_EVT_CLIENT_FEATURE_CHANGE event.
Field Documentation
| Field | Description |
|---|---|
| connHandle | Connection handle associated with this connection. |
| clientSupportFeature | Bitmask representing the client-supported features. Refer to GATT client features for details.. |
