Home
last modified time | relevance | path

Searched refs:bt_hci_recv (Results 1 – 5 of 5) 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.c192 int bt_hci_recv(const struct device *dev, struct net_buf *buf) in bt_hci_recv() function
240 bt_hci_recv(bt_dev.hci, buf); in bt_cmd_complete_ext()
371 err = bt_hci_open(bt_dev.hci, bt_hci_recv); in bt_enable_raw()
Dhci_ecc.c94 bt_hci_recv(bt_dev.hci, buf); in send_cmd_status()
181 bt_hci_recv(bt_dev.hci, buf); in emulate_le_p256_public_key_cmd()
249 bt_hci_recv(bt_dev.hci, buf); in emulate_le_generate_dhkey()
Dhci_core.h441 int bt_hci_recv(const struct device *dev, struct net_buf *buf);
Dhci_core.c4168 int bt_hci_recv(const struct device *dev, struct net_buf *buf) in bt_hci_recv() function
4360 err = bt_hci_open(bt_dev.hci, bt_hci_recv); in bt_enable()