zephyr/subsys/bluetooth/controller
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
..
crypto Bluetooth: Controller: Make PDU octet3 vendor specific 2023-01-26 13:25:11 +01:00
hal
hci Bluetooth: Controller: Workaround sequence number misalignment 2023-01-27 23:04:45 +09:00
include Bluetooth: controller: Only allow supported feature bits to be set by host 2023-02-08 01:16:10 +09:00
ll_sw Bluetooth: controller: correct conditional compile for central FEX 2023-02-22 12:16:03 +01:00
ticker bluetooth: controller: Reduce user ops status to uint8_t 2022-12-16 11:02:30 +00:00
util Bluetooth: Controller: Broadcast ISO encryption support 2023-01-26 13:25:11 +01:00
CMakeLists.txt Bluetooth: Controller: Broadcast ISO encryption support 2023-01-26 13:25:11 +01:00
Kconfig Bluetooth: Fix enabling PAST as advertiser 2023-02-09 13:22:57 +01:00
Kconfig.df
Kconfig.dtm
Kconfig.ll_sw_split Bluetooth: Controller: Fix AUX_ADV_IND AUX_SYNC_IND radio utilization 2023-02-20 13:18:12 +01:00