Home
last modified time | relevance | path

Searched refs:bt_hci_close (Results 1 – 2 of 2) sorted by relevance

/Zephyr-latest/include/zephyr/drivers/
Dbluetooth.h140 static inline int bt_hci_close(const struct device *dev) in bt_hci_close() function
/Zephyr-latest/subsys/bluetooth/host/
Dhci_core.c4407 err = bt_hci_close(bt_dev.hci); in bt_disable()