From a4256940da049f91bbbea5e53e469a59ea9c10f7 Mon Sep 17 00:00:00 2001 From: Sjoerd Simons Date: Fri, 25 Oct 2013 21:20:58 +0200 Subject: Imported Upstream version 0.9.8.8 --- src/nm-device-bt.h | 5 ++++- 1 file changed, 4 insertions(+), 1 deletion(-) (limited to 'src/nm-device-bt.h') 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 +#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, -- cgit 1.3.0-6-gf8a5