Home
last modified time | relevance | path

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

/system/bt/service/hal/
Dfake_bluetooth_gatt_interface.cc26 std::shared_ptr<BleAdvertiserInterface> g_advertiser_handler; variable
156 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()