Searched refs:g_bluetooth_interface (Results 1 – 1 of 1) sorted by relevance
45 BluetoothInterface* g_bluetooth_interface = nullptr; variable62 if (!g_bluetooth_interface) { \319 CHECK(g_bluetooth_interface); in GetObservers()321 g_bluetooth_interface)->observers(); in GetObservers()387 CHECK(!g_bluetooth_interface); in Initialize()395 g_bluetooth_interface = impl.release(); in Initialize()403 CHECK(g_bluetooth_interface); in CleanUp()405 delete g_bluetooth_interface; in CleanUp()406 g_bluetooth_interface = nullptr; in CleanUp()413 return g_bluetooth_interface != nullptr; in IsInitialized()[all …]