• Home
  • Raw
  • Download

Lines Matching refs:p_lcb

300   struct t_l2c_linkcb* p_lcb;   /* Link this CCB is assigned to */  member
433 friend void l2cu_set_lcb_handle(struct t_l2c_linkcb& p_lcb, uint16_t handle);
674 extern void l2cu_release_lcb(tL2C_LCB* p_lcb);
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);
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);