zephyr/subsys/bluetooth/controller/hci
Troels Nilsson 7d96c997e2 Bluetooth: Controller: Fix endianness issues for SyncInfo
Fix bitfield crossing byte boundary - replaced with macros for
setting/getting the values

Fix missing endianness conversion for evt_cntr

Changed aa from uint32_t to uint8_t[4] to align with the rest of
the code and avoid any potential endianness issues

Signed-off-by: Troels Nilsson <trnn@demant.com>
2023-10-20 15:05:20 +02:00
..
nordic Bluetooth controller: nrf: Switch to use SOC_COMPATIBLE 2023-09-25 16:42:45 +02:00
openisa
hci_driver.c Bluetooth: Controller: Rework internal header includes 2023-06-12 06:20:24 -04:00
hci_internal.h Bluetooth: Controller: Fix missing recv fifo reset 2022-07-11 11:28:07 +02:00
hci_user_ext.h
hci.c Bluetooth: Controller: Fix endianness issues for SyncInfo 2023-10-20 15:05:20 +02:00