HomeSort by relevance Sort by last modified time
    Searched refs:next_rx_seq (Results 1 - 3 of 3) sorted by null

  /external/libnfc-nci/src/nfc/llcp/
llcp_dlc.c 386 &&(p_dlcb->next_rx_seq == p_dlcb->sent_ack_seq)
897 p_dlcb->next_rx_seq, p_dlcb->sent_ack_seq);
901 if (p_dlcb->next_rx_seq != send_seq)
904 send_seq, p_dlcb->next_rx_seq);
938 p_dlcb->next_rx_seq = (p_dlcb->next_rx_seq + 1) % LLCP_SEQ_MODULO;
    [all...]
llcp_util.c 740 p_dlcb->sent_ack_seq = p_dlcb->next_rx_seq;
772 UINT8_TO_BE_STREAM (p, (p_dlcb->next_tx_seq << 4) | p_dlcb->next_rx_seq);
808 if (p_dlcb->sent_ack_seq == p_dlcb->next_rx_seq)
843 p_dlcb->sent_ack_seq = p_dlcb->next_rx_seq;
864 p_dlcb->next_rx_seq,
866 p_dlcb->next_rx_seq, p_dlcb->sent_ack_seq);
  /external/libnfc-nci/src/nfc/int/
llcp_int.h 185 UINT8 next_rx_seq; /* V(R), receive state variable */ member in struct:__anon10617

Completed in 199 milliseconds