summaryrefslogtreecommitdiffstats
path: root/include
diff options
context:
space:
mode:
authorMarcel Holtmann <marcel@holtmann.org>2005-02-11 04:17:16 +0000
committerMarcel Holtmann <marcel@holtmann.org>2005-02-11 04:17:16 +0000
commitc608311e7472325514f0578a20d59efc86792e39 (patch)
tree9736fc86bc598fa2ce2e40ddbe50fb8a3959851e /include
parent49ce09906c8786d890da498fe2708c0cd6484c6c (diff)
Add function for getting the remote name with a clock offset
Diffstat (limited to 'include')
-rw-r--r--include/hci_lib.h1
1 files changed, 1 insertions, 0 deletions
diff --git a/include/hci_lib.h b/include/hci_lib.h
index 1e5ecc96..e2f06fda 100644
--- a/include/hci_lib.h
+++ b/include/hci_lib.h
@@ -69,6 +69,7 @@ int hci_devid(const char *str);
int hci_read_local_name(int dd, int len, char *name, int to);
int hci_write_local_name(int dd, const char *name, int to);
int hci_read_remote_name(int dd, const bdaddr_t *bdaddr, int len, char *name, int to);
+int hci_read_remote_name_with_clock_offset(int dd, const bdaddr_t *bdaddr, uint16_t clkoffset, int len, char *name, int to);
int hci_read_remote_features(int dd, uint16_t handle, uint8_t *features, int to);
int hci_read_remote_version(int dd, uint16_t handle, struct hci_version *ver, int to);
int hci_read_clock_offset(int dd, uint16_t handle, uint16_t *clkoffset, int to);