Searched refs:g_advertiser_handler (Results 1 – 1 of 1) sorted by relevance
26 std::shared_ptr<BleAdvertiserInterface> g_advertiser_handler; variable156 CHECK(!g_advertiser_handler); in FakeBluetoothGattInterface()162 if (advertiser_handler) g_advertiser_handler = advertiser_handler; in FakeBluetoothGattInterface()172 if (g_advertiser_handler) g_advertiser_handler = nullptr; in ~FakeBluetoothGattInterface()320 return g_advertiser_handler.get(); in GetAdvertiserHALInterface()