GATTS_GattServiceOptions_T
C
typedef struct GATTS_GattServiceOptions_T
{
    uint8_t     enable;
} GATTS_GattServiceOptions_T;Description
Service options.
Field Documentation
| Field | Description | 
|---|---|
| enable | Enable or disable GATT service. | 
typedef struct GATTS_GattServiceOptions_T
{
    uint8_t     enable;
} GATTS_GattServiceOptions_T;Service options.
| Field | Description | 
|---|---|
| enable | Enable or disable GATT service. |