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

Commit b89df0a3 authored by Chris Manton's avatar Chris Manton Committed by Martin Stjernholm
Browse files

Revert "le_audio : Fix issue of LE Audio not connecting after re..."

Revert submission 1949059-fix_le_audio_reconnect_issue

Reason for revert: b/216553247
Reverted Changes:
Iac25b1f9c:le_audio : Fix issue of LE Audio not connecting af...
I964dc7480:Fix local disconnect reason code

Test: atest phony-line-to-bypass-lint-blocker
Test: bluetooth_le_audio_client_test (module-abi=x86_64) passes: https://android-build.googleplex.com/builds/tests/view?invocationId=I91700010012326977&testResultId=TR51027873086851525

Change-Id: Ibaf09f8ce52031ff8318e9c75987974ccd398f64
parent 0a916220
Loading
Loading
Loading
Loading
+0 −5
Original line number Diff line number Diff line
@@ -1258,11 +1258,6 @@ class LeAudioClientImpl : public LeAudioClient {
        group_remove_node(group, address, true);
      }
      leAudioDevices_.Remove(address);
      return;
    }
    /* Add device into BG connection for non-local initiated disconnection */
    if (reason != GATT_CONN_TERMINATE_LOCAL_HOST) {
      BTA_GATTC_Open(gatt_if_, address, false, false);
    }
  }