Home
last modified time | relevance | path

Searched defs:tx_window_size (Results 1 – 3 of 3) sorted by relevance

/external/pigweed/pw_bluetooth_sapphire/host/l2cap/
Dchannel_configuration.cc174 uint8_t tx_window_size, in MakeEnhancedRetransmissionMode()
189 uint8_t tx_window_size, in RetransmissionAndFlowControlOption()
/external/pigweed/pw_bluetooth_sapphire/host/l2cap/public/pw_bluetooth_sapphire/internal/host/l2cap/
Dchannel_configuration.h137 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()
Dl2cap_defs.h426 uint8_t tx_window_size; member