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

Commit 0f0b305f authored by Jakub Pawlowski's avatar Jakub Pawlowski Committed by Automerger Merge Worker
Browse files

Fix bad SC bit in Pairing Request/Response between two android phones am:...

Fix bad SC bit in Pairing Request/Response between two android phones am: 8f59ed7c am: da359840 am: 87728d30

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

MUST ONLY BE SUBMITTED BY AUTOMERGER

Change-Id: I3b0fb5eae01e0213325c0fa1eca2c22f3cd6b767
parents 761eec52 87728d30
Loading
Loading
Loading
Loading
+1 −1
Original line number Diff line number Diff line
@@ -1591,7 +1591,7 @@ uint16_t BTM_GetMaxPacketSize(const RawAddress& addr) {
 ******************************************************************************/
bool BTM_ReadRemoteVersion(const RawAddress& addr, uint8_t* lmp_version,
                           uint16_t* manufacturer, uint16_t* lmp_sub_version) {
  if (!bluetooth::shim::is_gd_l2cap_enabled()) {
  if (bluetooth::shim::is_gd_l2cap_enabled()) {
    return bluetooth::shim::L2CA_ReadRemoteVersion(
        addr, lmp_version, manufacturer, lmp_sub_version);
  }