zephyr/subsys/bluetooth/common
Carles Cufi 301a7103a0 Bluetooth: common: Add build asserts for address struct sizes
In some HCI packed structures we place non-packed structs inside (in
particular the address structs).
Alignment is not an issue for those because all their members are just
byte-aligned, but size is. If the compiler ever packs those it would
become a real problem, and so detect this at build time.
See the link below for more info:
https://stackoverflow.com/a/66389167

Signed-off-by: Carles Cufi <carles.cufi@nordicsemi.no>
2021-09-29 19:07:52 +02:00
..
CMakeLists.txt
dummy.c Bluetooth: common: Add build asserts for address struct sizes 2021-09-29 19:07:52 +02:00
Kconfig bluetooth: Add missing choice names in Kconfig 2021-09-14 09:57:03 +02:00
log.c
log.h
rpa.c
rpa.h