Home | History | Annotate | Download | only in l2cap

Lines Matching full:p_ccb

602 extern void l2cu_enqueue_ccb(tL2C_CCB* p_ccb);
603 extern void l2cu_dequeue_ccb(tL2C_CCB* p_ccb);
604 extern void l2cu_change_pri_ccb(tL2C_CCB* p_ccb, tL2CAP_CHNL_PRIORITY priority);
607 extern void l2cu_release_ccb(tL2C_CCB* p_ccb);
616 extern void l2cu_send_peer_connect_req(tL2C_CCB* p_ccb);
617 extern void l2cu_send_peer_connect_rsp(tL2C_CCB* p_ccb, uint16_t result,
619 extern void l2cu_send_peer_config_req(tL2C_CCB* p_ccb, tL2CAP_CFG_INFO* p_cfg);
620 extern void l2cu_send_peer_config_rsp(tL2C_CCB* p_ccb, tL2CAP_CFG_INFO* p_cfg);
621 extern void l2cu_send_peer_config_rej(tL2C_CCB* p_ccb, uint8_t* p_data,
623 extern void l2cu_send_peer_disc_req(tL2C_CCB* p_ccb);
635 extern void l2cu_set_acl_hci_header(BT_HDR* p_buf, tL2C_CCB* p_ccb);
636 extern void l2cu_check_channel_congestion(tL2C_CCB* p_ccb);
637 extern void l2cu_disconnect_chnl(tL2C_CCB* p_ccb);
652 extern void l2cu_send_peer_ble_credit_based_conn_res(tL2C_CCB* p_ccb,
654 extern void l2cu_send_peer_ble_credit_based_conn_req(tL2C_CCB* p_ccb);
655 extern void l2cu_send_peer_ble_flow_control_credit(tL2C_CCB* p_ccb,
657 extern void l2cu_send_peer_ble_credit_based_disconn_req(tL2C_CCB* p_ccb);
663 extern bool l2cu_is_ccb_active(tL2C_CCB* p_ccb);
672 extern void l2cu_send_feature_req(tL2C_CCB* p_ccb);
681 extern uint8_t l2cu_process_peer_cfg_req(tL2C_CCB* p_ccb,
683 extern void l2cu_process_peer_cfg_rsp(tL2C_CCB* p_ccb, tL2CAP_CFG_INFO* p_cfg);
684 extern void l2cu_process_our_cfg_req(tL2C_CCB* p_ccb, tL2CAP_CFG_INFO* p_cfg);
685 extern void l2cu_process_our_cfg_rsp(tL2C_CCB* p_ccb, tL2CAP_CFG_INFO* p_cfg);
699 extern void l2cu_adjust_out_mps(tL2C_CCB* p_ccb);
711 extern void l2c_link_check_send_pkts(tL2C_LCB* p_lcb, tL2C_CCB* p_ccb,
746 extern void l2c_csm_execute(tL2C_CCB* p_ccb, uint16_t event, void* p_data);
748 extern void l2c_enqueue_peer_data(tL2C_CCB* p_ccb, BT_HDR* p_buf);
753 extern void l2c_fcr_cleanup(tL2C_CCB* p_ccb);
754 extern void l2c_fcr_proc_pdu(tL2C_CCB* p_ccb, BT_HDR* p_buf);
755 extern void l2c_fcr_proc_tout(tL2C_CCB* p_ccb);
756 extern void l2c_fcr_proc_ack_tout(tL2C_CCB* p_ccb);
757 extern void l2c_fcr_send_S_frame(tL2C_CCB* p_ccb, uint16_t function_code,
761 extern bool l2c_fcr_is_flow_controlled(tL2C_CCB* p_ccb);
762 extern BT_HDR* l2c_fcr_get_next_xmit_sdu_seg(tL2C_CCB* p_ccb,
764 extern void l2c_fcr_start_timer(tL2C_CCB* p_ccb);
765 extern void l2c_lcc_proc_pdu(tL2C_CCB* p_ccb, BT_HDR* p_buf);
766 extern BT_HDR* l2c_lcc_get_next_xmit_sdu_seg(tL2C_CCB* p_ccb,
770 extern uint8_t l2c_fcr_chk_chan_modes(tL2C_CCB* p_ccb);
771 extern bool l2c_fcr_adj_our_req_options(tL2C_CCB* p_ccb,
773 extern void l2c_fcr_adj_our_rsp_options(tL2C_CCB* p_ccb,
775 extern bool l2c_fcr_renegotiate_chan(tL2C_CCB* p_ccb, tL2CAP_CFG_INFO* p_cfg);
776 extern uint8_t l2c_fcr_process_peer_cfg_req(tL2C_CCB* p_ccb,
778 extern void l2c_fcr_adj_monitor_retran_timeout(tL2C_CCB* p_ccb);
779 extern void l2c_fcr_stop_timer(tL2C_CCB* p_ccb);
798 extern void l2cble_credit_based_conn_req(tL2C_CCB* p_ccb);
799 extern void l2cble_credit_based_conn_res(tL2C_CCB* p_ccb, uint16_t result);
800 extern void l2cble_send_peer_disc_req(tL2C_CCB* p_ccb);
801 extern void l2cble_send_flow_control_credit(tL2C_CCB* p_ccb,