zephyr/samples/bluetooth/hci_uart_async/src
Johan Hedberg 7a4cd81376 Bluetooth: samples: hci_uart_async: Remove bt_recv() dependency
Apps shouldn't try to call bt_recv() since that's not a public API and
is going completely away with the new HCI driver API. Just inject the
buffer directly into the k_fifo which we anyway have access to in this
app.

Signed-off-by: Johan Hedberg <johan.hedberg@gmail.com>
2024-06-11 19:42:49 -04:00
..
hci_uart_async.c Bluetooth: samples: hci_uart_async: Remove bt_recv() dependency 2024-06-11 19:42:49 -04:00
main.c