Home | History | Annotate | Download | only in l2cap

Lines Matching refs:p_ccb

597 extern void     l2cu_enqueue_ccb (tL2C_CCB *p_ccb);
598 extern void l2cu_dequeue_ccb (tL2C_CCB *p_ccb);
599 extern void l2cu_change_pri_ccb (tL2C_CCB *p_ccb, tL2CAP_CHNL_PRIORITY priority);
602 extern void l2cu_release_ccb (tL2C_CCB *p_ccb);
610 extern void l2cu_send_peer_connect_req (tL2C_CCB *p_ccb);
611 extern void l2cu_send_peer_connect_rsp (tL2C_CCB *p_ccb, UINT16 result, UINT16 status);
612 extern void l2cu_send_peer_config_req (tL2C_CCB *p_ccb, tL2CAP_CFG_INFO *p_cfg);
613 extern void l2cu_send_peer_config_rsp (tL2C_CCB *p_ccb, tL2CAP_CFG_INFO *p_cfg);
614 extern void l2cu_send_peer_config_rej (tL2C_CCB *p_ccb, UINT8 *p_data, UINT16 data_len, UINT16 rej_len);
615 extern void l2cu_send_peer_disc_req (tL2C_CCB *p_ccb);
622 extern void l2cu_set_acl_hci_header (BT_HDR *p_buf, tL2C_CCB *p_ccb);
623 extern void l2cu_check_channel_congestion (tL2C_CCB *p_ccb);
624 extern void l2cu_disconnect_chnl (tL2C_CCB *p_ccb);
644 void l2c_ucd_enqueue_pending_out_sec_q(tL2C_CCB *p_ccb, void *p_data);
645 BOOLEAN l2c_ucd_check_pending_info_req(tL2C_CCB *p_ccb);
646 BOOLEAN l2c_ucd_check_pending_out_sec_q(tL2C_CCB *p_ccb);
647 void l2c_ucd_send_pending_out_sec_q(tL2C_CCB *p_ccb);
648 void l2c_ucd_discard_pending_out_sec_q(tL2C_CCB *p_ccb);
649 BOOLEAN l2c_ucd_check_pending_in_sec_q(tL2C_CCB *p_ccb);
650 void l2c_ucd_send_pending_in_sec_q(tL2C_CCB *p_ccb);
651 void l2c_ucd_discard_pending_in_sec_q(tL2C_CCB *p_ccb);
653 BOOLEAN l2c_ucd_process_event(tL2C_CCB *p_ccb, UINT16 event, void *p_data);
671 extern void l2cu_send_feature_req (tL2C_CCB *p_ccb);
677 extern UINT8 l2cu_process_peer_cfg_req (tL2C_CCB *p_ccb, tL2CAP_CFG_INFO *p_cfg);
678 extern void l2cu_process_peer_cfg_rsp (tL2C_CCB *p_ccb, tL2CAP_CFG_INFO *p_cfg);
679 extern void l2cu_process_our_cfg_req (tL2C_CCB *p_ccb, tL2CAP_CFG_INFO *p_cfg);
680 extern void l2cu_process_our_cfg_rsp (tL2C_CCB *p_ccb, tL2CAP_CFG_INFO *p_cfg);
691 extern void l2cu_adjust_out_mps (tL2C_CCB *p_ccb);
702 extern void l2c_link_check_send_pkts (tL2C_LCB *p_lcb, tL2C_CCB *p_ccb, BT_HDR *p_buf);
733 extern void l2c_csm_execute (tL2C_CCB *p_ccb, UINT16 event, void *p_data);
738 L2C_API extern void l2c_enqueue_peer_data (tL2C_CCB *p_ccb, BT_HDR *p_buf);
744 extern void l2c_fcr_cleanup (tL2C_CCB *p_ccb);
745 extern void l2c_fcr_proc_pdu (tL2C_CCB *p_ccb, BT_HDR *p_buf);
746 extern void l2c_fcr_proc_tout (tL2C_CCB *p_ccb);
747 extern void l2c_fcr_proc_ack_tout (tL2C_CCB *p_ccb);
748 extern void l2c_fcr_send_S_frame (tL2C_CCB *p_ccb, UINT16 function_code, UINT16 pf_bit);
750 extern BOOLEAN l2c_fcr_is_flow_controlled (tL2C_CCB *p_ccb);
751 extern BT_HDR *l2c_fcr_get_next_xmit_sdu_seg (tL2C_CCB *p_ccb, UINT16 max_packet_length);
752 extern void l2c_fcr_start_timer (tL2C_CCB *p_ccb);
755 extern UINT8 l2c_fcr_chk_chan_modes (tL2C_CCB *p_ccb);
756 extern BOOLEAN l2c_fcr_adj_our_req_options (tL2C_CCB *p_ccb, tL2CAP_CFG_INFO *p_cfg);
757 extern void l2c_fcr_adj_our_rsp_options (tL2C_CCB *p_ccb, tL2CAP_CFG_INFO *p_peer_cfg);
758 extern BOOLEAN l2c_fcr_renegotiate_chan(tL2C_CCB *p_ccb, tL2CAP_CFG_INFO *p_cfg);
759 extern UINT8 l2c_fcr_process_peer_cfg_req(tL2C_CCB *p_ccb, tL2CAP_CFG_INFO *p_cfg);
760 extern void l2c_fcr_adj_monitor_retran_timeout (tL2C_CCB *p_ccb);
761 extern void l2c_fcr_stop_timer (tL2C_CCB *p_ccb);