summaryrefslogtreecommitdiff
path: root/attrib/gattrib.h
diff options
context:
space:
mode:
authorBruna Moreira <bruna.moreira@openbossa.org>2010-12-09 09:09:13 -0400
committerJohan Hedberg <johan.hedberg@nokia.com>2010-12-09 15:59:46 +0200
commitd599b9e2b8efcb5130dc33b786eba45e9393f490 (patch)
tree6e1bcc94cd5cdb509bd49c74a5ad435c3b4d1b7e /attrib/gattrib.h
parentb0d302d48976920cec7548ec5cc603f3896bbb8c (diff)
downloadbluez-d599b9e2b8efcb5130dc33b786eba45e9393f490.tar.gz
Check the security level on a per request base
Check security level on attribute server on each request, and update the "encrypted" flag.
Diffstat (limited to 'attrib/gattrib.h')
-rw-r--r--attrib/gattrib.h2
1 files changed, 2 insertions, 0 deletions
diff --git a/attrib/gattrib.h b/attrib/gattrib.h
index 4306ca4ed..094028913 100644
--- a/attrib/gattrib.h
+++ b/attrib/gattrib.h
@@ -63,6 +63,8 @@ guint g_attrib_register(GAttrib *attrib, guint8 opcode,
GAttribNotifyFunc func, gpointer user_data,
GDestroyNotify notify);
+gboolean g_attrib_is_encrypted(GAttrib *attrib);
+
gboolean g_attrib_unregister(GAttrib *attrib, guint id);
gboolean g_attrib_unregister_all(GAttrib *attrib);