mirror of
https://github.com/zephyrproject-rtos/zephyr
synced 2025-08-27 01:46:24 +00:00
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> |
||
---|---|---|
.. | ||
nordic | ||
hci_driver.c | ||
hci_internal.h | ||
hci.c |