Home
last modified time | relevance | path

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

/system/bt/gd/l2cap/internal/
Denhanced_retransmission_mode_channel_data_controller.cc190 retransmit_i_frames(req_seq); in recv_i_frame()
232 retransmit_i_frames(req_seq); in recv_i_frame()
260 retransmit_i_frames(req_seq, p); in recv_rr()
276 retransmit_i_frames(req_seq, p); in recv_rr()
309 retransmit_i_frames(req_seq, p); in recv_rej()
319 retransmit_i_frames(req_seq, p); in recv_rej()
334 retransmit_i_frames(req_seq, p); in recv_rej()
344 retransmit_i_frames(req_seq, p); in recv_rej()
751 void retransmit_i_frames(uint8_t req_seq, Poll p = Poll::NOT_SET) { in retransmit_i_frames() function
/system/bt/stack/l2cap/
Dl2c_fcr.cc93 static bool retransmit_i_frames(tL2C_CCB* p_ccb, uint8_t tx_seq);
945 all_ok = retransmit_i_frames(p_ccb, L2C_FCR_RETX_ALL_PKTS); in process_s_frame()
950 all_ok = retransmit_i_frames(p_ccb, L2C_FCR_RETX_ALL_PKTS); in process_s_frame()
960 all_ok = retransmit_i_frames( in process_s_frame()
1004 if (!retransmit_i_frames(p_ccb, L2C_FCR_RETX_ALL_PKTS)) { in process_i_frame()
1264 static bool retransmit_i_frames(tL2C_CCB* p_ccb, uint8_t tx_seq) { in retransmit_i_frames() function