Home
last modified time | relevance | path

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

/system/bt/gd/l2cap/internal/
Denhanced_retransmission_mode_channel_data_controller.cc198 … } else if (with_unexpected_tx_seq(tx_seq) && with_valid_req_seq(req_seq) && with_valid_f_bit(f) && in recv_i_frame()
239 … } else if (with_unexpected_tx_seq(tx_seq) && with_valid_req_seq(req_seq) && with_valid_f_bit(f)) { in recv_i_frame()
523 bool with_unexpected_tx_seq(uint8_t tx_seq) { in with_unexpected_tx_seq() function