diff options
Diffstat (limited to 'libnm-util/nm-setting-bluetooth.h')
-rw-r--r-- | libnm-util/nm-setting-bluetooth.h | 8 |
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; |