diff --git a/profiles/network/connection.c b/profiles/network/connection.c
index 2b07771..77e0a34 100644
--- a/profiles/network/connection.c
+++ b/profiles/network/connection.c
id = get_pan_srv_id(svc);
bt_uuid16_create(&uuid16, id);
- bt_uuid_to_uuid128(&uuid128, &uuid16);
+ bt_uuid_to_uuid128(&uuid16, &uuid128);
if (bt_uuid_to_string(&uuid128, uuid_str, MAX_LEN_UUID_STR) < 0)
return btd_error_invalid_args(msg);
return FALSE;
bt_uuid16_create(&uuid16, nc->id);
- bt_uuid_to_uuid128(&uuid128, &uuid16);
+ bt_uuid_to_uuid128(&uuid16, &uuid128);
bt_uuid_to_string(&uuid128, uuid_str, MAX_LEN_UUID_STR);
dbus_message_iter_append_basic(iter, DBUS_TYPE_STRING, &uuid_str);