5.11.0.0R3
Software Development Kit
 
Loading...
Searching...
No Matches
wiced_bt_cfg_gatt_settings_t Struct Reference

#include <wiced_bt_cfg.h>

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

◆ appearance

wiced_bt_gatt_appearance_t wiced_bt_cfg_gatt_settings_t::appearance

GATT appearance (see gatt_appearance_e)

◆ client_max_links

uint8_t wiced_bt_cfg_gatt_settings_t::client_max_links

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

◆ max_attr_len

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

◆ max_mtu_size

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)

◆ server_max_links

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 file: