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

FieldDescription
serviceChangeIndicates the service change state. Refer to GATT database change state for valid value.
clientSupportFeatureIndicates supported features of the client, such as reliable writes. Refer to GATT client features for valid value.