X-Git-Url: http://review.tizen.org/git/?a=blobdiff_plain;f=bt-api%2Finclude%2Fbt-common.h;h=e7d3765300bb7350380f2db9065edfee284c381b;hb=9822e190dc220bffc97595e3ff1d94a6288db8ab;hp=aaee16c4a82a6a77bf1176041715bdfa48fe62e1;hpb=9154d3669fb9d61434d687e1cecd378bb443319d;p=platform%2Fcore%2Fconnectivity%2Fbluetooth-frwk.git diff --git a/bt-api/include/bt-common.h b/bt-api/include/bt-common.h index aaee16c..e7d3765 100644 --- a/bt-api/include/bt-common.h +++ b/bt-api/include/bt-common.h @@ -363,8 +363,6 @@ int _bt_register_profile_platform(bt_register_profile_info_t *info, gboolean use int _bt_register_profile_ex(bt_register_profile_info_t *info, gboolean use_default_rfcomm, const char *name, const char *path); void _bt_unregister_profile(char *path); -GDBusNodeInfo * _bt_get_gdbus_node(const gchar *xml_data); -GDBusNodeInfo * _bt_get_gdbus_node_ex(const gchar *xml_data, const char *bus_name); int __rfcomm_assign_id(void); void __rfcomm_delete_id(int id); void _bt_unregister_gdbus(int object_id);