HomeSort by relevance Sort by last modified time
    Searched refs:BTSNOOP_MODULE (Results 1 - 4 of 4) sorted by null

  /system/bt/hci/include/
btsnoop.h 25 static const char BTSNOOP_MODULE[] = "btsnoop_module";
  /system/bt/main/
bte_main.cc 164 module_start_up(get_module(BTSNOOP_MODULE));
184 module_shut_down(get_module(BTSNOOP_MODULE));
  /system/bt/hci/src/
btsnoop.cc 119 EXPORT_SYMBOL extern const module_t btsnoop_module = { variable
120 .name = BTSNOOP_MODULE,
hci_layer.cc 310 .dependencies = {BTSNOOP_MODULE, NULL}};

Completed in 91 milliseconds