]> git.proxmox.com Git - mirror_ubuntu-bionic-kernel.git/blobdiff - include/net/bluetooth/hci.h
Bluetooth: Clear advertising cache before scanning
[mirror_ubuntu-bionic-kernel.git] / include / net / bluetooth / hci.h
index 9317798fabcd557f05c227671648220ffbba1824..bd285c6a5509785aa3ee97ae9889cd4919058ec3 100644 (file)
@@ -710,6 +710,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;