Home
last modified time | relevance | path

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

/hal_espressif-latest/components/bt/host/bluedroid/stack/l2cap/
Dl2c_fcr.c439 ctrl_word |= (p_fcrb->next_seq_expected) << L2CAP_FCR_REQ_SEQ_BITS_SHIFT; in prepare_I_frame()
441 p_fcrb->last_ack_sent = p_ccb->fcrb.next_seq_expected; in prepare_I_frame()
528 ctrl_word |= (p_ccb->fcrb.next_seq_expected << L2CAP_FCR_REQ_SEQ_BITS_SHIFT); in l2c_fcr_send_S_frame()
581 p_ccb->fcrb.last_ack_sent = p_ccb->fcrb.next_seq_expected; in l2c_fcr_send_S_frame()
661 p_ccb->fcrb.next_seq_expected, in l2c_fcr_proc_pdu()
764 p_ccb->fcrb.next_seq_expected); in l2c_fcr_proc_pdu()
784 && (p_ccb->fcrb.next_seq_expected != p_ccb->fcrb.last_ack_sent) ) { in l2c_fcr_proc_pdu()
788 …p_ccb->fcrb.local_busy, p_ccb->fcrb.rej_sent, p_ccb->fcrb.srej_sent, p_ccb->fcrb.next_seq_expected, 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()
[all …]
Dl2c_api.c1048 p_ccb->fcrb.next_seq_expected -= back_track; in L2CA_SendTestSFrame()
/hal_espressif-latest/components/bt/host/bluedroid/stack/l2cap/include/
Dl2c_int.h177 UINT8 next_seq_expected; /* Next peer sequence number expected */ member