Lines Matching refs:p_lcb
285 struct t_l2c_linkcb* p_lcb; /* Link this CCB is assigned to */ member
593 extern void l2cu_release_lcb(tL2C_LCB* p_lcb);
608 extern tL2C_CCB* l2cu_allocate_ccb(tL2C_LCB* p_lcb, uint16_t cid);
610 extern tL2C_CCB* l2cu_find_ccb_by_cid(tL2C_LCB* p_lcb, uint16_t local_cid);
611 extern tL2C_CCB* l2cu_find_ccb_by_remote_cid(tL2C_LCB* p_lcb,
613 extern void l2cu_adj_id(tL2C_LCB* p_lcb, uint8_t adj_mask);
614 extern bool l2c_is_cmd_rejected(uint8_t cmd_code, uint8_t id, tL2C_LCB* p_lcb);
616 extern void l2cu_send_peer_cmd_reject(tL2C_LCB* p_lcb, uint16_t reason,
626 extern void l2cu_send_peer_disc_rsp(tL2C_LCB* p_lcb, uint8_t remote_id,
628 extern void l2cu_send_peer_echo_req(tL2C_LCB* p_lcb, uint8_t* p_data,
630 extern void l2cu_send_peer_echo_rsp(tL2C_LCB* p_lcb, uint8_t id,
632 extern void l2cu_send_peer_info_rsp(tL2C_LCB* p_lcb, uint8_t id,
634 extern void l2cu_reject_connection(tL2C_LCB* p_lcb, uint16_t remote_cid,
636 extern void l2cu_send_peer_info_req(tL2C_LCB* p_lcb, uint16_t info_type);
647 extern void l2cu_send_peer_ble_par_req(tL2C_LCB* p_lcb, uint16_t min_int,
650 extern void l2cu_send_peer_ble_par_rsp(tL2C_LCB* p_lcb, uint16_t reason,
652 extern void l2cu_reject_ble_connection(tL2C_LCB* p_lcb, uint8_t rem_id,
661 extern bool l2cu_initialize_fixed_ccb(tL2C_LCB* p_lcb, uint16_t fixed_cid,
663 extern void l2cu_no_dynamic_ccbs(tL2C_LCB* p_lcb);
664 extern void l2cu_process_fixed_chnl_resp(tL2C_LCB* p_lcb);
670 extern bool l2cu_check_feature_req(tL2C_LCB* p_lcb, uint8_t id, uint8_t* p_data,
672 extern void l2cu_check_feature_rsp(tL2C_LCB* p_lcb, uint8_t id, uint8_t* p_data,
693 extern bool l2cu_create_conn_br_edr(tL2C_LCB* p_lcb);
694 extern bool l2cu_create_conn_le(tL2C_LCB* p_lcb);
695 extern bool l2cu_create_conn_le(tL2C_LCB* p_lcb, uint8_t initiating_phys);
696 extern bool l2cu_create_conn_after_switch(tL2C_LCB* p_lcb);
697 extern BT_HDR* l2cu_get_next_buffer_to_send(tL2C_LCB* p_lcb,
700 extern void l2cu_initialize_amp_ccb(tL2C_LCB* p_lcb);
711 extern void l2c_link_timeout(tL2C_LCB* p_lcb);
713 extern void l2c_link_check_send_pkts(tL2C_LCB* p_lcb, tL2C_CCB* p_ccb,
734 extern bool l2c_link_check_power_mode(tL2C_LCB* p_lcb);
786 extern bool l2cble_create_conn(tL2C_LCB* p_lcb);
787 extern void l2cble_process_sig_cmd(tL2C_LCB* p_lcb, uint8_t* p,
818 extern void l2cble_update_data_length(tL2C_LCB* p_lcb);
825 extern void l2cu_process_fixed_disc_cback(tL2C_LCB* p_lcb);