Home | History | Annotate | Download | only in l2cap

Lines Matching refs:p_lcb

284     struct t_l2c_linkcb *p_lcb;                 /* Link this CCB is assigned to     */
589 extern void l2cu_release_lcb (tL2C_LCB *p_lcb);
601 extern tL2C_CCB *l2cu_allocate_ccb (tL2C_LCB *p_lcb, UINT16 cid);
603 extern tL2C_CCB *l2cu_find_ccb_by_cid (tL2C_LCB *p_lcb, UINT16 local_cid);
604 extern tL2C_CCB *l2cu_find_ccb_by_remote_cid (tL2C_LCB *p_lcb, UINT16 remote_cid);
605 extern void l2cu_adj_id (tL2C_LCB *p_lcb, UINT8 adj_mask);
606 extern BOOLEAN l2c_is_cmd_rejected (UINT8 cmd_code, UINT8 id, tL2C_LCB *p_lcb);
608 extern void l2cu_send_peer_cmd_reject (tL2C_LCB *p_lcb, UINT16 reason,
616 extern void l2cu_send_peer_disc_rsp (tL2C_LCB *p_lcb, UINT8 remote_id, UINT16 local_cid, UINT16 remote_cid);
617 extern void l2cu_send_peer_echo_req (tL2C_LCB *p_lcb, UINT8 *p_data, UINT16 data_len);
618 extern void l2cu_send_peer_echo_rsp (tL2C_LCB *p_lcb, UINT8 id, UINT8 *p_data, UINT16 data_len);
619 extern void l2cu_send_peer_info_rsp (tL2C_LCB *p_lcb, UINT8 id, UINT16 info_type);
620 extern void l2cu_reject_connection (tL2C_LCB *p_lcb, UINT16 remote_cid, UINT8 rem_id, UINT16 result);
621 extern void l2cu_send_peer_info_req (tL2C_LCB *p_lcb, UINT16 info_type);
631 extern void l2cu_send_peer_ble_par_req (tL2C_LCB *p_lcb, UINT16 min_int, UINT16 max_int, UINT16 latency, UINT16 timeout);
632 extern void l2cu_send_peer_ble_par_rsp (tL2C_LCB *p_lcb, UINT16 reason, UINT8 rem_id);
633 extern void l2cu_reject_ble_connection (tL2C_LCB *p_lcb, UINT8 rem_id, UINT16 result);
640 extern BOOLEAN l2cu_initialize_fixed_ccb (tL2C_LCB *p_lcb, UINT16 fixed_cid, tL2CAP_FCR_OPTS *p_fcr);
641 extern void l2cu_no_dynamic_ccbs (tL2C_LCB *p_lcb);
642 extern void l2cu_process_fixed_chnl_resp (tL2C_LCB *p_lcb);
648 void l2c_ucd_delete_sec_pending_q(tL2C_LCB *p_lcb);
657 BOOLEAN l2c_ucd_check_rx_pkts(tL2C_LCB *p_lcb, BT_HDR *p_msg);
664 extern BOOLEAN l2cu_check_feature_req (tL2C_LCB *p_lcb, UINT8 id, UINT8 *p_data, UINT16 data_len);
665 extern void l2cu_check_feature_rsp (tL2C_LCB *p_lcb, UINT8 id, UINT8 *p_data, UINT16 data_len);
683 extern BOOLEAN l2cu_create_conn (tL2C_LCB *p_lcb, tBT_TRANSPORT transport);
684 extern BOOLEAN l2cu_create_conn_after_switch (tL2C_LCB *p_lcb);
685 extern BT_HDR *l2cu_get_next_buffer_to_send (tL2C_LCB *p_lcb);
687 extern void l2cu_initialize_amp_ccb (tL2C_LCB *p_lcb);
697 extern void l2c_link_timeout (tL2C_LCB *p_lcb);
699 extern void l2c_link_check_send_pkts (tL2C_LCB *p_lcb, tL2C_CCB *p_ccb, BT_HDR *p_buf);
716 extern BOOLEAN l2c_link_check_power_mode ( tL2C_LCB *p_lcb );
763 extern BOOLEAN l2cble_create_conn (tL2C_LCB *p_lcb);
764 extern void l2cble_process_sig_cmd (tL2C_LCB *p_lcb, UINT8 *p, UINT16 pkt_len);
767 extern BOOLEAN l2cble_init_direct_conn (tL2C_LCB *p_lcb);
783 extern void l2cble_update_data_length(tL2C_LCB *p_lcb);
790 extern void l2cu_process_fixed_disc_cback (tL2C_LCB *p_lcb);