GATTS_GattServiceOptions_T
C
typedef struct GATTS_GattServiceOptions_T
{
uint8_t enable;
} GATTS_GattServiceOptions_T;Description
Structure for configuration options for a GATT service.
Field Documentation
| Field | Description |
|---|---|
| enable | Flag to enable or disable the GATT service. Set to 1 to enable, 0 to disable. |
