Lines Matching refs:tL2C_CCB
89 static BOOLEAN process_reqseq (tL2C_CCB *p_ccb, UINT16 ctrl_word);
90 static void process_s_frame (tL2C_CCB *p_ccb, BT_HDR *p_buf, UINT16 ctrl_word);
91 static void process_i_frame (tL2C_CCB *p_ccb, BT_HDR *p_buf, UINT16 ctrl_word, BOOLEAN delay_ack…
92 static BOOLEAN retransmit_i_frames (tL2C_CCB *p_ccb, UINT8 tx_seq);
93 static void prepare_I_frame (tL2C_CCB *p_ccb, BT_HDR *p_buf, BOOLEAN is_retransmission);
94 static void process_stream_frame (tL2C_CCB *p_ccb, BT_HDR *p_buf);
95 static BOOLEAN do_sar_reassembly (tL2C_CCB *p_ccb, BT_HDR *p_buf, UINT16 ctrl_word);
98 static BOOLEAN l2c_corrupt_the_fcr_packet (tL2C_CCB *p_ccb, BT_HDR *p_buf,
100 static BOOLEAN l2c_bypass_sframe_packet (tL2C_CCB *p_ccb);
104 static void l2c_fcr_collect_ack_delay (tL2C_CCB *p_ccb, UINT8 num_bufs_acked);
175 void l2c_fcr_start_timer (tL2C_CCB *p_ccb) in l2c_fcr_start_timer()
206 void l2c_fcr_stop_timer (tL2C_CCB *p_ccb) in l2c_fcr_stop_timer()
227 void l2c_fcr_cleanup (tL2C_CCB *p_ccb) in l2c_fcr_cleanup()
387 BOOLEAN l2c_fcr_is_flow_controlled (tL2C_CCB *p_ccb) in l2c_fcr_is_flow_controlled()
421 static void prepare_I_frame (tL2C_CCB *p_ccb, BT_HDR *p_buf, BOOLEAN is_retransmission) in prepare_I_frame()
520 void l2c_fcr_send_S_frame (tL2C_CCB *p_ccb, UINT16 function_code, UINT16 pf_bit) in l2c_fcr_send_S_frame()
638 void l2c_fcr_proc_pdu (tL2C_CCB *p_ccb, BT_HDR *p_buf) in l2c_fcr_proc_pdu()
865 void l2c_fcr_proc_tout (tL2C_CCB *p_ccb) in l2c_fcr_proc_tout()
901 void l2c_fcr_proc_ack_tout (tL2C_CCB *p_ccb) in l2c_fcr_proc_ack_tout()
929 static BOOLEAN process_reqseq (tL2C_CCB *p_ccb, UINT16 ctrl_word) in process_reqseq()
1022 static void process_s_frame (tL2C_CCB *p_ccb, BT_HDR *p_buf, UINT16 ctrl_word) in process_s_frame()
1105 static void process_i_frame (tL2C_CCB *p_ccb, BT_HDR *p_buf, UINT16 ctrl_word, BOOLEAN delay_ack) in process_i_frame()
1299 static void process_stream_frame (tL2C_CCB *p_ccb, BT_HDR *p_buf) in process_stream_frame()
1388 static BOOLEAN do_sar_reassembly (tL2C_CCB *p_ccb, BT_HDR *p_buf, UINT16 ctrl_word) in do_sar_reassembly()
1513 static BOOLEAN retransmit_i_frames (tL2C_CCB *p_ccb, UINT8 tx_seq) in retransmit_i_frames()
1624 BT_HDR *l2c_fcr_get_next_xmit_sdu_seg (tL2C_CCB *p_ccb, UINT16 max_packet_length) in l2c_fcr_get_next_xmit_sdu_seg()
1831 UINT8 l2c_fcr_chk_chan_modes (tL2C_CCB *p_ccb) in l2c_fcr_chk_chan_modes()
1859 BOOLEAN l2c_fcr_adj_our_req_options (tL2C_CCB *p_ccb, tL2CAP_CFG_INFO *p_cfg) in l2c_fcr_adj_our_req_options()
1975 void l2c_fcr_adj_monitor_retran_timeout (tL2C_CCB *p_ccb) in l2c_fcr_adj_monitor_retran_timeout()
2012 void l2c_fcr_adj_our_rsp_options (tL2C_CCB *p_ccb, tL2CAP_CFG_INFO *p_cfg) in l2c_fcr_adj_our_rsp_options()
2053 BOOLEAN l2c_fcr_renegotiate_chan(tL2C_CCB *p_ccb, tL2CAP_CFG_INFO *p_cfg) in l2c_fcr_renegotiate_chan()
2157 UINT8 l2c_fcr_process_peer_cfg_req(tL2C_CCB *p_ccb, tL2CAP_CFG_INFO *p_cfg) in l2c_fcr_process_peer_cfg_req()
2297 static BOOLEAN l2c_corrupt_the_fcr_packet (tL2C_CCB *p_ccb, BT_HDR *p_buf, in l2c_corrupt_the_fcr_packet()
2427 tL2C_CCB *p_ccb = NULL; in L2CA_SetupErtmTest()
2428 tL2C_CCB *p_temp_ccb; in L2CA_SetupErtmTest()
2522 tL2C_CCB *p_ccb = l2cu_find_ccb_by_cid (NULL, cid); in L2CA_SendPolledSFrame()
2545 static BOOLEAN l2c_bypass_sframe_packet (tL2C_CCB *p_ccb) in l2c_bypass_sframe_packet()
2584 tL2C_CCB *p_ccb = l2cu_find_ccb_by_cid (NULL, cid); in L2CA_BypassSFrame()
2622 static void l2c_fcr_collect_ack_delay (tL2C_CCB *p_ccb, UINT8 num_bufs_acked) in l2c_fcr_collect_ack_delay()