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

Commit 656d78f3 authored by Chris Manton's avatar Chris Manton
Browse files

Use PRIVATE_NAME in device record dumpsys

Bug: 184786138
Test: gd/cert/run
Tag: #refactor

Change-Id: I6c2c9d6033801a2549376aa8a7739c96e19f8a57
parent 5031896e
Loading
Loading
Loading
Loading
+2 −1
Original line number Diff line number Diff line
@@ -434,6 +434,7 @@ struct tBTM_SEC_DEV_REC {
        PRIVATE_ADDRESS(bd_addr), DeviceTypeText(device_type).c_str(),
        class_of_device_text(dev_class).c_str(),
        remote_version_info.ToString().c_str(), sm4,
        (remote_supports_secure_connections) ? 'T' : 'F', sec_bd_name);
        (remote_supports_secure_connections) ? 'T' : 'F',
        PRIVATE_NAME(sec_bd_name));
  }
};