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

Commit 87728d30 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: 8f59ed7c am: da359840

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

MUST ONLY BE SUBMITTED BY AUTOMERGER

Change-Id: I16afa46eb863400f31e4de19cfdd79a6dd39b7e8
parents 57004b1b da359840
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);
  }