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

Commit 0107e54f authored by Treehugger Robot's avatar Treehugger Robot Committed by Automerger Merge Worker
Browse files

Merge "legacy: Re-log stack/btm/btm_ble::BTM_ReadDevInfo" am: 01815a03

Original change: https://android-review.googlesource.com/c/platform/packages/modules/Bluetooth/+/1885843

Change-Id: Id007e89fe31750ea85787c4d8ac565921f3270fe
parents 53f8d4ea 01815a03
Loading
Loading
Loading
Loading
+3 −3
Original line number Diff line number Diff line
@@ -503,9 +503,9 @@ void BTM_ReadDevInfo(const RawAddress& remote_bda, tBT_DEVICE_TYPE* p_dev_type,
      *p_addr_type = BLE_ADDR_PUBLIC;
    }
  }

  BTM_TRACE_DEBUG("btm_find_dev_type - device_type = %d addr_type = %d",
                  *p_dev_type, *p_addr_type);
  LOG_DEBUG("Determining device_type:%s addr_type:%s",
            DeviceTypeText(*p_dev_type).c_str(),
            AddressTypeText(*p_addr_type).c_str());
}

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