diff options
author | Arun Kumar Singh <arunkat@gmail.com> | 2011-02-28 15:18:52 -0300 |
---|---|---|
committer | Johan Hedberg <johan.hedberg@nokia.com> | 2011-03-01 16:16:38 -0300 |
commit | d68ff374da47f4a37fd31025fdd448931599614b (patch) | |
tree | d008b6eae5237b569c90c52fe5ce3e356283b81c /lib/hci_lib.h | |
parent | 7e018c6e02e39faa3b12f144390be4942bd316e6 (diff) |
hcitool: Add command to remove a device from LE white list
Diffstat (limited to 'lib/hci_lib.h')
-rw-r--r-- | lib/hci_lib.h | 1 |
1 files changed, 1 insertions, 0 deletions
diff --git a/lib/hci_lib.h b/lib/hci_lib.h index fb2c7cb1c..e894e8e25 100644 --- a/lib/hci_lib.h +++ b/lib/hci_lib.h @@ -132,6 +132,7 @@ 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_le_rm_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); |