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);
634 extern void l2cu_send_peer_ble_credit_based_conn_res (tL2C_CCB *p_ccb, UINT16 result);
635 extern void l2cu_send_peer_ble_credit_based_conn_req (tL2C_CCB *p_ccb);
636 extern void l2cu_send_peer_ble_flow_control_credit(tL2C_CCB *p_ccb, UINT16 credit_value);
637 extern void l2cu_send_peer_ble_credit_based_disconn_req(tL2C_CCB *p_ccb);
649 void l2c_ucd_enqueue_pending_out_sec_q(tL2C_CCB *p_ccb, void *p_data);
650 BOOLEAN l2c_ucd_check_pending_info_req(tL2C_CCB *p_ccb);
651 BOOLEAN l2c_ucd_check_pending_out_sec_q(tL2C_CCB *p_ccb);
652 void l2c_ucd_send_pending_out_sec_q(tL2C_CCB *p_ccb);
653 void l2c_ucd_discard_pending_out_sec_q(tL2C_CCB *p_ccb);
654 BOOLEAN l2c_ucd_check_pending_in_sec_q(tL2C_CCB *p_ccb);
655 void l2c_ucd_send_pending_in_sec_q(tL2C_CCB *p_ccb);
656 void l2c_ucd_discard_pending_in_sec_q(tL2C_CCB *p_ccb);
658 BOOLEAN l2c_ucd_process_event(tL2C_CCB *p_ccb, UINT16 event, void *p_data);
666 extern void l2cu_send_feature_req (tL2C_CCB *p_ccb);
674 extern UINT8 l2cu_process_peer_cfg_req (tL2C_CCB *p_ccb, tL2CAP_CFG_INFO *p_cfg);
675 extern void l2cu_process_peer_cfg_rsp (tL2C_CCB *p_ccb, tL2CAP_CFG_INFO *p_cfg);
676 extern void l2cu_process_our_cfg_req (tL2C_CCB *p_ccb, tL2CAP_CFG_INFO *p_cfg);
677 extern void l2cu_process_our_cfg_rsp (tL2C_CCB *p_ccb, tL2CAP_CFG_INFO *p_cfg);
688 extern void l2cu_adjust_out_mps (tL2C_CCB *p_ccb);
699 extern void l2c_link_check_send_pkts (tL2C_LCB *p_lcb, tL2C_CCB *p_ccb, BT_HDR *p_buf);
730 extern void l2c_csm_execute (tL2C_CCB *p_ccb, UINT16 event, void *p_data);
732 extern void l2c_enqueue_peer_data (tL2C_CCB *p_ccb, BT_HDR *p_buf);
738 extern void l2c_fcr_cleanup (tL2C_CCB *p_ccb);
739 extern void l2c_fcr_proc_pdu (tL2C_CCB *p_ccb, BT_HDR *p_buf);
740 extern void l2c_fcr_proc_tout (tL2C_CCB *p_ccb);
741 extern void l2c_fcr_proc_ack_tout (tL2C_CCB *p_ccb);
742 extern void l2c_fcr_send_S_frame (tL2C_CCB *p_ccb, UINT16 function_code, UINT16 pf_bit);
744 extern BOOLEAN l2c_fcr_is_flow_controlled (tL2C_CCB *p_ccb);
745 extern BT_HDR *l2c_fcr_get_next_xmit_sdu_seg (tL2C_CCB *p_ccb, UINT16 max_packet_length);
746 extern void l2c_fcr_start_timer (tL2C_CCB *p_ccb);
747 extern void l2c_lcc_proc_pdu (tL2C_CCB *p_ccb, BT_HDR *p_buf);
748 extern BT_HDR *l2c_lcc_get_next_xmit_sdu_seg (tL2C_CCB *p_ccb, UINT16 max_packet_length);
751 extern UINT8 l2c_fcr_chk_chan_modes (tL2C_CCB *p_ccb);
752 extern BOOLEAN l2c_fcr_adj_our_req_options (tL2C_CCB *p_ccb, tL2CAP_CFG_INFO *p_cfg);
753 extern void l2c_fcr_adj_our_rsp_options (tL2C_CCB *p_ccb, tL2CAP_CFG_INFO *p_peer_cfg);
754 extern BOOLEAN l2c_fcr_renegotiate_chan(tL2C_CCB *p_ccb, tL2CAP_CFG_INFO *p_cfg);
755 extern UINT8 l2c_fcr_process_peer_cfg_req(tL2C_CCB *p_ccb, tL2CAP_CFG_INFO *p_cfg);
756 extern void l2c_fcr_adj_monitor_retran_timeout (tL2C_CCB *p_ccb);
757 extern void l2c_fcr_stop_timer (tL2C_CCB *p_ccb);
772 extern void l2cble_credit_based_conn_req (tL2C_CCB *p_ccb);
773 extern void l2cble_credit_based_conn_res (tL2C_CCB *p_ccb, UINT16 result);
774 extern void l2cble_send_peer_disc_req(tL2C_CCB *p_ccb);
775 extern void l2cble_send_flow_control_credit(tL2C_CCB *p_ccb, UINT16 credit_value);