summaryrefslogtreecommitdiff
path: root/libnm-util/nm-setting-bluetooth.h
diff options
context:
space:
mode:
authorDan Williams <dcbw@redhat.com>2009-05-14 11:01:56 -0400
committerDan Williams <dcbw@redhat.com>2009-05-14 11:01:56 -0400
commit7d88a8721401143fc579dab01c521e389dedcc19 (patch)
tree88601785a3bd85bfd2ae9ea4c52a05307c9c6dbf /libnm-util/nm-setting-bluetooth.h
parent4d586832765bb63bf680eebb682b4f78ce9fe642 (diff)
downloadNetworkManager-7d88a8721401143fc579dab01c521e389dedcc19.tar.gz
bluetooth: NMDeviceBt and associated fixes
Diffstat (limited to 'libnm-util/nm-setting-bluetooth.h')
-rw-r--r--libnm-util/nm-setting-bluetooth.h8
1 files changed, 4 insertions, 4 deletions
diff --git a/libnm-util/nm-setting-bluetooth.h b/libnm-util/nm-setting-bluetooth.h
index a2bb747e89..3b8f53e048 100644
--- a/libnm-util/nm-setting-bluetooth.h
+++ b/libnm-util/nm-setting-bluetooth.h
@@ -54,11 +54,11 @@ GType nm_setting_bluetooth_error_get_type (void);
#define NM_SETTING_BLUETOOTH_ERROR nm_setting_bluetooth_error_quark ()
GQuark nm_setting_bluetooth_error_quark (void);
-#define NM_SETTING_BLUETOOTH_BDADDR "bdaddr"
-#define NM_SETTING_BLUETOOTH_TYPE "type"
+#define NM_SETTING_BLUETOOTH_BDADDR "bdaddr"
+#define NM_SETTING_BLUETOOTH_TYPE "type"
-#define NM_SETTING_BLUETOOTH_TYPE_DUN "dun"
-#define NM_SETTING_BLUETOOTH_TYPE_PANU "panu"
+#define NM_SETTING_BLUETOOTH_TYPE_DUN "dun"
+#define NM_SETTING_BLUETOOTH_TYPE_NAP "nap"
typedef struct {
NMSetting parent;