Home
last modified time | relevance | path

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

/system/bt/stack/l2cap/
Dl2c_fcr.cc667 p_ccb->fcrb.next_tx_seq, p_ccb->fcrb.last_rx_ack, in l2c_fcr_proc_pdu()
1009 num_bufs_acked = (req_seq - p_fcrb->last_rx_ack) & L2CAP_FCR_SEQ_MODULO; in process_reqseq()
1017 ctrl_word, req_seq, p_fcrb->last_rx_ack, in process_reqseq()
1024 p_fcrb->last_rx_ack = req_seq; in process_reqseq()
1569 p_ccb->fcrb.last_rx_ack, p_ccb->local_cid, p_ccb->fcrb.num_tries, in retransmit_i_frames()
Dl2c_int.h188 uint8_t last_rx_ack; /* Last sequence number ack'ed by the peer */ member