summaryrefslogtreecommitdiffstats
path: root/hcid/hcid.h
diff options
context:
space:
mode:
authorJohan Hedberg <johan.hedberg@nokia.com>2006-09-19 08:29:22 +0000
committerJohan Hedberg <johan.hedberg@nokia.com>2006-09-19 08:29:22 +0000
commitef6a5df5d623b88685dfee801b39d19333e7a206 (patch)
tree6fae3fbf63ab450c29d0aaad03984b3034d8f827 /hcid/hcid.h
parent7d039bf19c88e031eb97733e96e34049ee43c238 (diff)
Add periodic discovery support to the D-Bus API
Diffstat (limited to 'hcid/hcid.h')
-rw-r--r--hcid/hcid.h2
1 files changed, 2 insertions, 0 deletions
diff --git a/hcid/hcid.h b/hcid/hcid.h
index 48041166..271677f6 100644
--- a/hcid/hcid.h
+++ b/hcid/hcid.h
@@ -153,6 +153,8 @@ int hcid_dbus_request_pin(int dev, bdaddr_t *sba, struct hci_conn_info *ci);
void hcid_dbus_inquiry_start(bdaddr_t *local);
void hcid_dbus_inquiry_complete(bdaddr_t *local);
+void hcid_dbus_periodic_inquiry_start(bdaddr_t *local, uint8_t status);
+void hcid_dbus_periodic_inquiry_exit(bdaddr_t *local, uint8_t status);
void hcid_dbus_inquiry_result(bdaddr_t *local, bdaddr_t *peer, uint32_t class, int8_t rssi);
void hcid_dbus_remote_class(bdaddr_t *local, bdaddr_t *peer, uint32_t class);
void hcid_dbus_remote_name(bdaddr_t *local, bdaddr_t *peer, uint8_t status, char *name);