summaryrefslogtreecommitdiffstats
path: root/hcid/dbus.h
diff options
context:
space:
mode:
Diffstat (limited to 'hcid/dbus.h')
-rw-r--r--hcid/dbus.h3
1 files changed, 3 insertions, 0 deletions
diff --git a/hcid/dbus.h b/hcid/dbus.h
index 9e1dd24d..1e464861 100644
--- a/hcid/dbus.h
+++ b/hcid/dbus.h
@@ -122,6 +122,7 @@ int get_default_dev_id(void);
#define DEV_IS_DISCOVERABLE "IsDiscoverable"
#define DEV_SET_CLASS "SetClass"
#define DEV_SET_DISCOVERABLE_TO "SetDiscoverableTimeout"
+#define DEV_SET_MINOR_CLASS "SetMinorClass"
#define DEV_SET_MODE "SetMode"
#define DEV_SET_NAME "SetName"
#define DEV_DISCOVER "Discover"
@@ -160,6 +161,8 @@ int get_default_dev_id(void);
__END_SIG__
#define DEV_SET_DISCOVERABLE_TO_SIGNATURE DBUS_TYPE_UINT32_AS_STRING \
__END_SIG__
+#define DEV_SET_MINOR_CLASS_SIGNATURE DBUS_TYPE_STRING_AS_STRING \
+ __END_SIG__
#define DEV_SET_MODE_SIGNATURE DBUS_TYPE_STRING_AS_STRING \
__END_SIG__
#define DEV_SET_NAME_SIGNATURE DBUS_TYPE_STRING_AS_STRING \