Home
last modified time | relevance | path

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

/aosp_15_r20/external/pigweed/pw_bluetooth_sapphire/host/l2cap/
H A Dchannel_configuration.cc174 uint8_t tx_window_size, in MakeEnhancedRetransmissionMode()
189 uint8_t tx_window_size, in RetransmissionAndFlowControlOption()
/aosp_15_r20/external/pigweed/pw_bluetooth_sapphire/public/pw_bluetooth_sapphire/internal/host/l2cap/
H A 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()
H A Dl2cap_defs.h426 uint8_t tx_window_size; member
/aosp_15_r20/out/soong/.intermediates/packages/modules/Bluetooth/system/pdl/l2cap/BluetoothGeneratedPacketsL2cap_h/gen/l2cap/
Dl2cap_packets.h372 …tionIsHint is_hint, RetransmissionAndFlowControlModeOption mode, uint8_t tx_window_size, uint8_t m… in RetransmissionAndFlowControlConfigurationOption()