Home
last modified time | relevance | path

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

/packages/modules/Bluetooth/system/stack/test/
Dstack_l2cap_test.cc153 .next_tx_seq = 0,
/packages/modules/Bluetooth/system/stack/l2cap/
Dl2c_fcr.cc297 ctrl_word |= (p_fcrb->next_tx_seq << L2CAP_FCR_TX_SEQ_BITS_SHIFT); /* Tx Seq */ in prepare_I_frame()
299 p_fcrb->next_tx_seq = (p_fcrb->next_tx_seq + 1) & L2CAP_FCR_SEQ_MODULO; in prepare_I_frame()
524 p_ccb->fcrb.next_tx_seq, p_ccb->fcrb.last_rx_ack, p_ccb->fcrb.next_seq_expected, in l2c_fcr_proc_pdu()
Dl2c_int.h208 uint8_t next_tx_seq; /* Next sequence number to be Tx'ed */ member