GATT_EvtServiceChange_T
C
typedef struct GATT_EvtServiceChange_T
{
uint16_t connHandle;
uint8_t serviceChange;
} GATT_EvtServiceChange_T;Description
Structure for GATTS_EVT_SERVICE_CHANGE event.
Field Documentation
| Field | Description |
|---|---|
| connHandle | Connection handle associated with this connection. Value 0x00 to all the bonded devices. |
| serviceChange | Indicates the state of service change. See GATT database change state. |
