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

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

Only send ReadRemoteVersionRequest in legacy mode am: c6c2b25e am: 479dd326 am: e40f4a75

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

Change-Id: I170bb5dd014384ab8a3c2d6072e0ee4b5c58f108
parents d4a39023 e40f4a75
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);
  }
}

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