summaryrefslogtreecommitdiff
path: root/src/profile.h
diff options
context:
space:
mode:
Diffstat (limited to 'src/profile.h')
-rwxr-xr-xsrc/profile.h4
1 files changed, 4 insertions, 0 deletions
diff --git a/src/profile.h b/src/profile.h
index 4448a2a6..d6e20f38 100755
--- a/src/profile.h
+++ b/src/profile.h
@@ -73,5 +73,9 @@ bool btd_profile_add_custom_prop(const char *uuid, const char *type,
void *user_data);
bool btd_profile_remove_custom_prop(const char *uuid, const char *name);
+#ifdef TIZEN_FEATURE_BLUEZ_MODIFY
+gboolean ext_profile_is_registered_as_client_role(struct btd_profile *p);
+#endif
+
void btd_profile_init(void);
void btd_profile_cleanup(void);