From: Mario Tokarz <mario.tokarz(a)bmw-carit.de>
---
plugins/bluetooth.h | 2 ++
1 files changed, 2 insertions(+), 0 deletions(-)
diff --git a/plugins/bluetooth.h b/plugins/bluetooth.h
index 7f9f810..f572e5d 100644
--- a/plugins/bluetooth.h
+++ b/plugins/bluetooth.h
@@ -27,9 +27,11 @@
#define DBUS_TIMEOUT 15
+#define DUN_GW_UUID "00001103-0000-1000-8000-00805f9b34fb"
#define HFP_AG_UUID "0000111f-0000-1000-8000-00805f9b34fb"
#define HFP_HS_UUID "0000111e-0000-1000-8000-00805f9b34fb"
+
struct bluetooth_profile {
const char *name;
int (*probe)(const char *device, const char *dev_addr,
--
1.7.4.1