Searched refs:g_bluetooth_interface (Results 1 – 1 of 1) sorted by relevance
45 BluetoothInterface* g_bluetooth_interface = nullptr; variable64 if (!g_bluetooth_interface) { \293 CHECK(g_bluetooth_interface); in GetObservers()294 return static_cast<BluetoothInterfaceImpl*>(g_bluetooth_interface) in GetObservers()355 CHECK(!g_bluetooth_interface); in Initialize()363 g_bluetooth_interface = impl.release(); in Initialize()371 CHECK(g_bluetooth_interface); in CleanUp()373 delete g_bluetooth_interface; in CleanUp()374 g_bluetooth_interface = nullptr; in CleanUp()381 return g_bluetooth_interface != nullptr; in IsInitialized()[all …]