Home
last modified time | relevance | path

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

/system/bt/service/
Dlow_energy_scanner.cc166 hal::BluetoothGattInterface::Get()->AddScannerObserver(this); in LowEnergyScannerFactory()
216 hal::BluetoothGattInterface::Get()->AddScannerObserver(scanner.get()); in RegisterScannerCallback()
/system/bt/service/hal/
Dfake_bluetooth_gatt_interface.h129 void AddScannerObserver(ScannerObserver* observer) override;
Dbluetooth_gatt_interface.h200 virtual void AddScannerObserver(ScannerObserver* observer) = 0;
Dfake_bluetooth_gatt_interface.cc281 void FakeBluetoothGattInterface::AddScannerObserver(ScannerObserver* observer) { in AddScannerObserver() function in bluetooth::hal::FakeBluetoothGattInterface
Dbluetooth_gatt_interface.cc443 void AddScannerObserver(ScannerObserver* observer) override { in AddScannerObserver() function in bluetooth::hal::BluetoothGattInterfaceImpl