Home
last modified time | relevance | path

Searched refs:tx_window_size (Results 1 – 5 of 5) sorted by relevance

/external/pigweed/pw_bluetooth_sapphire/host/l2cap/
Dchannel_configuration.cc174 uint8_t tx_window_size, in MakeEnhancedRetransmissionMode() argument
181 tx_window_size, in MakeEnhancedRetransmissionMode()
189 uint8_t tx_window_size, in RetransmissionAndFlowControlOption() argument
195 tx_window_size_(tx_window_size), in RetransmissionAndFlowControlOption()
206 tx_window_size_ = option_payload.tx_window_size; in RetransmissionAndFlowControlOption()
219 payload.tx_window_size = tx_window_size_; in Encode()
Dbredr_dynamic_channel.cc504 remote_config().retransmission_flow_control_option()->tx_window_size(); in info()
1109 if (peer_rfc_option.tx_window_size() < kErtmMinUnackedInboundFrames) { in CheckForUnacceptableErtmOptions()
1114 peer_rfc_option.tx_window_size()); in CheckForUnacceptableErtmOptions()
1117 } else if (peer_rfc_option.tx_window_size() > kErtmMaxUnackedInboundFrames) { in CheckForUnacceptableErtmOptions()
1122 peer_rfc_option.tx_window_size()); in CheckForUnacceptableErtmOptions()
Dchannel_configuration_test.cc182 EXPECT_EQ(kTxWindow, rtx_option.tx_window_size()); in TEST_F()
/external/pigweed/pw_bluetooth_sapphire/host/l2cap/public/pw_bluetooth_sapphire/internal/host/l2cap/
Dchannel_configuration.h123 uint8_t tx_window_size,
137 uint8_t tx_window_size() const { return tx_window_size_; } in tx_window_size() function
139 void set_tx_window_size(uint8_t tx_window_size) { in set_tx_window_size() argument
140 tx_window_size_ = tx_window_size; in set_tx_window_size()
183 uint8_t tx_window_size,
Dl2cap_defs.h426 uint8_t tx_window_size; member