summary refs log tree commit diff
path: root/src/nm-device-bt.h
diff options
context:
space:
mode:
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,