zephyr/subsys/bluetooth/controller
Gerard Marull-Paretas e0125d04af devices: constify statically initialized device pointers
It is frequent to find variable definitions like this:

```c
static const struct device *dev = DEVICE_DT_GET(...)
```

That is, module level variables that are statically initialized with a
device reference. Such value is, in most cases, never changed meaning
the variable can also be declared as const (immutable). This patch
constifies all such cases.

Signed-off-by: Gerard Marull-Paretas <gerard.marull@nordicsemi.no>
2022-08-19 11:51:26 +02:00
..
crypto
hal Bluetooth: Controller: df: make radio_df_vendor_hal.h compile in always 2022-03-21 10:15:39 +01:00
hci bluetooth: Fix duration endianness issues 2022-08-03 05:04:53 +01:00
include Bluetooth: Controller: Add deinit() infrastructure 2022-06-06 12:04:30 +02:00
ll_sw devices: constify statically initialized device pointers 2022-08-19 11:51:26 +02:00
ticker Bluetooth: Controller: Ticker next slot get to return remainder value 2022-08-02 12:54:31 +02:00
util Bluetooth: Controller: fix mayfly unwanted re-init every bt_enable call 2022-07-13 16:13:57 +02:00
CMakeLists.txt Bluetooth: controller: llcp: fix CI tests for new LLCP 2022-08-14 21:59:09 +02:00
Kconfig Bluetooth: controller: Tie Configure Data Path to Read Supported Codecs 2022-06-16 11:26:03 +02:00
Kconfig.df Bluetooth: Controller: df: Add selectable IQ samples to 8 bit conversion 2022-08-03 05:04:25 +01: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: llcp: fix CI tests for new LLCP 2022-08-14 21:59:09 +02:00