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.cc 438 ctrl_word |= (p_fcrb->next_seq_expected) << L2CAP_FCR_REQ_SEQ_BITS_SHIFT;
440 p_fcrb->last_ack_sent = p_ccb->fcrb.next_seq_expected;
527 ctrl_word |= (p_ccb->fcrb.next_seq_expected << L2CAP_FCR_REQ_SEQ_BITS_SHIFT);
583 p_ccb->fcrb.last_ack_sent = p_ccb->fcrb.next_seq_expected;
665 p_ccb->fcrb.next_seq_expected, p_ccb->fcrb.last_ack_sent,
769 p_ccb->fcrb.next_seq_expected);
790 (p_ccb->fcrb.next_seq_expected != p_ccb->fcrb.last_ack_sent))
797 p_ccb->fcrb.srej_sent, p_ccb->fcrb.next_seq_expected,
    [all...]
l2c_int.h 174 uint8_t next_seq_expected; /* Next peer sequence number expected */ member in struct:__anon113944
    [all...]
l2c_api.cc     [all...]

Completed in 66 milliseconds