zephyr/subsys/bluetooth/controller/hci
Asger Munk Nielsen 58e9ac6811 bluetooth: Controller: Refactor node_rx footer to avoid ptr arithmetic
The old footer was appended after PDU using pointer arithmetic. Now
the footer fields have been moved to the header struct, the
footer fields are now statically located in the data structure,
this is type safe and fields can be referred to by their actual
names rather than indirectly through reference to other members,
thus avoiding pointer arithmetic. Secondly, this change will pave
the way for adding other meta data in the future.

Signed-off-by: Asger Munk Nielsen <asmk@oticon.com>
2019-05-14 10:56:16 +02:00
..
nordic bluetooth: controller: Allow out-of-tree vendor specific HCI commands 2019-05-02 12:28:38 +02:00
hci_driver.c Bluetooth: controller: commentary and readability improvements 2019-05-02 11:12:21 +02:00
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: Refactor node_rx footer to avoid ptr arithmetic 2019-05-14 10:56:16 +02:00