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

  /system/bt/stack/l2cap/
l2c_fcr.c 431 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,
    [all...]
l2c_int.h 168 UINT8 next_seq_expected; /* Next peer sequence number expected */ member in struct:__anon72814
    [all...]
l2c_api.c     [all...]

Completed in 34 milliseconds