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 D | types.h | 152 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 D | enhanced_retransmission_mode_engines.h | 36 uint8_t n_frames_in_tx_window,
|
H A D | enhanced_retransmission_mode_tx_engine.h | 51 uint8_t n_frames_in_tx_window,
|
/aosp_15_r20/external/pigweed/pw_bluetooth_sapphire/host/l2cap/ |
H A D | le_dynamic_channel_test.cc | 318 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 D | enhanced_retransmission_mode_engines.cc | 30 uint8_t n_frames_in_tx_window, in MakeLinkedEnhancedRetransmissionModeEngines() argument 42 n_frames_in_tx_window, in MakeLinkedEnhancedRetransmissionModeEngines()
|
H A D | enhanced_retransmission_mode_tx_engine.cc | 44 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 D | bredr_dynamic_channel.cc | 504 const auto n_frames_in_tx_window = in info() local 524 n_frames_in_tx_window, in info()
|
H A D | channel.cc | 175 info_.n_frames_in_tx_window, in ChannelImpl()
|
H A D | bredr_dynamic_channel_test.cc | 2340 EXPECT_EQ(kErtmNFramesInTxWindow, chan->info().n_frames_in_tx_window); in TEST_F()
|