Implement device loss alarms

PiperOrigin-RevId: 538822094
This commit is contained in:
Anay Wadhera
2023-06-08 10:19:44 -07:00
committed by Copybara-Service
parent dbd42b0de3
commit 0ab31f6312
7 changed files with 345 additions and 14 deletions
@@ -163,6 +163,7 @@ void ClientProxy::StoppedAdvertising() {
if (IsAdvertising()) {
advertising_info_.Clear();
analytics_recorder_->OnStopAdvertising();
local_endpoint_info_.clear();
}
// advertising_options_ is purposefully not cleared here.
OnSessionComplete();