summaryrefslogtreecommitdiffstats
path: root/include/hci_lib.h
diff options
context:
space:
mode:
authorMarcel Holtmann <marcel@holtmann.org>2005-01-29 03:24:48 +0000
committerMarcel Holtmann <marcel@holtmann.org>2005-01-29 03:24:48 +0000
commite6589c0f2a6d1dd3060a86a27d859c8fb08bf278 (patch)
treef1d7420e04b4ac7580c9e0e8383f7a8d0c6f9311 /include/hci_lib.h
parentf1d23ac858b0593afe27e6b8e00a55d92804a6bb (diff)
Add functions for reading the BD_ADDR and the features
Diffstat (limited to 'include/hci_lib.h')
-rw-r--r--include/hci_lib.h2
1 files changed, 2 insertions, 0 deletions
diff --git a/include/hci_lib.h b/include/hci_lib.h
index 7c53f0ed..1e5ecc96 100644
--- a/include/hci_lib.h
+++ b/include/hci_lib.h
@@ -73,6 +73,8 @@ 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);
int hci_read_local_version(int dd, struct hci_version *ver, int to);
+int hci_read_local_features(int dd, uint8_t *features, int to);
+int hci_read_bd_addr(int dd, bdaddr_t *bdaddr, int to);
int hci_read_class_of_dev(int dd, uint8_t *cls, int to);
int hci_write_class_of_dev(int dd, uint32_t cls, int to);
int hci_read_voice_setting(int dd, uint16_t *vs, int to);