Searched refs:bluetoothInterface (Results 1 – 2 of 2) sorted by relevance
27 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()
480 EXPORT_SYMBOL bt_interface_t bluetoothInterface = { variable481 sizeof(bluetoothInterface),