bluetooth.h (eca0ae4aea66914515e5e3098ea051b518ee5316) bluetooth.h (f764a6c2c1e446f560faa3232271a0637369170b)
1/*
2 BlueZ - Bluetooth protocol stack for Linux
3 Copyright (C) 2000-2001 Qualcomm Incorporated
4
5 Written 2000,2001 by Maxim Krasnyansky <maxk@qualcomm.com>
6
7 This program is free software; you can redistribute it and/or modify
8 it under the terms of the GNU General Public License version 2 as

--- 206 unchanged lines hidden (view full) ---

215 __u8 num_codecs;
216 struct bt_codec codecs[];
217} __packed;
218
219#define BT_CODEC_CVSD 0x02
220#define BT_CODEC_TRANSPARENT 0x03
221#define BT_CODEC_MSBC 0x05
222
1/*
2 BlueZ - Bluetooth protocol stack for Linux
3 Copyright (C) 2000-2001 Qualcomm Incorporated
4
5 Written 2000,2001 by Maxim Krasnyansky <maxk@qualcomm.com>
6
7 This program is free software; you can redistribute it and/or modify
8 it under the terms of the GNU General Public License version 2 as

--- 206 unchanged lines hidden (view full) ---

215 __u8 num_codecs;
216 struct bt_codec codecs[];
217} __packed;
218
219#define BT_CODEC_CVSD 0x02
220#define BT_CODEC_TRANSPARENT 0x03
221#define BT_CODEC_MSBC 0x05
222
223#define BT_ISO_BASE 20
224
223__printf(1, 2)
224void bt_info(const char *fmt, ...);
225__printf(1, 2)
226void bt_warn(const char *fmt, ...);
227__printf(1, 2)
228void bt_err(const char *fmt, ...);
229#if IS_ENABLED(CONFIG_BT_FEATURE_DEBUG)
230void bt_dbg_set(bool enable);

--- 401 unchanged lines hidden ---
225__printf(1, 2)
226void bt_info(const char *fmt, ...);
227__printf(1, 2)
228void bt_warn(const char *fmt, ...);
229__printf(1, 2)
230void bt_err(const char *fmt, ...);
231#if IS_ENABLED(CONFIG_BT_FEATURE_DEBUG)
232void bt_dbg_set(bool enable);

--- 401 unchanged lines hidden ---