Home
last modified time | relevance | path

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

/packages/modules/Bluetooth/system/gd/l2cap/internal/
Denhanced_retransmission_mode_channel_data_controller.cc104 if (tx_state_ == TxState::XMIT && !remote_busy() && rem_window_not_full()) { in data_request()
475 bool rem_window_not_full() { in rem_window_not_full() function
730 } else if (!remote_busy() && !pending_frames_.empty() && rem_window_not_full()) { in send_ack()
793 while (rem_window_not_full() && !pending_frames_.empty()) { in send_pending_i_frames()