zephyr/subsys/bluetooth/controller/hci
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
..
nordic bluetooth: controller: Allow out-of-tree vendor specific HCI commands 2019-05-02 12:28:38 +02:00
hci_driver.c
hci_internal.h bluetooth: controller: Allow out-of-tree vendor specific HCI commands 2019-05-02 12:28:38 +02:00
hci.c Bluetooth: controller: Fix rx_ftr and extra overlapping memory 2019-05-27 12:59:05 +02:00