Zephyr API Documentation 4.2.0-rc2
A Scalable Open Source RTOS
 4.2.0-rc2
bt_l2cap_br_window Struct Reference

I-Frame transmission window for none BASIC mode L2cap connected channel. More...

#include <l2cap.h>

Data Fields

sys_snode_t node
uint16_t tx_seq
 tx seq
uint16_t len
 data len
uint8_tdata
 data address
uint8_t transmit_counter
 Transmit Counter.
uint8_t sar
 SAR flag.
bool srej
 srej flag
struct net_buf_simple_state sdu_state
struct net_bufsdu
uint16_t sdu_total_len

Detailed Description

I-Frame transmission window for none BASIC mode L2cap connected channel.

Field Documentation

◆ data

uint8_t* bt_l2cap_br_window::data

data address

◆ len

uint16_t bt_l2cap_br_window::len

data len

◆ node

sys_snode_t bt_l2cap_br_window::node

◆ sar

uint8_t bt_l2cap_br_window::sar

SAR flag.

◆ sdu

struct net_buf* bt_l2cap_br_window::sdu

◆ sdu_state

struct net_buf_simple_state bt_l2cap_br_window::sdu_state

◆ sdu_total_len

uint16_t bt_l2cap_br_window::sdu_total_len

◆ srej

bool bt_l2cap_br_window::srej

srej flag

◆ transmit_counter

uint8_t bt_l2cap_br_window::transmit_counter

Transmit Counter.

◆ tx_seq

uint16_t bt_l2cap_br_window::tx_seq

tx seq


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