Home
last modified time | relevance | path

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

/external/pigweed/pw_bluetooth_sapphire/host/l2cap/public/pw_bluetooth_sapphire/internal/host/l2cap/
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
Denhanced_retransmission_mode_engines.h36 uint8_t n_frames_in_tx_window,
Denhanced_retransmission_mode_tx_engine.h51 uint8_t n_frames_in_tx_window,
/external/pigweed/pw_bluetooth_sapphire/host/l2cap/
Denhanced_retransmission_mode_engines.cc30 uint8_t n_frames_in_tx_window, in MakeLinkedEnhancedRetransmissionModeEngines() argument
42 n_frames_in_tx_window, in MakeLinkedEnhancedRetransmissionModeEngines()
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()
Denhanced_retransmission_mode_tx_engine.cc45 uint8_t n_frames_in_tx_window, in EnhancedRetransmissionModeTxEngine() argument
52 n_frames_in_tx_window_(n_frames_in_tx_window), in EnhancedRetransmissionModeTxEngine()
Dbredr_dynamic_channel.cc503 const auto n_frames_in_tx_window = in info() local
523 n_frames_in_tx_window, in info()
Dchannel.cc175 info_.n_frames_in_tx_window, in ChannelImpl()
Dbredr_dynamic_channel_test.cc2380 EXPECT_EQ(kErtmNFramesInTxWindow, chan->info().n_frames_in_tx_window); in TEST_F()