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

Commit 5e682370 authored by Automerger Merge Worker's avatar Automerger Merge Worker
Browse files

Merge "gd: Clean up acl after disconnect" am: 652aaf1f am: 23015ade am: 8a6e9060

Change-Id: I86909fac808f8646e3d90dad1f8e598d676e1050
parents eae8189a 8a6e9060
Loading
Loading
Loading
Loading
+1 −0
Original line number Diff line number Diff line
@@ -64,6 +64,7 @@ void Link::OnAclDisconnected(hci::ErrorCode status) {
    auto entry = local_cid_to_pending_dynamic_channel_connection_map_.begin();
    NotifyChannelFail(entry->first, result);
  }
  acl_connection_->Finish();
}

void Link::Disconnect() {