Lines Matching refs:p_lcb
260 struct t_l2c_linkcb *p_lcb; /* Link this CCB is assigned to */
560 extern void l2cu_release_lcb (tL2C_LCB *p_lcb);
572 extern tL2C_CCB *l2cu_allocate_ccb (tL2C_LCB *p_lcb, UINT16 cid);
574 extern tL2C_CCB *l2cu_find_ccb_by_cid (tL2C_LCB *p_lcb, UINT16 local_cid);
575 extern tL2C_CCB *l2cu_find_ccb_by_remote_cid (tL2C_LCB *p_lcb, UINT16 remote_cid);
576 extern void l2cu_adj_id (tL2C_LCB *p_lcb, UINT8 adj_mask);
577 extern BOOLEAN l2c_is_cmd_rejected (UINT8 cmd_code, UINT8 id, tL2C_LCB *p_lcb);
579 extern void l2cu_send_peer_cmd_reject (tL2C_LCB *p_lcb, UINT16 reason,
587 extern void l2cu_send_peer_disc_rsp (tL2C_LCB *p_lcb, UINT8 remote_id, UINT16 local_cid, UINT16 remote_cid);
588 extern void l2cu_send_peer_echo_req (tL2C_LCB *p_lcb, UINT8 *p_data, UINT16 data_len);
589 extern void l2cu_send_peer_echo_rsp (tL2C_LCB *p_lcb, UINT8 id, UINT8 *p_data, UINT16 data_len);
590 extern void l2cu_send_peer_info_rsp (tL2C_LCB *p_lcb, UINT8 id, UINT16 info_type);
591 extern void l2cu_reject_connection (tL2C_LCB *p_lcb, UINT16 remote_cid, UINT8 rem_id, UINT16 result);
592 extern void l2cu_send_peer_info_req (tL2C_LCB *p_lcb, UINT16 info_type);
602 extern void l2cu_send_peer_ble_par_req (tL2C_LCB *p_lcb, UINT16 min_int, UINT16 max_int, UINT16 latency, UINT16 timeout);
603 extern void l2cu_send_peer_ble_par_rsp (tL2C_LCB *p_lcb, UINT16 reason, UINT8 rem_id);
606 extern BOOLEAN l2cu_initialize_fixed_ccb (tL2C_LCB *p_lcb, UINT16 fixed_cid, tL2CAP_FCR_OPTS *p_fcr);
607 extern void l2cu_no_dynamic_ccbs (tL2C_LCB *p_lcb);
608 extern void l2cu_process_fixed_chnl_resp (tL2C_LCB *p_lcb);
614 void l2c_ucd_delete_sec_pending_q(tL2C_LCB *p_lcb);
623 BOOLEAN l2c_ucd_check_rx_pkts(tL2C_LCB *p_lcb, BT_HDR *p_msg);
628 extern void l2cu_send_peer_ble_par_req (tL2C_LCB *p_lcb, UINT16 min_int, UINT16 max_int, UINT16 latency, UINT16 timeout);
629 extern void l2cu_send_peer_ble_par_rsp (tL2C_LCB *p_lcb, UINT16 reason, UINT8 rem_id);
632 extern BOOLEAN l2cu_initialize_fixed_ccb (tL2C_LCB *p_lcb, UINT16 fixed_cid, tL2CAP_FCR_OPTS *p_fcr);
633 extern void l2cu_no_dynamic_ccbs (tL2C_LCB *p_lcb);
634 extern void l2cu_process_fixed_chnl_resp (tL2C_LCB *p_lcb);
640 extern BOOLEAN l2cu_check_feature_req (tL2C_LCB *p_lcb, UINT8 id, UINT8 *p_data, UINT16 data_len);
641 extern void l2cu_check_feature_rsp (tL2C_LCB *p_lcb, UINT8 id, UINT8 *p_data, UINT16 data_len);
657 extern BOOLEAN l2cu_create_conn (tL2C_LCB *p_lcb, tBT_TRANSPORT transport);
658 extern BOOLEAN l2cu_create_conn_after_switch (tL2C_LCB *p_lcb);
659 extern BT_HDR *l2cu_get_next_buffer_to_send (tL2C_LCB *p_lcb);
661 extern void l2cu_initialize_amp_ccb (tL2C_LCB *p_lcb);
671 extern void l2c_link_timeout (tL2C_LCB *p_lcb);
672 extern void l2c_info_timeout (tL2C_LCB *p_lcb);
673 extern void l2c_link_check_send_pkts (tL2C_LCB *p_lcb, tL2C_CCB *p_ccb, BT_HDR *p_buf);
690 extern BOOLEAN l2c_link_check_power_mode ( tL2C_LCB *p_lcb );
735 extern BOOLEAN l2cble_create_conn (tL2C_LCB *p_lcb);
736 extern void l2cble_process_sig_cmd (tL2C_LCB *p_lcb, UINT8 *p, UINT16 pkt_len);
739 extern BOOLEAN l2cble_init_direct_conn (tL2C_LCB *p_lcb);
749 extern void l2cble_update_data_length(tL2C_LCB *p_lcb);
756 extern void l2cu_process_fixed_disc_cback (tL2C_LCB *p_lcb);