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

Commit bce05d2f authored by Android Build Coastguard Worker's avatar Android Build Coastguard Worker
Browse files

Snap for 12306720 from 5f12a87c to 24Q4-release

Change-Id: Id6de6d75e62023a249b20b65b8f74e6bad421785
parents a0f04966 5f12a87c
Loading
Loading
Loading
Loading
+3 −3
Original line number Diff line number Diff line
@@ -167,11 +167,11 @@ void BTM_BleReadPhy(const RawAddress& bd_addr,
    return;
  }

  // checking if local controller supports it!
  // The connection PHY is always LE_1M when the controller supports
  // neither LE_2M nor LE_CODED PHYs.
  if (!bluetooth::shim::GetController()->SupportsBle2mPhy() &&
      !bluetooth::shim::GetController()->SupportsBleCodedPhy()) {
    log::error("request not supported in local controller!");
    cb.Run(0, 0, GATT_REQ_NOT_SUPPORTED);
    cb.Run(1, 1, HCI_SUCCESS);
    return;
  }