Home
last modified time | relevance | path

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

/hal_espressif-latest/components/bt/host/bluedroid/stack/l2cap/
Dl2c_fcr.c93 static BOOLEAN retransmit_i_frames (tL2C_CCB *p_ccb, UINT8 tx_seq);
1002 all_ok = retransmit_i_frames (p_ccb, L2C_FCR_RETX_ALL_PKTS); in process_s_frame()
1008 all_ok = retransmit_i_frames (p_ccb, L2C_FCR_RETX_ALL_PKTS); in process_s_frame()
1018 …all_ok = retransmit_i_frames (p_ccb, (UINT8)((ctrl_word & L2CAP_FCR_REQ_SEQ_BITS) >> L2CAP_FCR_REQ… in process_s_frame()
1062 if (!retransmit_i_frames (p_ccb, L2C_FCR_RETX_ALL_PKTS)) { in process_i_frame()
1406 static BOOLEAN retransmit_i_frames (tL2C_CCB *p_ccb, UINT8 tx_seq) in retransmit_i_frames() function