summaryrefslogtreecommitdiff
path: root/system/stack/sdp/sdp_utils.cc
diff options
context:
space:
mode:
authorAndroid Build Coastguard Worker <android-build-coastguard-worker@google.com>2022-06-22 10:25:52 +0000
committerAndroid Build Coastguard Worker <android-build-coastguard-worker@google.com>2022-06-22 10:25:52 +0000
commit2e398f48ced7557f159da674227528cf3a67034d (patch)
tree50094b30fcb342b6ff25463a18f33861bec67970 /system/stack/sdp/sdp_utils.cc
parent8708c09ddf80a046e60682c5d14f0bd6c01b54a9 (diff)
parent038cbfea4ae8c00c5a325ee9113b96412267b7d5 (diff)
Snap for 8752685 from 038cbfea4ae8c00c5a325ee9113b96412267b7d5 to t-keystone-qcom-release
Change-Id: I0d7d40624614134b902694372d21e9570e07da30
Diffstat (limited to 'system/stack/sdp/sdp_utils.cc')
-rw-r--r--system/stack/sdp/sdp_utils.cc5
1 files changed, 3 insertions, 2 deletions
diff --git a/system/stack/sdp/sdp_utils.cc b/system/stack/sdp/sdp_utils.cc
index 44078ae720..8e8f98f214 100644
--- a/system/stack/sdp/sdp_utils.cc
+++ b/system/stack/sdp/sdp_utils.cc
@@ -273,8 +273,9 @@ void sdpu_log_attribute_metrics(const RawAddress& bda,
// [N - native]::SDP::[DIP - Device ID Profile]
ss << "N:SDP::DIP::" << loghex(di_record.rec.vendor_id_source);
log_manufacturer_info(
- bda, android::bluetooth::DeviceInfoSrcEnum::DEVICE_INFO_INTERNAL,
- ss.str(), loghex(di_record.rec.vendor), loghex(di_record.rec.product),
+ bda, android::bluetooth::AddressTypeEnum::ADDRESS_TYPE_PUBLIC,
+ android::bluetooth::DeviceInfoSrcEnum::DEVICE_INFO_INTERNAL, ss.str(),
+ loghex(di_record.rec.vendor), loghex(di_record.rec.product),
loghex(di_record.rec.version), "");
std::string bda_string = bda.ToString();