2.0.0.4R9
Software Development Kit
 All Data Structures Files Functions Variables Typedefs Enumerations Enumerator Macros Modules
wiced_bt_cfg_gatt_settings_t Struct Reference

Data Fields

wiced_bt_gatt_appearance_t appearance
 
uint8_t client_max_links
 
uint16_t max_attr_len
 
uint16_t max_mtu_size
 
uint8_t server_max_links
 

Detailed Description

GATT settings

Field Documentation

wiced_bt_gatt_appearance_t wiced_bt_cfg_gatt_settings_t::appearance

GATT appearance (see #gatt_appearance_e)

uint8_t wiced_bt_cfg_gatt_settings_t::client_max_links

Client config: maximum number of servers that local client can connect to

uint16_t wiced_bt_cfg_gatt_settings_t::max_attr_len

Maximum attribute length; gki_cfg must have a corresponding buffer pool that can hold this length

uint16_t wiced_bt_cfg_gatt_settings_t::max_mtu_size

Maximum MTU size for GATT connections, should be between 23 and (max_attr_len + 5)

uint8_t wiced_bt_cfg_gatt_settings_t::server_max_links

Server config: maximum number of remote clients connections allowed by the local


The documentation for this struct was generated from the following files: