Home
last modified time | relevance | path

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

/system/bt/stack/l2cap/
Dl2c_fcr.c92 static BOOLEAN retransmit_i_frames (tL2C_CCB *p_ccb, UINT8 tx_seq);
1031 all_ok = retransmit_i_frames (p_ccb, L2C_FCR_RETX_ALL_PKTS); in process_s_frame()
1036 all_ok = retransmit_i_frames (p_ccb, L2C_FCR_RETX_ALL_PKTS); in process_s_frame()
1046 …all_ok = retransmit_i_frames (p_ccb, (UINT8)((ctrl_word & L2CAP_FCR_REQ_SEQ_BITS) >> L2CAP_FCR_REQ… in process_s_frame()
1094 if (!retransmit_i_frames (p_ccb, L2C_FCR_RETX_ALL_PKTS)) in process_i_frame()
1501 static BOOLEAN retransmit_i_frames (tL2C_CCB *p_ccb, UINT8 tx_seq) in retransmit_i_frames() function