Home
last modified time | relevance | path

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

/packages/modules/Bluetooth/system/gd/l2cap/internal/
Denhanced_retransmission_mode_channel_data_controller.cc58 enum class TxState { enum
62 TxState tx_state_ = TxState::XMIT;
104 if (tx_state_ == TxState::XMIT && !remote_busy() && rem_window_not_full()) { in data_request()
106 } else if (tx_state_ == TxState::XMIT && (remote_busy() || rem_window_full())) { in data_request()
108 } else if (tx_state_ == TxState::WAIT_F) { in data_request()
118 if (tx_state_ == TxState::XMIT && rnr_sent()) { in local_busy_clear()
125 } else if (tx_state_ == TxState::XMIT) { in local_busy_clear()
132 if (tx_state_ == TxState::XMIT) { in recv_req_seq_and_f_bit()
140 tx_state_ = TxState::XMIT; in recv_req_seq_and_f_bit()
147 if (tx_state_ == TxState::WAIT_F && f == Final::POLL_RESPONSE) { in recv_f_bit()
[all …]