diff options
author | Andre Guedes <andre.guedes@openbossa.org> | 2011-05-26 15:23:52 -0400 |
---|---|---|
committer | Gustavo F. Padovan <padovan@profusion.mobi> | 2011-06-08 15:58:17 -0400 |
commit | eb9d91f5ae9c14583c49223e49f7e88f77b84749 (patch) | |
tree | 405173f41c8d3e2c28c32dd9ac1ebd472b1904de /include | |
parent | 9aa04c9108164e62cf94d6913183817a0d3dbf03 (diff) |
Bluetooth: Clear advertising cache before scanning
The LE advertising cache should be cleared before performing a LE
scanning. This will force the cache to contain only fresh advertising
entries.
Signed-off-by: Andre Guedes <andre.guedes@openbossa.org>
Signed-off-by: Gustavo F. Padovan <padovan@profusion.mobi>
Diffstat (limited to 'include')
-rw-r--r-- | include/net/bluetooth/hci.h | 6 |
1 files changed, 6 insertions, 0 deletions
diff --git a/include/net/bluetooth/hci.h b/include/net/bluetooth/hci.h index 9317798fabcd..bd285c6a5509 100644 --- a/include/net/bluetooth/hci.h +++ b/include/net/bluetooth/hci.h | |||
@@ -710,6 +710,12 @@ struct hci_rp_le_read_buffer_size { | |||
710 | __u8 le_max_pkt; | 710 | __u8 le_max_pkt; |
711 | } __packed; | 711 | } __packed; |
712 | 712 | ||
713 | #define HCI_OP_LE_SET_SCAN_ENABLE 0x200c | ||
714 | struct hci_cp_le_set_scan_enable { | ||
715 | __u8 enable; | ||
716 | __u8 filter_dup; | ||
717 | } __packed; | ||
718 | |||
713 | #define HCI_OP_LE_CREATE_CONN 0x200d | 719 | #define HCI_OP_LE_CREATE_CONN 0x200d |
714 | struct hci_cp_le_create_conn { | 720 | struct hci_cp_le_create_conn { |
715 | __le16 scan_interval; | 721 | __le16 scan_interval; |