Home
last modified time | relevance | path

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

/Zephyr-latest/include/zephyr/drivers/
Dbluetooth.h164 static inline int bt_hci_send(const struct device *dev, struct net_buf *buf) in bt_hci_send() function
/Zephyr-latest/subsys/bluetooth/host/
Dhci_raw.c317 return bt_hci_send(bt_dev.hci, buf); in bt_send()
Dhci_core.c4052 return bt_hci_send(bt_dev.hci, buf); in bt_send()