zephyr/subsys/bluetooth/controller/hci
Szymon Janc 1f54179889 Bluetooth: Controller: Fix build for hci_uart sample with new LLCP
ull_tx_queue.h needs to be included before ll_sw/ull_conn_types.h

zephyr/zephyr/subsys/bluetooth/controller/hci/hci.c
In file included from zephyr/zephyr/subsys/bluetooth/controller/
    hci/hci.c:52:
../../subsys/bluetooth/controller/./ll_sw/ull_conn_types.h:453:18:
     error: field 'tx_q' has incomplete type
  453 |  struct ull_tx_q tx_q;
      |                  ^~~~

Signed-off-by: Szymon Janc <szymon.janc@codecoup.pl>
2021-11-29 16:27:17 +01:00
..
nordic Bluetooth: controller: Cleanup included header files 2020-12-17 11:23:18 +01:00
openisa
hci_driver.c Bluetooth: controller: support not passing invalid SDUs on HCI datapath 2021-11-09 11:16:49 +01:00
hci_internal.h Bluetooth: Controller: Flush scanned rx node before scan response PDU 2021-08-17 17:36:19 +02:00
hci_user_ext.h
hci.c Bluetooth: Controller: Fix build for hci_uart sample with new LLCP 2021-11-29 16:27:17 +01:00