summaryrefslogtreecommitdiff
path: root/attrib/att.h
diff options
context:
space:
mode:
authorClaudio Takahasi <claudio.takahasi@openbossa.org>2012-05-29 10:58:11 -0300
committerJohan Hedberg <johan.hedberg@intel.com>2012-05-30 10:37:24 +0300
commit66a0ce723b6cc30211acdc09254521f59b5fb814 (patch)
treef8dd0f98bb908bc98e4e5a1df163baf01c09d3a3 /attrib/att.h
parent147dad195ebeb7398ff6e6f901314997448fed45 (diff)
downloadbluez-66a0ce723b6cc30211acdc09254521f59b5fb814.tar.gz
GATT: Rename Characteristic Configuration constants
This patch renames the constants related to Client Characteristic Configuration bit field to use a proper name since it is related to GATT instead of ATT.
Diffstat (limited to 'attrib/att.h')
-rw-r--r--attrib/att.h4
1 files changed, 2 insertions, 2 deletions
diff --git a/attrib/att.h b/attrib/att.h
index 1e128a7e7..9bf9092f1 100644
--- a/attrib/att.h
+++ b/attrib/att.h
@@ -107,8 +107,8 @@
#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 GATT_CLIENT_CHARAC_CFG_NOTIF_BIT 0x0001
+#define GATT_CLIENT_CHARAC_CFG_IND_BIT 0x0002
#define ATT_MAX_MTU 256
#define ATT_DEFAULT_L2CAP_MTU 48