about summary refs log tree commit diff
path: root/src/nm-device-bt.h
diff options
context:
space:
mode:
authorSjoerd Simons <sjoerd@luon.net>2013-10-25 21:21:07 +0200
committerSjoerd Simons <sjoerd@luon.net>2013-10-25 21:21:07 +0200
commite83d1de9b746dbc078ac1cf45f1798e1bc6b7e2f (patch)
treec36a40d79a5ae7d2bbca7d240d0a6f664049b435 /src/nm-device-bt.h
parent26283b4c9e5035574a6c168003e7f1da53a8f32a (diff)
parenta4256940da049f91bbbea5e53e469a59ea9c10f7 (diff)
Merge tag 'upstream/0.9.8.8' into experimental
Upstream version 0.9.8.8
Diffstat (limited to 'src/nm-device-bt.h')
-rw-r--r--src/nm-device-bt.h5
1 files changed, 4 insertions, 1 deletions
diff --git a/src/nm-device-bt.h b/src/nm-device-bt.h
index 9382ee25..82d4bfa7 100644
--- a/src/nm-device-bt.h
+++ b/src/nm-device-bt.h
@@ -22,6 +22,7 @@
 #define NM_DEVICE_BT_H
 
 #include <nm-device.h>
+#include "nm-bluez-device.h"
 #include "nm-modem.h"
 
 G_BEGIN_DECLS
@@ -42,6 +43,7 @@ typedef enum {
 #define NM_DEVICE_BT_HW_ADDRESS   "hw-address"
 #define NM_DEVICE_BT_NAME         "name"
 #define NM_DEVICE_BT_CAPABILITIES "bt-capabilities"
+#define NM_DEVICE_BT_DEVICE       "bt-device"
 
 typedef struct {
 	NMDevice parent;
@@ -57,7 +59,8 @@ typedef struct {
 
 GType nm_device_bt_get_type (void);
 
-NMDevice *nm_device_bt_new (const char *udi,
+NMDevice *nm_device_bt_new (NMBluezDevice *bt_device,
+                            const char *udi,
                             const char *bdaddr,
                             const char *name,
                             guint32 capabilities,