Home
last modified time | relevance | path

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

/aosp12/system/bt/btif/src/
H A Dstack_manager.cc181 {HCI_MODULE, &hci_module},
268 module_start_up(get_local_module(HCI_MODULE)); in event_start_up_stack()
372 module_shut_down(get_local_module(HCI_MODULE)); in event_shut_down_stack()
/aosp12/system/bt/hci/include/
H A Dhci_layer.h31 static const char HCI_MODULE[] = "hci_module"; variable
/aosp12/system/bt/device/src/
H A Dcontroller.cc330 .dependencies = {HCI_MODULE, NULL}};
/aosp12/system/bt/hci/src/
H A Dhci_layer.cc301 .name = HCI_MODULE,