Home
last modified time | relevance | path

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

/haiku/src/add-ons/kernel/drivers/bluetooth/h2/h2generic/
H A Dh2generic.cpp32 static const char* hci_name = BT_HCI_MODULE_NAME; variable
792 if (get_module(hci_name, (module_info**)&hci) != B_OK) { in init_driver()
793 ERROR("%s: cannot get module '%s'\n", __func__, hci_name); in init_driver()
837 put_module(hci_name); in init_driver()
877 put_module(hci_name); in uninit_driver()