Home
last modified time | relevance | path

Searched refs:OnScanResult (Results 1 – 9 of 9) sorted by relevance

/system/bt/service/common/bluetooth/binder/
DIBluetoothLowEnergyCallback.h62 virtual void OnScanResult(const bluetooth::ScanResult& scan_result) = 0;
103 void OnScanResult(const bluetooth::ScanResult& scan_result) override;
DIBluetoothLowEnergyCallback.cpp78 OnScanResult(*scan_result); in onTransact()
151 void BpBluetoothLowEnergyCallback::OnScanResult( in OnScanResult() function in ipc::binder::BpBluetoothLowEnergyCallback
/system/bt/service/ipc/binder/
Dbluetooth_low_energy_binder_server.h70 void OnScanResult(bluetooth::LowEnergyClient* client,
Dbluetooth_low_energy_binder_server.cpp251 void BluetoothLowEnergyBinderServer::OnScanResult( in OnScanResult() function in ipc::binder::BluetoothLowEnergyBinderServer
264 cb->OnScanResult(result); in OnScanResult()
/system/bt/service/
Dlow_energy_client.h61 virtual void OnScanResult(LowEnergyClient* client,
Dlow_energy_client.cpp583 delegate_->OnScanResult(this, result); in ScanResultCallback()
/system/bt/service/example/heart_rate/
Dheart_rate_server.cpp41 void OnScanResult(const bluetooth::ScanResult& scan_result) override {} in OnScanResult() function in heart_rate::CLIBluetoothLowEnergyCallback
/system/bt/service/client/
Dmain.cpp190 void OnScanResult(const bluetooth::ScanResult& scan_result) override { in OnScanResult() function in __anonc3e1eb3c0111::CLIBluetoothLowEnergyCallback
/system/bt/service/test/
Dlow_energy_client_unittest.cpp103 void OnScanResult(LowEnergyClient* client, const ScanResult& scan_result) { in OnScanResult() function in bluetooth::__anond33f6f700111::TestDelegate