Bluetooth: Add Advertising Packet Configuration
[platform/kernel/linux-rpi.git] / include / net / bluetooth / hci_core.h
index 5bc8fde..ed8fbf9 100644 (file)
@@ -659,6 +659,11 @@ struct hci_dev {
        bool                    aosp_quality_report;
 #endif
 
+#ifdef TIZEN_BT
+       __u8                    adv_filter_policy;
+       __u8                    adv_type;
+#endif
+
        int (*open)(struct hci_dev *hdev);
        int (*close)(struct hci_dev *hdev);
        int (*flush)(struct hci_dev *hdev);