Searched refs:expected_tx_seq (Results 1 – 2 of 2) sorted by relevance
1845 log_info("Send S-Frame: SREJ %u", channel->expected_tx_seq); in l2cap_run_for_classic_channel_ertm()1846 …ECTIVE_REJECT, 0, channel->set_final_bit_after_packet_with_poll_bit_set, channel->expected_tx_seq); in l2cap_run_for_classic_channel_ertm()4721 …log_info("State: expected_tx_seq %02u, req_seq %02u", l2cap_channel->expected_tx_seq, l2cap_channe… in l2cap_acl_classic_handler_for_channel()4754 if (l2cap_channel->expected_tx_seq == tx_seq){ in l2cap_acl_classic_handler_for_channel()4756 … l2cap_channel->expected_tx_seq = l2cap_next_ertm_seq_nr(l2cap_channel->expected_tx_seq); in l2cap_acl_classic_handler_for_channel()4757 l2cap_channel->req_seq = l2cap_channel->expected_tx_seq; in l2cap_acl_classic_handler_for_channel()4768 …nfo("Processing stored frame with TxSeq == ExpectedTxSeq == %02u", l2cap_channel->expected_tx_seq); in l2cap_acl_classic_handler_for_channel()4769 … l2cap_channel->expected_tx_seq = l2cap_next_ertm_seq_nr(l2cap_channel->expected_tx_seq); in l2cap_acl_classic_handler_for_channel()4770 l2cap_channel->req_seq = l2cap_channel->expected_tx_seq; in l2cap_acl_classic_handler_for_channel()4787 int delta = (tx_seq - l2cap_channel->expected_tx_seq) & 0x3f; in l2cap_acl_classic_handler_for_channel()[all …]
357 uint8_t expected_tx_seq; member