Home
last modified time | relevance | path

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

/packages/modules/Bluetooth/system/gd/l2cap/internal/
Denhanced_retransmission_mode_channel_data_controller.cc180 …if (f == Final::NOT_SET && with_expected_tx_seq(tx_seq) && with_valid_req_seq(req_seq) && with_val… in recv_i_frame()
186 …} else if (f == Final::POLL_RESPONSE && with_expected_tx_seq(tx_seq) && with_valid_req_seq(req_seq… in recv_i_frame()
209 …} else if (with_expected_tx_seq(tx_seq) && with_valid_req_seq(req_seq) && with_valid_f_bit(f) && l… in recv_i_frame()
222 …if (f == Final::NOT_SET && with_expected_tx_seq(tx_seq) && with_valid_req_seq(req_seq) && with_val… in recv_i_frame()
228 …} else if (f == Final::POLL_RESPONSE && with_expected_tx_seq(tx_seq) && with_valid_req_seq(req_seq… in recv_i_frame()
507 bool with_expected_tx_seq(uint8_t tx_seq) { in with_expected_tx_seq() function
549 return !with_invalid_tx_seq(tx_seq) && !with_expected_tx_seq(tx_seq); in not_with_expected_tx_seq()