Searched refs:RemoveClientObserver (Results 1 – 6 of 6) sorted by relevance
53 hal::BluetoothGattInterface::Get()->RemoveClientObserver(this); in ~GattClientFactory()
46 hal::BluetoothGattInterface::Get()->RemoveClientObserver(this); in ~LowEnergyClient()204 hal::BluetoothGattInterface::Get()->RemoveClientObserver(this); in ~LowEnergyClientFactory()
132 void RemoveClientObserver(ClientObserver* observer) override;
206 virtual void RemoveClientObserver(ClientObserver* observer) = 0;
297 void FakeBluetoothGattInterface::RemoveClientObserver( in RemoveClientObserver() function in bluetooth::hal::FakeBluetoothGattInterface
455 void RemoveClientObserver(ClientObserver* observer) override { in RemoveClientObserver() function in bluetooth::hal::BluetoothGattInterfaceImpl