Home
last modified time | relevance | path

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

/system/bt/test/headless/
Dheadless.cc27 extern bt_interface_t bluetoothInterface;
144 int status = bluetoothInterface.init(&bt_callbacks, false, false, 0, nullptr); in SetUp()
149 status = bluetoothInterface.set_os_callouts(&bt_os_callouts); in SetUp()
154 bluetoothInterface.enable(); in SetUp()
164 int status = bluetoothInterface.disable(); in TearDown()
168 bluetoothInterface.cleanup(); in TearDown()
/system/bt/btif/src/
Dbluetooth.cc480 EXPORT_SYMBOL bt_interface_t bluetoothInterface = { variable
481 sizeof(bluetoothInterface),