* [PATCH] att.h: Add client characteristic configuration bit fields
@ 2011-12-09 18:03 Santiago Carot-Nemesio
2011-12-15 11:29 ` Johan Hedberg
0 siblings, 1 reply; 2+ messages in thread
From: Santiago Carot-Nemesio @ 2011-12-09 18:03 UTC (permalink / raw)
To: linux-bluetooth; +Cc: Santiago Carot-Nemesio
---
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
^ permalink raw reply related [flat|nested] 2+ messages in thread
* Re: [PATCH] att.h: Add client characteristic configuration bit fields
2011-12-09 18:03 [PATCH] att.h: Add client characteristic configuration bit fields Santiago Carot-Nemesio
@ 2011-12-15 11:29 ` Johan Hedberg
0 siblings, 0 replies; 2+ messages in thread
From: Johan Hedberg @ 2011-12-15 11:29 UTC (permalink / raw)
To: Santiago Carot-Nemesio; +Cc: linux-bluetooth
Hi Santiago,
On Fri, Dec 09, 2011, Santiago Carot-Nemesio wrote:
> ---
> attrib/att.h | 3 +++
> 1 files changed, 3 insertions(+), 0 deletions(-)
Applied. Thanks.
Johan
^ permalink raw reply [flat|nested] 2+ messages in thread
end of thread, other threads:[~2011-12-15 11:29 UTC | newest]
Thread overview: 2+ messages (download: mbox.gz follow: Atom feed
-- links below jump to the message on this page --
2011-12-09 18:03 [PATCH] att.h: Add client characteristic configuration bit fields Santiago Carot-Nemesio
2011-12-15 11:29 ` Johan Hedberg
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).