Searched refs:tx_window_size (Results 1 – 4 of 4) sorted by relevance
/system/bt/gd/l2cap/classic/cert/ |
D | l2cap_performance_test.py | 92 def _ertm_mode_tx(self, mtu, packets, tx_window_size=10): argument 97 packets = packets // tx_window_size * tx_window_size 101 config = CertL2cap.config_option_ertm(fcs=FcsType.NO_FCS, tx_window_size=tx_window_size) 112 if i % tx_window_size == tx_window_size - 1: 113 …rtThat(cert_channel).emits(L2capMatchers.IFrame(payload=b'a' * mtu), at_least_times=tx_window_size) 123 def _ertm_mode_rx(self, mtu, packets, tx_window_size=10): argument 125 packets = packets // tx_window_size * tx_window_size 129 config = CertL2cap.config_option_ertm(fcs=FcsType.NO_FCS, tx_window_size=tx_window_size) 142 if i % tx_window_size == (tx_window_size - 1):
|
D | l2cap_test.py | 709 config = CertL2cap.config_option_ertm(fcs=FcsType.NO_FCS, tx_window_size=1) 734 config = CertL2cap.config_option_ertm(fcs=FcsType.NO_FCS, tx_window_size=1) 761 config = CertL2cap.config_option_ertm(fcs=FcsType.NO_FCS, tx_window_size=10) 841 …config = CertL2cap.config_option_ertm(fcs=FcsType.NO_FCS, tx_window_size=1, max_transmit=1, monito… 858 config = CertL2cap.config_option_ertm(fcs=FcsType.NO_FCS, tx_window_size=1, max_transmit=1) 877 config = CertL2cap.config_option_ertm(fcs=FcsType.NO_FCS, tx_window_size=2, max_transmit=2) 901 config = CertL2cap.config_option_ertm(fcs=FcsType.NO_FCS, max_transmit=2, tx_window_size=3) 925 config = CertL2cap.config_option_ertm(fcs=FcsType.NO_FCS, max_transmit=2, tx_window_size=3) 947 tx_window_size = 4 949 config = CertL2cap.config_option_ertm(fcs=FcsType.NO_FCS, tx_window_size=tx_window_size) [all …]
|
D | cert_l2cap.py | 302 tx_window_size=10, argument 315 rfc_opt.tx_window_size = tx_window_size
|
/system/bt/gd/l2cap/ |
D | l2cap_packets.pdl | 356 tx_window_size : 8, // 1-32 for Flow Control and Retransmission, 1-63 for Enhanced
|