summaryrefslogtreecommitdiffstats
path: root/hcid/dbus.h
diff options
context:
space:
mode:
authorMarcel Holtmann <marcel@holtmann.org>2005-10-23 21:27:41 +0000
committerMarcel Holtmann <marcel@holtmann.org>2005-10-23 21:27:41 +0000
commit55b5343679121898bbc999c38a670c444f602e17 (patch)
tree6cb7075583a53d9b65f1e90b40678708d6d05c9e /hcid/dbus.h
parent6ebb0299dc72b9b6141be5f2712b1319eb0ac1c1 (diff)
Add support for inquiry cancel functionality
Diffstat (limited to 'hcid/dbus.h')
-rw-r--r--hcid/dbus.h5
1 files changed, 4 insertions, 1 deletions
diff --git a/hcid/dbus.h b/hcid/dbus.h
index b12934b3..0e18aea3 100644
--- a/hcid/dbus.h
+++ b/hcid/dbus.h
@@ -105,10 +105,11 @@
#define HCI_PERIODIC_INQ "PeriodicInquiry"
#define HCI_CANCEL_PERIODIC_INQ "CancelPeriodic"
#define HCI_INQ "Inquiry"
+#define HCI_CANCEL_INQ "CancelInquiry"
#define HCI_ROLE_SWITCH "RoleSwitch"
#define HCI_REMOTE_NAME "RemoteName"
#define HCI_CONNECTIONS "Connections"
-#define HCI_AUTHENTICATE "Authenticate"
+#define HCI_AUTHENTICATE "Authenticate"
#define HCI_PERIODIC_INQ_SIGNATURE DBUS_TYPE_BYTE_AS_STRING\
@@ -122,6 +123,8 @@
DBUS_TYPE_BYTE_AS_STRING\
__END_SIG__
+#define HCI_CANCEL_INQ_SIGNATURE __END_SIG__
+
#define HCI_ROLE_SWITCH_SIGNATURE DBUS_TYPE_STRING_AS_STRING\
DBUS_TYPE_BYTE_AS_STRING\
__END_SIG__