zephyr/subsys/bluetooth/controller
Emil Gydesen d911f99bfc Bluetooth: controller: guard NODE_RX_TYPE_USER with range value
Instead of guarding the NODE_RX_TYPE_USER cases with
CONFIG_BT_CTLR_USER_EXT we guard them with
CONFIG_BT_CTLR_USER_EVT_RANGE > 0 as that is the actual value that
enables/disables the NODE_RX_TYPE_USER values.

Signed-off-by: Emil Gydesen <emil.gydesen@nordicsemi.no>
2020-11-11 13:25:20 +01:00
..
crypto Bluetooth: controller: Use NRF RNG entropy device 2020-06-16 19:09:55 +02:00
hal Bluetooth: controller: Add cpu_dsb hal interface 2020-08-31 13:49:13 +02:00
hci Bluetooth: controller: guard NODE_RX_TYPE_USER with range value 2020-11-11 13:25:20 +01:00
include Bluetooth: controller: Create HCI stubs for CIG/CIS creation and removal 2020-11-10 13:19:08 +01:00
ll_sw Bluetooth: controller: guard NODE_RX_TYPE_USER with range value 2020-11-11 13:25:20 +01:00
ticker Bluetooth: controller: Prevent incorrect lazy_current increment 2020-09-04 14:14:23 +02:00
util Bluetooth: controller: Use NRF RNG entropy device 2020-06-16 19:09:55 +02:00
CMakeLists.txt Bluetooth: controller: Create HCI stubs for CIG/CIS creation and removal 2020-11-10 13:19:08 +01:00
Kconfig Bluetooth: controller: Introduce Kconfig options for CIS central/peripheral 2020-11-10 13:19:08 +01:00
Kconfig.ll_sw_split Bluetooth: controller: Add Max. AD data buffers Kconfig option 2020-11-11 12:28:05 +01:00