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

Commit 01815a03 authored by Treehugger Robot's avatar Treehugger Robot Committed by Gerrit Code Review
Browse files

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

parents 3946e20e f3ee8057
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());
}

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