summaryrefslogtreecommitdiffstats
path: root/hcid/dbus.h
diff options
context:
space:
mode:
authorMarcel Holtmann <marcel@holtmann.org>2005-11-06 21:24:05 +0000
committerMarcel Holtmann <marcel@holtmann.org>2005-11-06 21:24:05 +0000
commite228331a074d749719048ea55b06a05afb9137dd (patch)
treebd53b4afdbd4ca1e02ce73d82df34085eab991bf /hcid/dbus.h
parent520068bb1f73ea1a82b416461feecccded1ffc78 (diff)
Some parameters of the inquiry must be uint16
Diffstat (limited to 'hcid/dbus.h')
-rw-r--r--hcid/dbus.h4
1 files changed, 2 insertions, 2 deletions
diff --git a/hcid/dbus.h b/hcid/dbus.h
index bf344bf7..aee5b416 100644
--- a/hcid/dbus.h
+++ b/hcid/dbus.h
@@ -166,8 +166,8 @@
#define HCI_PERIODIC_INQ_SIGNATURE DBUS_TYPE_BYTE_AS_STRING \
- DBUS_TYPE_BYTE_AS_STRING \
- DBUS_TYPE_BYTE_AS_STRING \
+ DBUS_TYPE_UINT16_AS_STRING \
+ DBUS_TYPE_UINT16_AS_STRING \
__END_SIG__
#define HCI_CANCEL_PERIODIC_INQ_SIGNATURE __END_SIG__