summaryrefslogtreecommitdiff
diff options
context:
space:
mode:
-rw-r--r--src/components/application_manager/src/message_helper.cc2
1 files changed, 1 insertions, 1 deletions
diff --git a/src/components/application_manager/src/message_helper.cc b/src/components/application_manager/src/message_helper.cc
index 99dc7bf56..9e5632ebd 100644
--- a/src/components/application_manager/src/message_helper.cc
+++ b/src/components/application_manager/src/message_helper.cc
@@ -627,7 +627,7 @@ smart_objects::SmartObjectSPtr MessageHelper::CreateDeviceListSO(
const connection_handler::Device& d =
static_cast<connection_handler::Device>(it->second);
list_so[index][strings::name] = d.user_friendly_name();
- list_so[index][strings::id] = it->second.device_handle();
+ list_so[index][strings::id] = it->second.mac_address();
const policy::DeviceConsent device_consent =
policy::PolicyHandler::instance()->GetUserConsentForDevice(it->second.mac_address());