summaryrefslogtreecommitdiffstats
path: root/include/hci_lib.h
diff options
context:
space:
mode:
authorStephen Crane <steve.crane@rococosoft.com>2002-08-21 16:38:15 +0000
committerStephen Crane <steve.crane@rococosoft.com>2002-08-21 16:38:15 +0000
commit803bf105508009f7efc87276a539dda244527690 (patch)
tree6a2dfa70768b0d06bdb52461e59c0823ad160c15 /include/hci_lib.h
parent63a52518621efce1ec40afb05b8b698e4d6b9b2f (diff)
implement hci_{read, write}_current_iac_lap()
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 b988de5f..afa2fb51 100644
--- a/include/hci_lib.h
+++ b/include/hci_lib.h
@@ -70,6 +70,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_local_version(int dd, struct hci_version *ver, int to);
int hci_class_of_dev(int dd, uint8_t *class, int to);
+int hci_read_current_iac_lap(int dd, uint8_t *num_iac, uint8_t *lap, int to);
+int hci_write_current_iac_lap(int dd, uint8_t num_iac, uint8_t *lap, int to);
int hci_for_each_dev(int flag, int(*func)(int s, int dev_id, long arg), long arg);
int hci_get_route(bdaddr_t *bdaddr);