Home
last modified time | relevance | path

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

/hal_espressif-latest/components/bt/host/bluedroid/stack/l2cap/
Dl2c_fcr.c1412 UINT8 buf_seq; in retransmit_i_frames() local
1444 buf_seq = (ctrl_word & L2CAP_FCR_TX_SEQ_BITS) >> L2CAP_FCR_TX_SEQ_BITS_SHIFT; in retransmit_i_frames()
1446 … L2CAP_TRACE_DEBUG ("retransmit_i_frames() cur seq: %u looking for: %u", buf_seq, tx_seq); in retransmit_i_frames()
1448 if (tx_seq == buf_seq) { in retransmit_i_frames()