zephyr/samples/bluetooth/eddystone/src
Keith Packard d61d941ec8 samples/bluetooth: Fix mis-use of bt_data 'data' field
The data field is a *pointer* to the buffer, not the actual buffer itself.
Instead of smashing past the end of the struct, write through that pointer.

Signed-off-by: Keith Packard <keithp@keithp.com>
2022-10-29 11:32:06 +03:00
..
main.c samples/bluetooth: Fix mis-use of bt_data 'data' field 2022-10-29 11:32:06 +03:00