Home
last modified time | relevance | path

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

/hal_espressif-3.6.0/components/bt/host/bluedroid/stack/l2cap/
Dl2c_fcr.c441 p_fcrb->last_ack_sent = p_ccb->fcrb.next_seq_expected; in prepare_I_frame()
581 p_ccb->fcrb.last_ack_sent = p_ccb->fcrb.next_seq_expected; in l2c_fcr_send_S_frame()
662 p_ccb->fcrb.last_ack_sent, in l2c_fcr_proc_pdu()
784 && (p_ccb->fcrb.next_seq_expected != p_ccb->fcrb.last_ack_sent) ) { in l2c_fcr_proc_pdu()
789 p_ccb->fcrb.last_ack_sent); in l2c_fcr_proc_pdu()
851 …p_ccb->chnl_state, p_ccb->fcrb.wait_ack, p_ccb->fcrb.next_seq_expected, p_ccb->fcrb.last_ack_sent); in l2c_fcr_proc_ack_tout()
854 && (p_ccb->fcrb.last_ack_sent != p_ccb->fcrb.next_seq_expected) ) { in l2c_fcr_proc_ack_tout()
1175 num_to_ack = (p_fcrb->next_seq_expected - p_fcrb->last_ack_sent) & L2CAP_FCR_SEQ_MODULO; in process_i_frame()
/hal_espressif-3.6.0/components/bt/host/bluedroid/stack/l2cap/include/
Dl2c_int.h178 UINT8 last_ack_sent; /* Last peer sequence number ack'ed */ member