Lines Matching refs:BT_HDR
202 BT_HDR *p_rx_sdu; /* Buffer holding the SDU being received */
424 BT_HDR *p_hcit_rcv_acl; /* Current HCIT ACL buf being rcvd */
574 extern UINT8 l2c_data_write (UINT16 cid, BT_HDR *p_data, UINT16 flag);
575 extern void l2c_rcv_acl_data (BT_HDR *p_msg);
615 extern void l2cu_set_acl_hci_header (BT_HDR *p_buf, tL2C_CCB *p_ccb);
645 BOOLEAN l2c_ucd_check_rx_pkts(tL2C_LCB *p_lcb, BT_HDR *p_msg);
681 extern BT_HDR *l2cu_get_next_buffer_to_send (tL2C_LCB *p_lcb);
695 extern void l2c_link_check_send_pkts (tL2C_LCB *p_lcb, tL2C_CCB *p_ccb, BT_HDR *p_buf);
703 extern void l2c_link_segments_xmitted (BT_HDR *p_msg);
728 L2C_API extern BT_HDR *l2cap_link_chk_pkt_start(BT_HDR *); /* Called at start of rcv to check L2CAP segmentation */
731 L2C_API extern void l2c_enqueue_peer_data (tL2C_CCB *p_ccb, BT_HDR *p_buf);
738 extern void l2c_fcr_proc_pdu (tL2C_CCB *p_ccb, BT_HDR *p_buf);
742 extern BT_HDR *l2c_fcr_clone_buf (BT_HDR *p_buf, UINT16 new_offset, UINT16 no_of_bytes, UINT8 pool);
744 extern BT_HDR *l2c_fcr_get_next_xmit_sdu_seg (tL2C_CCB *p_ccb, UINT16 max_packet_length);