summaryrefslogtreecommitdiff
path: root/attrib/att.h
diff options
context:
space:
mode:
authorClaudio Takahasi <claudio.takahasi@openbossa.org>2014-03-25 11:42:59 -0300
committerJohan Hedberg <johan.hedberg@intel.com>2014-03-25 17:24:01 +0200
commitf1956438cc6038eef324b3adf8e446f1b84dfb2f (patch)
treeaeb189381de5fee90606f16464c1a84b18480f18 /attrib/att.h
parent22a0f404fd1c49d61a553b694fa0ed7c48f016a1 (diff)
downloadbluez-f1956438cc6038eef324b3adf8e446f1b84dfb2f.tar.gz
gatt: Move Characteristic properties to attrib/gatt.h
Properties are defined by GATT specification. This patch moves and renames the defines related to Characteristic properties bits from attrib/att.h to attrib/gatt.h
Diffstat (limited to 'attrib/att.h')
-rw-r--r--attrib/att.h10
1 files changed, 0 insertions, 10 deletions
diff --git a/attrib/att.h b/attrib/att.h
index 28bc94445..800332dfb 100644
--- a/attrib/att.h
+++ b/attrib/att.h
@@ -75,16 +75,6 @@
#define ATT_ECODE_TIMEOUT 0x81
#define ATT_ECODE_ABORTED 0x82
-/* Characteristic Property bit field */
-#define ATT_CHAR_PROPER_BROADCAST 0x01
-#define ATT_CHAR_PROPER_READ 0x02
-#define ATT_CHAR_PROPER_WRITE_WITHOUT_RESP 0x04
-#define ATT_CHAR_PROPER_WRITE 0x08
-#define ATT_CHAR_PROPER_NOTIFY 0x10
-#define ATT_CHAR_PROPER_INDICATE 0x20
-#define ATT_CHAR_PROPER_AUTH 0x40
-#define ATT_CHAR_PROPER_EXT_PROPER 0x80
-
#define ATT_MAX_VALUE_LEN 512
#define ATT_DEFAULT_L2CAP_MTU 48
#define ATT_DEFAULT_LE_MTU 23