Searched refs:retransmit_i_frames (Results 1 – 1 of 1) sorted by relevance
94 static bool retransmit_i_frames(tL2C_CCB* p_ccb, uint8_t tx_seq);1112 all_ok = retransmit_i_frames(p_ccb, L2C_FCR_RETX_ALL_PKTS); in process_s_frame()1117 all_ok = retransmit_i_frames(p_ccb, L2C_FCR_RETX_ALL_PKTS); in process_s_frame()1127 all_ok = retransmit_i_frames( in process_s_frame()1173 if (!retransmit_i_frames(p_ccb, L2C_FCR_RETX_ALL_PKTS)) { in process_i_frame()1555 static bool retransmit_i_frames(tL2C_CCB* p_ccb, uint8_t tx_seq) { in retransmit_i_frames() function