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

/system/bt/stack/l2cap/
H A Dl2c_fcr.c431 ctrl_word |= (p_fcrb->next_seq_expected) << L2CAP_FCR_REQ_SEQ_BITS_SHIFT;
433 p_fcrb->last_ack_sent = p_ccb->fcrb.next_seq_expected;
524 ctrl_word |= (p_ccb->fcrb.next_seq_expected << L2CAP_FCR_REQ_SEQ_BITS_SHIFT);
578 p_ccb->fcrb.last_ack_sent = p_ccb->fcrb.next_seq_expected;
660 p_ccb->fcrb.next_seq_expected,
772 p_ccb->fcrb.next_seq_expected);
793 && (p_ccb->fcrb.next_seq_expected != p_ccb->fcrb.last_ack_sent) )
798 p_ccb->local_cid, p_ccb->fcrb.local_busy, p_ccb->fcrb.rej_sent, p_ccb->fcrb.srej_sent, p_ccb->fcrb.next_seq_expected,
946 p_ccb->chnl_state, p_ccb->fcrb.wait_ack, p_ccb->fcrb.next_seq_expected, p_ccb->fcrb.last_ack_sent);
949 && (p_ccb->fcrb.last_ack_sent != p_ccb->fcrb.next_seq_expected) )
[all...]
H A Dl2c_int.h168 UINT8 next_seq_expected; /* Next peer sequence number expected */ member in struct:__anon1222
H A Dl2c_api.c1371 p_ccb->fcrb.next_seq_expected -= back_track;

Completed in 423 milliseconds