zephyr/subsys/bluetooth
Joakim Andersson 34758e8349 Bluetooth: controller: Fix rx_ftr and extra overlapping memory
The the footer structure and extra bytes (rssi, resolving index etc.)
were overlapping in memory, rx_ftr was moved into the header, but the
extra and footer are still being read from the same place, extra was
written to the end. So this avoided memory corruption, but reading extra
reads wrong information.

Signed-off-by: Joakim Andersson <joakim.andersson@nordicsemi.no>
Signed-off-by: Vinayak Kariappa Chettimada <vich@nordicsemi.no>
2019-05-27 12:59:05 +02:00
..
common samples: Bluetooth: hci_uart: Implement NOP Command Complete 2019-04-11 14:54:37 +02:00
controller Bluetooth: controller: Fix rx_ftr and extra overlapping memory 2019-05-27 12:59:05 +02:00
host Bluetooth: GATT: Fix using a wrong handle 2019-05-23 12:31:35 +03:00
services Bluetooth: Add additional attributes to DIS 2019-05-08 20:17:07 +03:00
shell Bluetooth: shell: GATT: Make get command take a handle range 2019-05-07 23:17:13 -04:00
CMakeLists.txt license: cleanup: add SPDX Apache-2.0 license identifier 2019-04-07 08:45:22 -04:00
Kconfig Bluetooth: kconfig: Put 'menuconfig BT' in top-level menu 2019-05-14 10:27:11 +02:00