Home
last modified time | relevance | path

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

/system/bt/service/
Dlow_energy_scanner.cc82 hal::BluetoothGattInterface::Get()->RemoveScannerObserver(this); in ~LowEnergyScanner()
170 hal::BluetoothGattInterface::Get()->RemoveScannerObserver(this); in ~LowEnergyScannerFactory()
/system/bt/service/hal/
Dfake_bluetooth_gatt_interface.h130 void RemoveScannerObserver(ScannerObserver* observer) override;
Dbluetooth_gatt_interface.h201 virtual void RemoveScannerObserver(ScannerObserver* observer) = 0;
Dfake_bluetooth_gatt_interface.cc286 void FakeBluetoothGattInterface::RemoveScannerObserver( in RemoveScannerObserver() function in bluetooth::hal::FakeBluetoothGattInterface
Dbluetooth_gatt_interface.cc447 void RemoveScannerObserver(ScannerObserver* observer) override { in RemoveScannerObserver() function in bluetooth::hal::BluetoothGattInterfaceImpl