|
Zephyr API Documentation 4.3.99
A Scalable Open Source RTOS
|
I-Frame transmission window for none BASIC mode L2cap connected channel. More...
#include <zephyr/bluetooth/l2cap.h>
Data Fields | |
| sys_snode_t | node |
| uint16_t | tx_seq |
| tx seq | |
| uint16_t | len |
| data len | |
| uint8_t * | data |
| 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_buf * | sdu |
| uint16_t | sdu_total_len |
I-Frame transmission window for none BASIC mode L2cap connected channel.
| uint8_t* bt_l2cap_br_window::data |
data address
| uint16_t bt_l2cap_br_window::len |
data len
| sys_snode_t bt_l2cap_br_window::node |
| uint8_t bt_l2cap_br_window::sar |
SAR flag.
| struct net_buf* bt_l2cap_br_window::sdu |
| struct net_buf_simple_state bt_l2cap_br_window::sdu_state |
| uint16_t bt_l2cap_br_window::sdu_total_len |
| bool bt_l2cap_br_window::srej |
srej flag
| uint8_t bt_l2cap_br_window::transmit_counter |
Transmit Counter.
| uint16_t bt_l2cap_br_window::tx_seq |
tx seq