diff options
Diffstat (limited to 'include')
| -rw-r--r-- | include/net/bluetooth/hci.h | 10 |
1 files changed, 10 insertions, 0 deletions
diff --git a/include/net/bluetooth/hci.h b/include/net/bluetooth/hci.h index 744713cd5335..148b21699446 100644 --- a/include/net/bluetooth/hci.h +++ b/include/net/bluetooth/hci.h | |||
| @@ -110,6 +110,16 @@ enum { | |||
| 110 | * This quirk must be set before hci_register_dev is called. | 110 | * This quirk must be set before hci_register_dev is called. |
| 111 | */ | 111 | */ |
| 112 | HCI_QUIRK_BROKEN_STORED_LINK_KEY, | 112 | HCI_QUIRK_BROKEN_STORED_LINK_KEY, |
| 113 | |||
| 114 | /* When this quirk is set, the public Bluetooth address | ||
| 115 | * initially reported by HCI Read BD Address command | ||
| 116 | * is considered invalid. Controller configuration is | ||
| 117 | * required before this device can be used. | ||
| 118 | * | ||
| 119 | * This quirk can be set before hci_register_dev is called or | ||
| 120 | * during the hdev->setup vendor callback. | ||
| 121 | */ | ||
| 122 | HCI_QUIRK_INVALID_BDADDR, | ||
| 113 | }; | 123 | }; |
| 114 | 124 | ||
| 115 | /* HCI device flags */ | 125 | /* HCI device flags */ |
