zephyr/subsys/bluetooth
Johan Hedberg 80cb358fe2 Bluetooth: Kconfig: Fix BT_ECC defaults
The commit e85dd8af5d changed the way the BT_ECC Kconfig option
is enabled, however it got the dependency wrong. The dependency should
only look at BT_SMP_OOB_LEGACY_PAIR_ONLY if BT_SMP was also enable.

This broke e.g. the build of the mesh_demo app for the BBC
micro:bit since the memory consumption jumped up by roughly 2k.

This patch fixes the issue, and in the same go makes the Mesh handling
consistent by also using a conditional default rather than select.

Signed-off-by: Johan Hedberg <johan.hedberg@intel.com>
2020-03-16 14:26:08 +02:00
..
common
controller Bluetooth: controller: Do not use LL procedures not supported by remote 2020-03-13 13:02:13 +01:00
host Bluetooth: Kconfig: Fix BT_ECC defaults 2020-03-16 14:26:08 +02:00
mesh Bluetooth: Kconfig: Fix BT_ECC defaults 2020-03-16 14:26:08 +02:00
services
shell Bluetooth: shell: Add support for Legacy OOB pairing in the shell 2020-03-12 12:30:15 +02:00
CMakeLists.txt
Kconfig