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

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

Only send ReadRemoteVersionRequest in legacy mode am: c6c2b25e am:...

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

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

Change-Id: Ia7666837c6b67249ea0a46a6aa24599a7d022107
parents 1df67046 da279c45
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);
  }
}

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