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

Commit 31726964 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

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

MUST ONLY BE SUBMITTED BY AUTOMERGER

Change-Id: I23e37a888f1b0e72b7024d0b6aeff8d3619dede2
parents 423bd438 96b853d7
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();