Bluetooth Host Stack Library
wiced_bt_cfg_gatt_t Struct Reference

Description

GATT settings.

Data Fields

uint8_t max_db_service_modules
 Maximum number of GATT database segments to be added into the GATT DB. More...
 
uint8_t max_eatt_bearers
 Maximum number of allowed EATT bearers. More...
 

Field Documentation

◆ max_db_service_modules

uint8_t wiced_bt_cfg_gatt_t::max_db_service_modules

Maximum number of GATT database segments to be added into the GATT DB.

Note
: Should be set to 0 for most applications which do not update the GATT DB after invocation of wiced_bt_gatt_db_init

◆ max_eatt_bearers

uint8_t wiced_bt_cfg_gatt_t::max_eatt_bearers

Maximum number of allowed EATT bearers.

Note
: Should be set to 0, for applications which support only legacy bearers.