zephyr/subsys/bluetooth/host
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
..
CMakeLists.txt
Kconfig everywhere: fix typos 2022-03-18 13:24:08 -04:00
Kconfig.gatt
Kconfig.l2cap
a2dp.c
a2dp_internal.h
addr.c
adv.c
adv.h
aes_ccm.c
at.c
at.h
att.c Revert "Bluetooth: gatt: ccc changed cb after connection cb" 2022-03-22 12:32:54 +01:00
att_internal.h everywhere: fix typos 2022-03-18 13:24:08 -04:00
avdtp.c
avdtp_internal.h
br.c everywhere: fix typos 2022-03-18 13:24:08 -04:00
br.h
buf.c
conn.c Revert "Bluetooth: gatt: ccc changed cb after connection cb" 2022-03-22 12:32:54 +01:00
conn_internal.h everywhere: fix typos 2022-03-18 13:24:08 -04:00
crypto.c
crypto.h
direction.c everywhere: fix typos 2022-03-18 13:24:08 -04:00
direction_internal.h
ecc.c
ecc.h
gatt.c Bluetooth: Host: Validate security on GATT subscription 2022-03-21 10:14:53 +01:00
gatt_internal.h
hci_common.c
hci_core.c Bluetooth: check if Bluetooth has been enabled 2022-03-23 13:38:47 +01:00
hci_core.h
hci_ecc.c
hci_ecc.h
hci_raw.c
hci_raw_internal.h
hfp_hf.c sys: util: Change return type of ARRAY_SIZE to size_t 2022-03-23 14:09:23 +01:00
hfp_internal.h everywhere: fix typos 2022-03-18 13:24:08 -04:00
id.c everywhere: fix typos 2022-03-18 13:24:08 -04:00
id.h
iso.c
iso_internal.h
keys.c
keys.h
keys_br.c everywhere: fix typos 2022-03-18 13:24:08 -04:00
l2cap.c everywhere: fix typos 2022-03-18 13:24:08 -04:00
l2cap_br.c everywhere: fix typos 2022-03-18 13:24:08 -04:00
l2cap_internal.h everywhere: fix typos 2022-03-18 13:24:08 -04:00
monitor.c
monitor.h
rfcomm.c everywhere: fix typos 2022-03-18 13:24:08 -04:00
rfcomm_internal.h
scan.c Bluetooth: Host: Fix addr type when syncing using list and privacy 2022-03-23 13:11:12 +01:00
scan.h
sdp.c everywhere: fix typos 2022-03-18 13:24:08 -04:00
sdp_internal.h
settings.c
settings.h
smp.c
smp.h
smp_null.c
ssp.c
ssp.h
testing.c
testing.h
uuid.c