Home
last modified time | relevance | path

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

/system/bt/test/headless/dumpsys/
Ddumpsys.cc31 extern bt_interface_t bluetoothInterface;
36 bluetoothInterface.dump(1, nullptr); in Run()
/system/bt/test/headless/
Dheadless.cc31 extern bt_interface_t bluetoothInterface;
196 int status = bluetoothInterface.init( in SetUp()
204 status = bluetoothInterface.set_os_callouts(&bt_os_callouts); in SetUp()
209 bluetoothInterface.enable(); in SetUp()
219 int status = bluetoothInterface.disable(); in TearDown()
223 bluetoothInterface.cleanup(); in TearDown()
Dheadless.h27 extern bt_interface_t bluetoothInterface;
/system/bt/btcore/src/
Dhal_util.cc70 extern bt_interface_t bluetoothInterface;
73 *interface = &bluetoothInterface; in hal_util_load_bt_library()
/system/bt/test/headless/connect/
Dconnect.cc41 extern bt_interface_t bluetoothInterface;
121 bluetoothInterface.dump(1, nullptr); in do_connect()
122 bluetoothInterface.cleanup(); in do_connect()
/system/bt/btif/src/
Dbluetooth.cc578 EXPORT_SYMBOL bt_interface_t bluetoothInterface = { variable
579 sizeof(bluetoothInterface),