zephyr/subsys/bluetooth
Emil Gydesen ae55dae454 sys: util: Change return type of ARRAY_SIZE to size_t
The ARRAY_SIZE macro uses sizeof and thus the return
type should be an unsigned value. size_t is typically
the type used for sizeof and fits well for the
ARRAY_SIZE macro as well.

Signed-off-by: Emil Gydesen <emil.gydesen@nordicsemi.no>
2022-03-23 14:09:23 +01:00
..
audio Bluetooth: Audio - media: Make local control of local player default 2022-03-23 12:50:53 +01:00
common everywhere: fix typos 2022-03-18 13:24:08 -04:00
controller kconfig: fix dt_node_has_prop and add nodelabel functions 2022-03-23 13:25:21 +01:00
host sys: util: Change return type of ARRAY_SIZE to size_t 2022-03-23 14:09:23 +01:00
mesh Bluetooth: Mesh: Add warning about RPL persistence 2022-03-22 12:35:15 +01:00
services everywhere: fix typos 2022-03-18 13:24:08 -04:00
shell sys: util: Change return type of ARRAY_SIZE to size_t 2022-03-23 14:09:23 +01:00
CMakeLists.txt
Kconfig Bluetooth: Kconfig: Move audio and mesh to be shown under host 2022-03-17 11:12:47 +01:00
Kconfig.adv Bluetooth: Kconfig: Move BT_LIM_ADV_TIMEOUT to host config 2022-03-17 11:12:47 +01:00
Kconfig.iso everywhere: fix typos 2022-03-18 13:24:08 -04:00