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

Commit 1abd1795 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:...

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

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

MUST ONLY BE SUBMITTED BY AUTOMERGER

Change-Id: I4e144a06707a073e11d9dc58f78dad21d24f4825
parents d8ed94c5 b111589e
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();