Home
last modified time | relevance | path

Searched refs:NotifyScanResultCallback (Results 1 – 3 of 3) sorted by relevance

/aosp12/system/bt/service/test/
H A Dlow_energy_scanner_unittest.cc316 fake_hal_gatt_iface_->NotifyScanResultCallback(kTestAddress, kTestRssi, in TEST_F()
330 fake_hal_gatt_iface_->NotifyScanResultCallback(kTestAddress, kTestRssi, in TEST_F()
337 fake_hal_gatt_iface_->NotifyScanResultCallback(kTestAddress, kTestRssi, in TEST_F()
344 fake_hal_gatt_iface_->NotifyScanResultCallback(kTestAddress, kTestRssi, in TEST_F()
/aosp12/system/bt/service/hal/
H A Dfake_bluetooth_gatt_interface.h84 void NotifyScanResultCallback(const RawAddress& bda, int rssi,
H A Dfake_bluetooth_gatt_interface.cc183 void FakeBluetoothGattInterface::NotifyScanResultCallback( in NotifyScanResultCallback() function in bluetooth::hal::FakeBluetoothGattInterface