HomeSort by relevance Sort by last modified time
    Searched refs:RemoveScannerObserver (Results 1 - 5 of 5) sorted by null

  /system/bt/service/
low_energy_scanner.cc 81 hal::BluetoothGattInterface::Get()->RemoveScannerObserver(this);
169 hal::BluetoothGattInterface::Get()->RemoveScannerObserver(this);
  /system/bt/service/hal/
bluetooth_gatt_interface.h 201 virtual void RemoveScannerObserver(ScannerObserver* observer) = 0;
fake_bluetooth_gatt_interface.h 130 void RemoveScannerObserver(ScannerObserver* observer) override;
fake_bluetooth_gatt_interface.cc 286 void FakeBluetoothGattInterface::RemoveScannerObserver(
bluetooth_gatt_interface.cc 447 void RemoveScannerObserver(ScannerObserver* observer) override {

Completed in 275 milliseconds