|
@@ -129,6 +129,15 @@ enum {
|
|
* during the hdev->setup vendor callback.
|
|
* during the hdev->setup vendor callback.
|
|
*/
|
|
*/
|
|
HCI_QUIRK_INVALID_BDADDR,
|
|
HCI_QUIRK_INVALID_BDADDR,
|
|
|
|
+
|
|
|
|
+ /* When this quirk is set, the duplicate filtering during
|
|
|
|
+ * scanning is based on Bluetooth devices addresses. To allow
|
|
|
|
+ * RSSI based updates, restart scanning if needed.
|
|
|
|
+ *
|
|
|
|
+ * This quirk can be set before hci_register_dev is called or
|
|
|
|
+ * during the hdev->setup vendor callback.
|
|
|
|
+ */
|
|
|
|
+ HCI_QUIRK_STRICT_DUPLICATE_FILTER,
|
|
};
|
|
};
|
|
|
|
|
|
/* HCI device flags */
|
|
/* HCI device flags */
|