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

Commit 048b4162 authored by Chris Manton's avatar Chris Manton
Browse files

gd: Clean up acl after disconnect

link teardown final completion

Bug:146086425
Test: bluetooth_test_gd
Test: pts tests with successsive remote requests

Change-Id: I36cf2128cab2229b58b5260b5f55e38938323e33
parent 13826c81
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() {