zephyr/subsys/bluetooth
Joakim Andersson ea7a1859af Bluetooth: GATT: Fix taking address of packed member of struct sc_data.
Fix GCC9 warning "warning: taking address of packed member of
'struct sc_data' may result in an unaligned pointer value"
Issue is that the on-air structure of sc_data was re-used for the gatt
service changed data.

Added build assert because data is stored in settings, so the structure
should be the same size to be compatible.

Signed-off-by: Joakim Andersson <joakim.andersson@nordicsemi.no>
2019-11-18 13:54:15 +01:00
..
common kconfig: Clean up header comments and make them consistent 2019-11-04 17:31:27 -05:00
controller Bluetooth: controller: Fix Code PHY update support dependency 2019-11-15 16:01:31 +01:00
host Bluetooth: GATT: Fix taking address of packed member of struct sc_data. 2019-11-18 13:54:15 +01:00
mesh Bluetooth: Mesh: Fixes Config client send publish message 2019-11-14 14:26:21 +02:00
services kconfig: Clean up header comments and make them consistent 2019-11-04 17:31:27 -05:00
shell Bluetooth: shell: Fix missing return statement for name command 2019-11-17 21:03:24 +02:00
CMakeLists.txt cmake: don't link interface libraries with zephyr_interface 2019-09-26 05:50:46 -07:00
Kconfig Bluetooth: Move Company ID config out of ctlr 2019-11-08 16:16:37 +01:00