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

Commit d2091e8e authored by Chris Manton's avatar Chris Manton Committed by Automerger Merge Worker
Browse files

Return after gd acl creates connection am: c96f4c6e am: fbeb842b am: ce095b8a

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

Change-Id: I52b821b530146154a65d386e9d4bc24712164cb3
parents 38f46f12 ce095b8a
Loading
Loading
Loading
Loading
+1 −1
Original line number Diff line number Diff line
@@ -2763,7 +2763,7 @@ void acl_create_classic_connection(const RawAddress& bd_addr,
                                   bool there_are_high_priority_channels,
                                   bool is_bonding) {
  if (bluetooth::shim::is_gd_acl_enabled()) {
    bluetooth::shim::ACL_CreateClassicConnection(bd_addr);
    return bluetooth::shim::ACL_CreateClassicConnection(bd_addr);
  }

  const bool controller_supports_role_switch =