From: Santiago Carot-Nemesio <sancane@gmail.com>
To: linux-bluetooth@vger.kernel.org
Cc: Santiago Carot-Nemesio <sancane@gmail.com>
Subject: [PATCH] att.h: Add client characteristic configuration bit fields
Date: Fri, 9 Dec 2011 19:03:43 +0100 [thread overview]
Message-ID: <1323453823-7905-1-git-send-email-sancane@gmail.com> (raw)
---
attrib/att.h | 3 +++
1 files changed, 3 insertions(+), 0 deletions(-)
diff --git a/attrib/att.h b/attrib/att.h
index 851e6ba..dc266f1 100644
--- a/attrib/att.h
+++ b/attrib/att.h
@@ -106,6 +106,9 @@
#define ATT_CHAR_PROPER_AUTH 0x40
#define ATT_CHAR_PROPER_EXT_PROPER 0x80
+/* Client Characteristic Configuration bit field */
+#define ATT_CLIENT_CHAR_CONF_NOTIFICATION 0x0001
+#define ATT_CLIENT_CHAR_CONF_INDICATION 0x0002
#define ATT_MAX_MTU 256
#define ATT_DEFAULT_L2CAP_MTU 48
--
1.7.8
next reply other threads:[~2011-12-09 18:03 UTC|newest]
Thread overview: 2+ messages / expand[flat|nested] mbox.gz Atom feed top
2011-12-09 18:03 Santiago Carot-Nemesio [this message]
2011-12-15 11:29 ` [PATCH] att.h: Add client characteristic configuration bit fields Johan Hedberg
Reply instructions:
You may reply publicly to this message via plain-text email
using any one of the following methods:
* Save the following mbox file, import it into your mail client,
and reply-to-all from there: mbox
Avoid top-posting and favor interleaved quoting:
https://en.wikipedia.org/wiki/Posting_style#Interleaved_style
* Reply using the --to, --cc, and --in-reply-to
switches of git-send-email(1):
git send-email \
--in-reply-to=1323453823-7905-1-git-send-email-sancane@gmail.com \
--to=sancane@gmail.com \
--cc=linux-bluetooth@vger.kernel.org \
/path/to/YOUR_REPLY
https://kernel.org/pub/software/scm/git/docs/git-send-email.html
* If your mail client supports setting the In-Reply-To header
via mailto: links, try the mailto: link
Be sure your reply has a Subject: header at the top and a blank line
before the message body.
This is a public inbox, see mirroring instructions
for how to clone and mirror all data and code used for this inbox;
as well as URLs for NNTP newsgroup(s).