Use shared connection instead of private connection
[platform/core/connectivity/bluetooth-frwk.git] / bt-api / include / bt-common.h
index 13b4b3c..20cf0ab 100644 (file)
@@ -386,7 +386,7 @@ int _bt_unregister_osp_server_in_agent(int type, char *uuid);
 int _bt_check_privilege(int service_type, int service_function);
 
 GDBusConnection *_bt_get_system_shared_conn(void);
-GDBusConnection *_bt_get_system_private_conn(void);
+GDBusConnection *_bt_get_system_common_conn(void);
 
 GVariant *_bt_get_managed_objects(void);