Donate to e Foundation | Murena handsets with /e/OS | Own a part of Murena! Learn more

Commit b33ebb7d authored by Chienyuan's avatar Chienyuan Committed by android-build-merger
Browse files

RootCanal: update last_le_advertisement_ am: 74a8db53

am: eb24f32c

Change-Id: I4af1c634b4f5383b76a4872b956020fa58bfdf9b
parents 179388be eb24f32c
Loading
Loading
Loading
Loading
+1 −0
Original line number Diff line number Diff line
@@ -678,6 +678,7 @@ void LinkLayerController::LeAdvertising() {
  if (duration_cast<milliseconds>(now - last_le_advertisement_) < milliseconds(200)) {
    return;
  }
  last_le_advertisement_ = now;

  LeAdvertisement::AddressType own_address_type =
      static_cast<LeAdvertisement::AddressType>(properties_.GetLeAdvertisingOwnAddressType());