diff options
author | Arun Kumar Singh <arunkat@gmail.com> | 2011-02-28 15:18:54 -0300 |
---|---|---|
committer | Johan Hedberg <johan.hedberg@nokia.com> | 2011-03-01 16:16:42 -0300 |
commit | 52921124202f96d6ab8e5ec93eace4c41bc06776 (patch) | |
tree | b1b6b63c47627fcf0b046312d62ea7af3b563634 /lib/hci_lib.h | |
parent | fc10b2c6f1d0fe6d3164a0361bbdc3685e333dde (diff) |
hcitool: Add command to clear 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 ce1bb6c2d..de3e63641 100644 --- a/lib/hci_lib.h +++ b/lib/hci_lib.h @@ -134,6 +134,7 @@ int hci_le_conn_update(int dd, uint16_t handle, uint16_t min_interval, 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_le_read_white_list_size(int dd, uint8_t *size, int to); +int hci_le_clear_white_list(int dd, 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); |