Home
last modified time | relevance | path

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

/Zephyr-latest/subsys/bluetooth/controller/hci/
Dhci_internal.h34 void hci_init(struct k_poll_signal *signal_host_buf);
Dhci_driver.c860 hci_init(&hbuf_signal); in hci_driver_open()
862 hci_init(NULL); in hci_driver_open()
Dhci.c9299 void hci_init(struct k_poll_signal *signal_host_buf) function
/Zephyr-latest/subsys/bluetooth/host/
Dhci_core.c3994 static int hci_init(void) in hci_init() function
4195 err = hci_init(); in bt_init()