zephyr/subsys/bluetooth/common
Johan Hedberg 7166920a1d Bluetooth: Add option to use heuristics for VS HCI detection
On targets where non-Zephyr controllers are likely, such as qemu, it
may be harmful to try to issue any of the vendor HCI commands, since
non-Zephyr controllers may interpret them in completely different
ways.

Introduce a Kconfig option that, when enabled, uses some simple
heuristics (HCI version & lack of public address) to try to guess in
advance whether the Zephyr HCI vendor extensions are supported or not.
The new option is available for any host-only configuration and is
enabled by default for the qemu targets.

Signed-off-by: Johan Hedberg <johan.hedberg@intel.com>
2017-11-02 14:51:42 +02:00
..
dummy.c Bluetooth: controller: Rename Kconfig prefix 2017-08-14 15:44:56 +03:00
Kconfig Bluetooth: Add option to use heuristics for VS HCI detection 2017-11-02 14:51:42 +02:00
log.c Bluetooth: Clean up address-to-string usage & implementation 2017-10-05 13:14:08 +03:00
log.h Bluetooth: Kconfig: Rename CONFIG_BLUETOOTH_* to CONFIG_BT_* 2017-08-09 11:14:19 +03:00
Makefile Bluetooth: Kconfig: Rename CONFIG_BLUETOOTH_* to CONFIG_BT_* 2017-08-09 11:14:19 +03:00
rpa.c Bluetooth: controller: Rename Kconfig prefix 2017-08-14 15:44:56 +03:00
rpa.h