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

Commit 652aaf1f authored by Treehugger Robot's avatar Treehugger Robot Committed by Gerrit Code Review
Browse files

Merge "gd: Clean up acl after disconnect"

parents 008dfcee 048b4162
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() {