mirror of
https://github.com/kidfromjupiter/nearby.git
synced 2026-09-16 15:36:12 -04:00
Promote FpDevice to a class
PiperOrigin-RevId: 520430547
This commit is contained in:
committed by
Copybara-Service
parent
c249c3079f
commit
94630e75ea
@@ -29,7 +29,7 @@ void FastPairPresenterImpl::ShowDiscovery(
|
||||
const FastPairDevice& device,
|
||||
FastPairNotificationController& notification_controller) {
|
||||
FastPairRepository::Get()->GetDeviceMetadata(
|
||||
device.model_id,
|
||||
device.GetModelId(),
|
||||
[¬ification_controller, this](const DeviceMetadata& device_metadata) {
|
||||
NEARBY_LOGS(INFO) << __func__
|
||||
<< "Retrieved metadata to notification controller.";
|
||||
|
||||
Reference in New Issue
Block a user