GATTS_BondingParams_T
C
typedef struct GATTS_BondingParams_T { uint8_t serviceChange; uint8_t clientSupportFeature; } GATTS_BondingParams_T;
Description
Structure for bonding information.
Field Documentation
Field | Description |
---|---|
serviceChange | Indicates the service change state. Refer to GATT database change state for valid value. |
clientSupportFeature | Indicates supported features of the client, such as reliable writes. Refer to GATT client features for valid value. |