GATT_EvtServiceChange_T
C
typedef struct GATT_EvtServiceChange_T
{
    uint16_t    connHandle;
    uint8_t     serviceChange;
} GATT_EvtServiceChange_T;Description
Data 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 | Service change-aware state. Database change state. | 
