summaryrefslogtreecommitdiffstats
path: root/hcid/hcid.h
diff options
context:
space:
mode:
authorMarcel Holtmann <marcel@holtmann.org>2005-07-07 19:36:35 +0000
committerMarcel Holtmann <marcel@holtmann.org>2005-07-07 19:36:35 +0000
commitbee20248caf216429bba4e2d1f104f9aab03596d (patch)
treeacb120c6ed4bd61703123f61d3f75ecd021a5863 /hcid/hcid.h
parent20f65cf4e0ab67ac3e528d84a877a5fe6161904a (diff)
Support class of device and RSSI values in D-Bus message
Diffstat (limited to 'hcid/hcid.h')
-rw-r--r--hcid/hcid.h4
1 files changed, 2 insertions, 2 deletions
diff --git a/hcid/hcid.h b/hcid/hcid.h
index 5e835807..3ba69833 100644
--- a/hcid/hcid.h
+++ b/hcid/hcid.h
@@ -123,10 +123,10 @@ void toggle_pairing(int enable);
#ifdef ENABLE_DBUS
gboolean hcid_dbus_init(void);
void hcid_dbus_request_pin(int dev, struct hci_conn_info *ci);
-void hcid_dbus_inquiry_result(const bdaddr_t *local, const bdaddr_t *peer);
+void hcid_dbus_inquiry_result(const bdaddr_t *local, const bdaddr_t *peer, const uint32_t class, const int8_t rssi);
void hcid_dbus_remote_name(const bdaddr_t *local, const bdaddr_t *peer, const char *name);
#else
-static inline void hcid_dbus_inquiry_result(const bdaddr_t *local, const bdaddr_t *peer)
+static inline void hcid_dbus_inquiry_result(const bdaddr_t *local, const bdaddr_t *peer, uint32_t class, const int8_t rssi)
{
}
static inline void hcid_dbus_remote_name(const bdaddr_t *local, const bdaddr_t *peer, const char *name)