zephyr/subsys/bluetooth/controller
Théo Battrel 2d1d309936 Bluetooth: Move out BT_ASSERT of common/log.h
Macro that was defined in the `common/log.h` has been moved to the newly
created `common/assert.h` file.

Files that were using those macro has been updated consequently. Also, the
include of `common/log.h` has been removed of files that were actually not
using any logging methods.

Some `#include "common/log.h"` have been removed. Those were required
before when including `hal/debug.h`. With this change, `hal/debug.h` no
longer has this requirement, because the replacement, `common/assert.h`
includes what it uses.

Signed-off-by: Théo Battrel <theo.battrel@nordicsemi.no>
2022-10-25 10:48:17 +02:00
..
crypto
hal Bluetooth: Move out BT_ASSERT of common/log.h 2022-10-25 10:48:17 +02:00
hci Bluetooth: Controller: Implemented buffering of SDU fragments in ISO-AL 2022-10-03 13:22:13 +02:00
include Bluetooth: Controller: Fix BT_CTLR_ADV_DATA_LEN_MAX Kconfig dependency 2022-09-08 10:12:56 +02:00
ll_sw Bluetooth: Move out BT_ASSERT of common/log.h 2022-10-25 10:48:17 +02:00
ticker Bluetooth: Controller: Explicit ticker worker trigger on expire in past 2022-10-10 13:55:37 +02:00
util include: add missing arch/cpu.h include 2022-10-11 18:05:17 +02:00
CMakeLists.txt Bluetooth: controller: llcp: fix CI tests for new LLCP 2022-08-14 21:59:09 +02:00
Kconfig Bluetooth: kconfig: Add config options for PAST 2022-10-17 10:14:10 +02:00
Kconfig.df Bluetooth: hci: Add VS IQ samples report using 16 bit sign integer sampl 2022-08-19 16:26:10 +02:00
Kconfig.dtm bluetooth: controller: Add support for all DTM commands 2022-03-18 12:00:03 +01:00
Kconfig.ll_sw_split Bluetooth: Controller: Conditional compile optional ticker interfaces 2022-10-07 14:46:38 +02:00