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

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

Return after gd acl creates connection am: c96f4c6e

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

Change-Id: I06d98ef95e339d983b35350e483e555550ab3153
parents 663f037e c96f4c6e
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 =