Skip to content
Snippets Groups Projects
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
No related branches found
No related tags found
No related merge requests found
......@@ -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());
}
/*******************************************************************************
......
0% Loading or .
You are about to add 0 people to the discussion. Proceed with caution.
Finish editing this message first!
Please register or to comment