summaryrefslogtreecommitdiff
path: root/test/uat-init.c
diff options
context:
space:
mode:
Diffstat (limited to 'test/uat-init.c')
-rw-r--r--test/uat-init.c4
1 files changed, 2 insertions, 2 deletions
diff --git a/test/uat-init.c b/test/uat-init.c
index 2e58539..2a69056 100644
--- a/test/uat-init.c
+++ b/test/uat-init.c
@@ -119,7 +119,7 @@ static void __user_absence_detected_cb(int result, ua_monitor_h monitor,
}
}
-const char * __convert_device_mac_type_to_txt(ua_mac_type_e mac_type)
+const char * uat_convert_device_mac_type_to_txt(ua_mac_type_e mac_type)
{
switch (mac_type) {
case UA_MAC_TYPE_BT:
@@ -155,7 +155,7 @@ static void __user_presence_detected_foreach_devices(gpointer data,
ret, uat_get_error_str(ret));
}
msgbr("[%s] detected on [%s][%s]", account,
- __convert_device_mac_type_to_txt(mac_type), mac);
+ uat_convert_device_mac_type_to_txt(mac_type), mac);
g_free(mac);
}