zephyr/subsys/bluetooth
Andries Kruithof ddd83c3bc0 Bluetooth: controller: correct conditional compile for central FEX
In the switch statement there are two cases guarded by ifdef's.
These cases are not compiled in for the following Kconfig settings:
BT_PERIPHERAL=n
BT_CTRL_PER_INIT_FEAT_XCHG=n
The following function call then becomes dead code
This is fixed here by adding the proper guards around the whole case
statement

Signed-off-by: Andries Kruithof <andries.kruithof@nordicsemi.no>
2023-02-22 12:16:03 +01:00
..
audio Bluetooth: Audio: Fix bad log statement in cap_initiator 2023-02-21 11:00:18 +01:00
common Bluetooth: Update Bluetooth legacy logging Kconfig 2022-11-30 14:37:58 +01:00
controller Bluetooth: controller: correct conditional compile for central FEX 2023-02-22 12:16:03 +01:00
crypto Bluetooth: Fix endianness of cryptographic toolbox function h8 2023-01-26 13:25:11 +01:00
host Bluetooth: host: increase BT_CONN_TX_USER_DATA_SIZE for 64bit platforms 2023-02-20 19:44:25 +01:00
mesh Bluetooth: Mesh: fix access to uninitialized memory 2023-02-20 09:53:14 +01:00
services bluetooth: ias: Fix dereferencing before NULL check 2023-01-18 07:27:00 -05:00
shell Bluetooth: Audio: Ensure strtoX correctness in vcp_vol_rend.c 2023-02-20 11:29:44 +01:00
CMakeLists.txt Bluetooth: crypto: Refactor a few items 2022-11-10 17:54:14 +02:00
Kconfig Bluetooth: crypto: Refactor a few items 2022-11-10 17:54:14 +02:00
Kconfig.adv Bluetooth: Mesh: Extended advertiser as default 2022-11-01 08:52:56 +00:00
Kconfig.iso