Home
last modified time | relevance | path

Searched refs:n_frames_in_tx_window (Results 1 – 9 of 9) sorted by relevance

/aosp_15_r20/external/pigweed/pw_bluetooth_sapphire/public/pw_bluetooth_sapphire/internal/host/l2cap/
H A Dtypes.h152 uint8_t n_frames_in_tx_window,
162 n_frames_in_tx_window,
200 n_frames_in_tx_window(n_frames_in_tx_window_in), in mode()
214 uint8_t n_frames_in_tx_window; member
H A Denhanced_retransmission_mode_engines.h36 uint8_t n_frames_in_tx_window,
H A Denhanced_retransmission_mode_tx_engine.h51 uint8_t n_frames_in_tx_window,
/aosp_15_r20/external/pigweed/pw_bluetooth_sapphire/host/l2cap/
H A Dle_dynamic_channel_test.cc318 EXPECT_EQ(expected_info.n_frames_in_tx_window, in TEST_F()
319 actual_info.n_frames_in_tx_window); in TEST_F()
377 EXPECT_EQ(expected_info.n_frames_in_tx_window, in TEST_F()
378 actual_info.n_frames_in_tx_window); in TEST_F()
526 EXPECT_EQ(expected_info.n_frames_in_tx_window, in TEST_F()
527 actual_info.n_frames_in_tx_window); in TEST_F()
H A Denhanced_retransmission_mode_engines.cc30 uint8_t n_frames_in_tx_window, in MakeLinkedEnhancedRetransmissionModeEngines() argument
42 n_frames_in_tx_window, in MakeLinkedEnhancedRetransmissionModeEngines()
H A Denhanced_retransmission_mode_tx_engine.cc44 uint8_t n_frames_in_tx_window, in EnhancedRetransmissionModeTxEngine() argument
51 n_frames_in_tx_window_(n_frames_in_tx_window), in EnhancedRetransmissionModeTxEngine()
H A Dbredr_dynamic_channel.cc504 const auto n_frames_in_tx_window = in info() local
524 n_frames_in_tx_window, in info()
H A Dchannel.cc175 info_.n_frames_in_tx_window, in ChannelImpl()
H A Dbredr_dynamic_channel_test.cc2340 EXPECT_EQ(kErtmNFramesInTxWindow, chan->info().n_frames_in_tx_window); in TEST_F()