--- 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 -- To unsubscribe from this list: send the line "unsubscribe linux-bluetooth" in the body of a message to majordomo@xxxxxxxxxxxxxxx More majordomo info at http://vger.kernel.org/majordomo-info.html