blob: b41b97c46753dfaa89bc4e5efae517a15f8547ab [file] [log] [blame]
/* SPDX-License-Identifier: LGPL-2.1-or-later */
/*
*
* BlueZ - Bluetooth protocol stack for Linux
*
* Copyright (C) 2011-2014 Intel Corporation
* Copyright (C) 2002-2010 Marcel Holtmann <marcel@holtmann.org>
*
*
*/
#include <stdint.h>
struct vendor_ocf;
struct vendor_evt;
const struct vendor_ocf *intel_vendor_ocf(uint16_t ocf);
const struct vendor_evt *intel_vendor_evt(const void *data, int *consumed_size);
struct subevt_info_data;
void intel_get_subevt_info(uint8_t subevent_id,
struct subevt_info_data *subevt_info);