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

Commit b111589e authored by Chris Manton's avatar Chris Manton Committed by Automerger Merge Worker
Browse files

gd_acl: Upon le disconnect use proper transport conn map am: 96b853d7 am: 31726964

Original change: https://android-review.googlesource.com/c/platform/system/bt/+/1556699

MUST ONLY BE SUBMITTED BY AUTOMERGER

Change-Id: I5398a719f59627a6cc7beddb93fb960298068785
parents b1fc0cd6 31726964
Loading
Loading
Loading
Loading
+2 −2
Original line number Diff line number Diff line
@@ -922,9 +922,9 @@ void bluetooth::shim::legacy::Acl::OnLeLinkDisconnected(HciHandle handle,
  hci::AddressWithType remote_address_with_type =
      pimpl_->handle_to_le_connection_map_[handle]->GetRemoteAddressWithType();
  CreationTime creation_time =
      pimpl_->handle_to_classic_connection_map_[handle]->GetCreationTime();
      pimpl_->handle_to_le_connection_map_[handle]->GetCreationTime();
  bool is_locally_initiated =
      pimpl_->handle_to_classic_connection_map_[handle]->IsLocallyInitiated();
      pimpl_->handle_to_le_connection_map_[handle]->IsLocallyInitiated();

  TeardownTime teardown_time = std::chrono::system_clock::now();