• Home
  • Raw
  • Download

Lines Matching refs:tL2C_LCB

555 } tL2C_LCB;  typedef
579 tL2C_LCB lcb_pool[MAX_L2CAP_LINKS]; /* Link Control Block pool */
593 tL2C_LCB* p_cur_hcit_lcb; /* Current HCI Transport buffer */
672 extern tL2C_LCB* l2cu_allocate_lcb(const RawAddress& p_bd_addr, bool is_bonding,
674 extern void l2cu_release_lcb(tL2C_LCB* p_lcb);
675 extern tL2C_LCB* l2cu_find_lcb_by_bd_addr(const RawAddress& p_bd_addr,
677 extern tL2C_LCB* l2cu_find_lcb_by_handle(uint16_t handle);
687 extern tL2C_CCB* l2cu_allocate_ccb(tL2C_LCB* p_lcb, uint16_t cid);
689 extern tL2C_CCB* l2cu_find_ccb_by_cid(tL2C_LCB* p_lcb, uint16_t local_cid);
690 extern tL2C_CCB* l2cu_find_ccb_by_remote_cid(tL2C_LCB* p_lcb,
692 extern bool l2c_is_cmd_rejected(uint8_t cmd_code, uint8_t id, tL2C_LCB* p_lcb);
694 extern void l2cu_send_peer_cmd_reject(tL2C_LCB* p_lcb, uint16_t reason,
704 extern void l2cu_send_peer_disc_rsp(tL2C_LCB* p_lcb, uint8_t remote_id,
706 extern void l2cu_send_peer_echo_rsp(tL2C_LCB* p_lcb, uint8_t id,
708 extern void l2cu_send_peer_info_rsp(tL2C_LCB* p_lcb, uint8_t id,
710 extern void l2cu_reject_connection(tL2C_LCB* p_lcb, uint16_t remote_cid,
712 extern void l2cu_send_peer_info_req(tL2C_LCB* p_lcb, uint16_t info_type);
717 extern void l2cu_send_peer_ble_par_req(tL2C_LCB* p_lcb, uint16_t min_int,
720 extern void l2cu_send_peer_ble_par_rsp(tL2C_LCB* p_lcb, uint16_t reason,
724 extern void l2cu_reject_credit_based_conn_req(tL2C_LCB* p_lcb, uint8_t rem_id,
727 extern void l2cu_reject_ble_coc_connection(tL2C_LCB* p_lcb, uint8_t rem_id,
737 extern void l2cu_send_ble_reconfig_rsp(tL2C_LCB* p_lcb, uint8_t rem_id,
746 extern bool l2cu_initialize_fixed_ccb(tL2C_LCB* p_lcb, uint16_t fixed_cid);
747 extern void l2cu_no_dynamic_ccbs(tL2C_LCB* p_lcb);
748 extern void l2cu_process_fixed_chnl_resp(tL2C_LCB* p_lcb);
768 extern tL2C_LCB* l2cu_find_lcb_by_state(tL2C_LINK_STATE state);
771 extern void l2cu_create_conn_br_edr(tL2C_LCB* p_lcb);
772 extern bool l2cu_create_conn_le(tL2C_LCB* p_lcb);
773 extern void l2cu_create_conn_after_switch(tL2C_LCB* p_lcb);
779 extern void l2c_link_timeout(tL2C_LCB* p_lcb);
781 extern void l2c_link_check_send_pkts(tL2C_LCB* p_lcb, uint16_t local_cid,
836 extern bool l2cble_create_conn(tL2C_LCB* p_lcb);
837 extern void l2cble_process_sig_cmd(tL2C_LCB* p_lcb, uint8_t* p,
852 extern void l2cble_update_data_length(tL2C_LCB* p_lcb);
854 extern void l2cu_process_fixed_disc_cback(tL2C_LCB* p_lcb);