Home
last modified time | relevance | path

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

/system/bt/service/
Dgatt_client.cpp58 hal::BluetoothGattInterface::Get()->RemoveClientObserver(this); in ~GattClientFactory()
Dlow_energy_client.cpp324 hal::BluetoothGattInterface::Get()->RemoveClientObserver(this); in ~LowEnergyClient()
836 hal::BluetoothGattInterface::Get()->RemoveClientObserver(this); in ~LowEnergyClientFactory()
/system/bt/service/hal/
Dfake_bluetooth_gatt_interface.h136 void RemoveClientObserver(ClientObserver* observer) override;
Dbluetooth_gatt_interface.h249 virtual void RemoveClientObserver(ClientObserver* observer) = 0;
Dfake_bluetooth_gatt_interface.cpp388 void FakeBluetoothGattInterface::RemoveClientObserver( in RemoveClientObserver() function in bluetooth::hal::FakeBluetoothGattInterface
Dbluetooth_gatt_interface.cpp512 void RemoveClientObserver(ClientObserver* observer) override { in RemoveClientObserver() function in bluetooth::hal::BluetoothGattInterfaceImpl