Home
last modified time | relevance | path

Searched refs:h4_send (Results 1 – 3 of 3) sorted by relevance

/Zephyr-latest/samples/boards/st/bluetooth/interactive_gui/src/
Dmain.c96 static int h4_send(struct net_buf *buf);
156 return h4_send(buf); in send_evt()
411 static int h4_send(struct net_buf *buf) in h4_send() function
454 err = h4_send(buf); in main()
/Zephyr-latest/samples/bluetooth/hci_uart/src/
Dmain.c273 static int h4_send(struct net_buf *buf) in h4_send() function
409 err = h4_send(buf); in main()
/Zephyr-latest/drivers/bluetooth/hci/
Dh4.c492 static int h4_send(const struct device *dev, struct net_buf *buf) in h4_send() function
569 .send = h4_send,