diff options
author | Arun Kumar Singh <arunkat@gmail.com> | 2011-02-28 15:18:50 -0300 |
---|---|---|
committer | Johan Hedberg <johan.hedberg@nokia.com> | 2011-03-01 16:16:35 -0300 |
commit | 265059a149c78e780bdbed275feb250ab5276a65 (patch) | |
tree | d652e526d89e97d4a61d886d557bdad55e985e3b /lib/hci_lib.h | |
parent | a0ba561d9077d6e43ebbd124c2f3959b8695fb24 (diff) |
hcitool: Add command to add a device to LE White List
Diffstat (limited to 'lib/hci_lib.h')
-rw-r--r-- | lib/hci_lib.h | 2 |
1 files changed, 1 insertions, 1 deletions
diff --git a/lib/hci_lib.h b/lib/hci_lib.h index 5be8d50f3..fb2c7cb1c 100644 --- a/lib/hci_lib.h +++ b/lib/hci_lib.h @@ -131,7 +131,7 @@ int hci_le_create_conn(int dd, uint16_t interval, uint16_t window, int hci_le_conn_update(int dd, uint16_t handle, uint16_t min_interval, uint16_t max_interval, uint16_t latency, uint16_t supervision_timeout, int to); - +int hci_le_add_white_list(int dd, const bdaddr_t *bdaddr, uint8_t type, int to); int hci_for_each_dev(int flag, int(*func)(int dd, int dev_id, long arg), long arg); int hci_get_route(bdaddr_t *bdaddr); |