Home
last modified time | relevance | path

Searched refs:n_frames_in_tx_window_ (Results 1 – 2 of 2) sorted by relevance

/aosp_15_r20/external/pigweed/pw_bluetooth_sapphire/host/l2cap/
H A Denhanced_retransmission_mode_tx_engine.cc51 n_frames_in_tx_window_(n_frames_in_tx_window), in EnhancedRetransmissionModeTxEngine()
60 PW_DCHECK(n_frames_in_tx_window_); in EnhancedRetransmissionModeTxEngine()
116 PW_DCHECK(NumUnackedFrames() <= n_frames_in_tx_window_, in UpdateAckSeq()
120 n_frames_in_tx_window_, in UpdateAckSeq()
257 NumUnackedFrames() < n_frames_in_tx_window_) { in MaybeSendQueuedData()
402 PW_CHECK(n_to_send <= n_frames_in_tx_window_); in RetransmitUnackedData()
/aosp_15_r20/external/pigweed/pw_bluetooth_sapphire/public/pw_bluetooth_sapphire/internal/host/l2cap/
H A Denhanced_retransmission_mode_tx_engine.h210 const uint8_t n_frames_in_tx_window_; variable