aboutsummaryrefslogtreecommitdiffstats
path: root/include/net/bluetooth
diff options
context:
space:
mode:
authorAndre Guedes <andre.guedes@openbossa.org>2011-05-26 16:23:52 -0300
committerJaikumar Ganesh <jaikumar@google.com>2011-07-11 11:59:14 -0700
commit726e1334c7e975a0be3e675f9a67633ddd8afae3 (patch)
tree0139519501408c8279f6842457a85409835079d8 /include/net/bluetooth
parent5df108f14fb99cbb52ff96511f813f19c9fcbaa9 (diff)
downloadkernel_samsung_espresso10-726e1334c7e975a0be3e675f9a67633ddd8afae3.zip
kernel_samsung_espresso10-726e1334c7e975a0be3e675f9a67633ddd8afae3.tar.gz
kernel_samsung_espresso10-726e1334c7e975a0be3e675f9a67633ddd8afae3.tar.bz2
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/net/bluetooth')
-rw-r--r--include/net/bluetooth/hci.h6
1 files changed, 6 insertions, 0 deletions
diff --git a/include/net/bluetooth/hci.h b/include/net/bluetooth/hci.h
index 1db11a5..25d6cd2 100644
--- a/include/net/bluetooth/hci.h
+++ b/include/net/bluetooth/hci.h
@@ -712,6 +712,12 @@ struct hci_rp_le_read_buffer_size {
__u8 le_max_pkt;
} __packed;
+#define HCI_OP_LE_SET_SCAN_ENABLE 0x200c
+struct hci_cp_le_set_scan_enable {
+ __u8 enable;
+ __u8 filter_dup;
+} __packed;
+
#define HCI_OP_LE_CREATE_CONN 0x200d
struct hci_cp_le_create_conn {
__le16 scan_interval;