hci.h (a9e45698b37d4235ec98b5c0327de59759cb2ef2) | hci.h (e37c57a888b72d91c07e1c6a11a6bda499b01cff) |
---|---|
1/* 2 BlueZ - Bluetooth protocol stack for Linux 3 Copyright (C) 2000-2001 Qualcomm Incorporated 4 5 Written 2000,2001 by Maxim Krasnyansky <maxk@qualcomm.com> 6 7 This program is free software; you can redistribute it and/or modify 8 it under the terms of the GNU General Public License version 2 as --- 101 unchanged lines hidden (view full) --- 110 HCI_QUIRK_FIXUP_BUFFER_SIZE, 111 112 /* When this quirk is set, then a controller that does not 113 * indicate support for Inquiry Result with RSSI is assumed to 114 * support it anyway. Some early Bluetooth 1.2 controllers had 115 * wrongly configured local features that will require forcing 116 * them to enable this mode. Getting RSSI information with the 117 * inquiry responses is preferred since it allows for a better | 1/* 2 BlueZ - Bluetooth protocol stack for Linux 3 Copyright (C) 2000-2001 Qualcomm Incorporated 4 5 Written 2000,2001 by Maxim Krasnyansky <maxk@qualcomm.com> 6 7 This program is free software; you can redistribute it and/or modify 8 it under the terms of the GNU General Public License version 2 as --- 101 unchanged lines hidden (view full) --- 110 HCI_QUIRK_FIXUP_BUFFER_SIZE, 111 112 /* When this quirk is set, then a controller that does not 113 * indicate support for Inquiry Result with RSSI is assumed to 114 * support it anyway. Some early Bluetooth 1.2 controllers had 115 * wrongly configured local features that will require forcing 116 * them to enable this mode. Getting RSSI information with the 117 * inquiry responses is preferred since it allows for a better |
118 * user expierence. | 118 * user experience. |
119 * 120 * This quirk must be set before hci_register_dev is called. 121 */ 122 HCI_QUIRK_FIXUP_INQUIRY_MODE, 123 124 /* When this quirk is set, then the HCI Read Local Supported 125 * Commands command is not supported. In general Bluetooth 1.2 126 * and later controllers should support this command. However --- 10 unchanged lines hidden (view full) --- 137 * not supported. 138 * 139 * This quirk must be set before hci_register_dev is called. 140 */ 141 HCI_QUIRK_BROKEN_STORED_LINK_KEY, 142 143 /* When this quirk is set, an external configuration step 144 * is required and will be indicated with the controller | 119 * 120 * This quirk must be set before hci_register_dev is called. 121 */ 122 HCI_QUIRK_FIXUP_INQUIRY_MODE, 123 124 /* When this quirk is set, then the HCI Read Local Supported 125 * Commands command is not supported. In general Bluetooth 1.2 126 * and later controllers should support this command. However --- 10 unchanged lines hidden (view full) --- 137 * not supported. 138 * 139 * This quirk must be set before hci_register_dev is called. 140 */ 141 HCI_QUIRK_BROKEN_STORED_LINK_KEY, 142 143 /* When this quirk is set, an external configuration step 144 * is required and will be indicated with the controller |
145 * configuation. | 145 * configuration. |
146 * 147 * This quirk can be set before hci_register_dev is called or 148 * during the hdev->setup vendor callback. 149 */ 150 HCI_QUIRK_EXTERNAL_CONFIG, 151 152 /* When this quirk is set, the public Bluetooth address 153 * initially reported by HCI Read BD Address command --- 2317 unchanged lines hidden --- | 146 * 147 * This quirk can be set before hci_register_dev is called or 148 * during the hdev->setup vendor callback. 149 */ 150 HCI_QUIRK_EXTERNAL_CONFIG, 151 152 /* When this quirk is set, the public Bluetooth address 153 * initially reported by HCI Read BD Address command --- 2317 unchanged lines hidden --- |