Home
last modified time | relevance | path

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

/system/bt/gd/l2cap/internal/
Denhanced_retransmission_mode_channel_data_controller.cc56 enum class TxState { enum
60 TxState tx_state_ = TxState::XMIT;
102 if (tx_state_ == TxState::XMIT && !remote_busy() && rem_window_not_full()) { in data_request()
104 } else if (tx_state_ == TxState::XMIT && (remote_busy() || rem_window_full())) { in data_request()
106 } else if (tx_state_ == TxState::WAIT_F) { in data_request()
116 if (tx_state_ == TxState::XMIT && rnr_sent()) { in local_busy_clear()
123 } else if (tx_state_ == TxState::XMIT) { in local_busy_clear()
130 if (tx_state_ == TxState::XMIT) { in recv_req_seq_and_f_bit()
138 tx_state_ = TxState::XMIT; in recv_req_seq_and_f_bit()
145 if (tx_state_ == TxState::WAIT_F && f == Final::POLL_RESPONSE) { in recv_f_bit()
[all …]