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

#include <wiced_bt_l2c.h>

Data Fields

wiced_bt_l2cap_fcr_options_t fcr
 
wiced_bool_t fcr_present
 
uint8_t fcs
 
wiced_bool_t fcs_present
 
uint16_t flags
 
uint16_t flush_timeout
 
wiced_bool_t flush_timeout_present
 
uint16_t mtu
 
wiced_bool_t mtu_present
 
wiced_bt_flow_spec_t qos
 
wiced_bool_t qos_present
 
uint16_t result
 

Detailed Description

Define a structure to hold the configuration parameters. Since the parameters are optional, for each parameter there is a boolean to use to signify its presence or absence. Refer to Volume 3, Part A, section 5.4 of BT Core specification for details

Field Documentation

◆ fcr

wiced_bt_l2cap_fcr_options_t wiced_bt_l2cap_cfg_information_t::fcr

Enhanced flow control and retransmission parameters

◆ fcr_present

wiced_bool_t wiced_bt_l2cap_cfg_information_t::fcr_present

TRUE if Enhanced retransmission & flow control option present

◆ fcs

uint8_t wiced_bt_l2cap_cfg_information_t::fcs

'0' if desire is to bypass FCS, otherwise '1'

◆ fcs_present

wiced_bool_t wiced_bt_l2cap_cfg_information_t::fcs_present

TRUE if Frame check sequence option present

◆ flags

uint16_t wiced_bt_l2cap_cfg_information_t::flags

bit 0: 0-no continuation, 1-continuation

◆ flush_timeout

uint16_t wiced_bt_l2cap_cfg_information_t::flush_timeout

Flush timeout value (1 msec increments)

◆ flush_timeout_present

wiced_bool_t wiced_bt_l2cap_cfg_information_t::flush_timeout_present

TRUE if flush option present

◆ mtu

uint16_t wiced_bt_l2cap_cfg_information_t::mtu

Maximum transmission unit size

◆ mtu_present

wiced_bool_t wiced_bt_l2cap_cfg_information_t::mtu_present

TRUE if MTU option present

◆ qos

wiced_bt_flow_spec_t wiced_bt_l2cap_cfg_information_t::qos

QoS configuration

◆ qos_present

wiced_bool_t wiced_bt_l2cap_cfg_information_t::qos_present

QoS configuration present

◆ result

uint16_t wiced_bt_l2cap_cfg_information_t::result

Only used in confirm messages


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