Home
last modified time | relevance | path

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

/system/bt/gd/l2cap/internal/
Denhanced_retransmission_mode_channel_data_controller.cc102 if (tx_state_ == TxState::XMIT && !remote_busy() && rem_window_not_full()) { in data_request()
473 bool rem_window_not_full() { in rem_window_not_full() function
728 } else if (!remote_busy() && !pending_frames_.empty() && rem_window_not_full()) { in send_ack()
791 while (rem_window_not_full() && !pending_frames_.empty()) { in send_pending_i_frames()