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

Commit c96f4c6e authored by Chris Manton's avatar Chris Manton
Browse files

Return after gd acl creates connection

Bug: 166280067
Tag: #refactor
Test: Pair classic device

Change-Id: Ie18dc8ba759b6fd20b7cd041a86c86b94c7e9e1f
parent 6b1b93fd
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 =