GATT_EvtServiceChange_T

C

typedef struct GATT_EvtServiceChange_T
{
    uint16_t            connHandle;
    uint8_t             serviceChange;
} GATT_EvtServiceChange_T;

Description

Structure for the GATTS_EVT_SERVICE_CHANGE event.

Field Documentation

FieldDescription
connHandleConnection handle associated with this connection. Value 0x00 to all the bonded devices.
serviceChangeIndicates the state of service change. See GATT database change state for possible values.