zephyr/subsys/bluetooth
Jim Luther ffd15131d2 bluetooth: host: fix unpacked l2cap struct
The bt_l2cap_le_conn_rsp struct in l2cap_internal.h has not been
declared __packed. This can cause alignment problems on some
platforms if the struct is placed on an unaligned address.

A __packed declaration solves this issue by forcing the compiler to
use store instructions that do not required alignment.

Signed-off-by: Jim Luther <jilu@oticon.com>
2020-05-29 17:43:32 +02:00
..
common Bluetooth: controller: Remove legacy LL 2020-05-08 15:07:00 +02:00
controller Bluetooth: controller: split: Workaround nRF52832 CCM overrun 2020-05-29 13:12:28 +02:00
host bluetooth: host: fix unpacked l2cap struct 2020-05-29 17:43:32 +02:00
mesh Bluetooth: Mesh: Fail init on model init error 2020-05-27 18:45:18 +02:00
services Bluetooth: Use zd print conversion modifier for ssize_t 2020-04-03 21:13:14 +03:00
shell Bluetooth: controller: split: include proper header file 2020-05-26 15:28:12 +02:00
CMakeLists.txt Bluetooth: controller: Remove legacy LL 2020-05-08 15:07:00 +02:00
Kconfig Bluetooth: Remove LEGACY_TIMEOUT_API selection from bluetooth 2020-04-30 13:46:48 +03:00