Home
last modified time | relevance | path

Searched refs:bt_hci_recv (Results 1 – 4 of 4) sorted by relevance

/Zephyr-latest/subsys/bluetooth/host/
Dhci_raw_internal.h20 int bt_hci_recv(const struct device *dev, struct net_buf *buf);
Dhci_raw.c193 int bt_hci_recv(const struct device *dev, struct net_buf *buf) in bt_hci_recv() function
241 bt_hci_recv(bt_dev.hci, buf); in bt_cmd_complete_ext()
368 err = bt_hci_open(bt_dev.hci, bt_hci_recv); in bt_enable_raw()
Dhci_core.h443 int bt_hci_recv(const struct device *dev, struct net_buf *buf);
Dhci_core.c4154 int bt_hci_recv(const struct device *dev, struct net_buf *buf) in bt_hci_recv() function
4346 err = bt_hci_open(bt_dev.hci, bt_hci_recv); in bt_enable()