Searched refs:bt_hci_recv (Results 1 – 5 of 5) sorted by relevance
/Zephyr-latest/subsys/bluetooth/host/ |
D | hci_raw_internal.h | 20 int bt_hci_recv(const struct device *dev, struct net_buf *buf);
|
D | hci_raw.c | 192 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()
|
D | hci_ecc.c | 94 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()
|
D | hci_core.h | 441 int bt_hci_recv(const struct device *dev, struct net_buf *buf);
|
D | hci_core.c | 4168 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()
|