Home
last modified time | relevance | path

Searched refs:h5_queue (Results 1 – 2 of 2) sorted by relevance

/Zephyr-latest/samples/bluetooth/hci_uart_3wire/src/
Dmain.c566 static int h5_queue(struct net_buf *buf) in h5_queue() function
811 err = h5_queue(buf); in main()
/Zephyr-latest/drivers/bluetooth/hci/
Dh5.c598 static int h5_queue(const struct device *dev, struct net_buf *buf) in h5_queue() function
806 .send = h5_queue,