Home
last modified time | relevance | path

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

/external/bluetooth/bluedroid/stack/l2cap/
Dl2c_fcr.c1517 UINT8 buf_seq; in retransmit_i_frames() local
1544 buf_seq = (ctrl_word & L2CAP_FCR_TX_SEQ_BITS) >> L2CAP_FCR_TX_SEQ_BITS_SHIFT; in retransmit_i_frames()
1546 … L2CAP_TRACE_DEBUG ("retransmit_i_frames() cur seq: %u looking for: %u", buf_seq, tx_seq); in retransmit_i_frames()
1548 if (tx_seq == buf_seq) in retransmit_i_frames()