zephyr/subsys/bluetooth/common
Johan Hedberg 8b02141ca7 Bluetooth: Controller: Replace BT_CTLR with HAS_BT_CTLR
Deprecate BT_CTLR, and add a new HAS_BT_CTLR as a virtual option which
specific users (like BT_LL_SW_SPLIT) select. This also means that we can
remove all places that were forcefully enabling the BT_CTLR option, and
instead we now depend on devicetree to get some local LL HCI driver
enabled which in turn also enables the HAS_BT_CTLR option.

Signed-off-by: Johan Hedberg <johan.hedberg@silabs.com>
2024-12-03 10:16:44 +01:00
..
addr.c Bluetooth: Define global Bluetooth address constants 2022-08-25 12:18:09 +02:00
assert.h Bluetooth: Move out BT_ASSERT of common/log.h 2022-10-25 10:48:17 +02:00
bt_str.c Bluetooth: Mark bt_<type>_err_to_str() APIs experimental 2024-07-11 13:11:59 -04:00
bt_str.h Bluetooth: Remove unneeded macros 2022-11-02 13:28:57 +01:00
CMakeLists.txt Bluetooth: Use Zephyr standard log system instead of bluetooth/common/log 2022-11-25 17:08:36 +01:00
dummy.c Bluetooth: Host: Deprecate BT_BUF_ACL_RX_COUNT symbol 2024-11-27 10:30:59 +01:00
Kconfig Bluetooth: Controller: Replace BT_CTLR with HAS_BT_CTLR 2024-12-03 10:16:44 +01:00
rpa.c Bluetooth: Controller: Introduce BT_CTLR_CRYPTO_SUPPORT 2024-06-07 18:07:48 +01:00
rpa.h