mirror of
https://github.com/kidfromjupiter/nearby.git
synced 2026-09-16 15:36:12 -04:00
[Nearby Presence] Update ScanManager to trigger changed and lost events
PiperOrigin-RevId: 644072733
This commit is contained in:
committed by
Copybara-Service
parent
5098934e8c
commit
acc38a809b
@@ -1090,6 +1090,10 @@ bool BleV2::StartAsyncScanningLocked(absl::string_view service_id,
|
||||
});
|
||||
});
|
||||
},
|
||||
.advertisement_lost_cb =
|
||||
[](api::ble_v2::BlePeripheral& peripheral) {
|
||||
// TODO(b/345514862): Implement.
|
||||
},
|
||||
});
|
||||
service_ids_to_scanning_sessions_.insert(
|
||||
{std::string(service_id), std::move(scanning_session)});
|
||||
|
||||
Reference in New Issue
Block a user