Home
last modified time | relevance | path

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

/Zephyr-latest/include/zephyr/drivers/
Dbluetooth.h123 static inline int bt_hci_open(const struct device *dev, bt_hci_recv_t recv) in bt_hci_open() function
/Zephyr-latest/subsys/bluetooth/host/
Dhci_raw.c371 err = bt_hci_open(bt_dev.hci, bt_hci_recv); in bt_enable_raw()
Dhci_core.c4360 err = bt_hci_open(bt_dev.hci, bt_hci_recv); in bt_enable()