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

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

Only send ReadRemoteVersionRequest in legacy mode am: c6c2b25e

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

Change-Id: I58761ce4ea5cfb6ca0fded6581c34da95616a6ce
parents 187ce10d c6c2b25e
Loading
Loading
Loading
Loading
+4 −1
Original line number Diff line number Diff line
@@ -2201,8 +2201,11 @@ void btm_ble_read_remote_features_complete(uint8_t* p) {
    }
  }

  // TODO gd can only handle classic ReadRemoteVersionRequest not le
  if (!bluetooth::shim::is_gd_acl_enabled()) {
    btsnd_hcic_rmt_ver_req(handle);
  }
}

/*******************************************************************************
 *