summaryrefslogtreecommitdiff
path: root/attrib/att.h
diff options
context:
space:
mode:
authorClaudio Takahasi <claudio.takahasi@openbossa.org>2011-03-29 16:08:35 -0300
committerJohan Hedberg <johan.hedberg@nokia.com>2011-03-30 19:38:46 +0300
commit52727904b677cabf296e343fb16c583b0e988c7b (patch)
treedd5eb3b0ffe2d28c305712f807aef67fdfc785a2 /attrib/att.h
parentd3c57d0f636bd196d6a8287a7a0b0a4a7476e68d (diff)
downloadbluez-52727904b677cabf296e343fb16c583b0e988c7b.tar.gz
Remove "authen" and "autho" short versions for ATT constants
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 7a83bfa67..93b58dc21 100644
--- a/attrib/att.h
+++ b/attrib/att.h
@@ -79,10 +79,10 @@
#define ATT_ECODE_READ_NOT_PERM 0x02
#define ATT_ECODE_WRITE_NOT_PERM 0x03
#define ATT_ECODE_INVALID_PDU 0x04
-#define ATT_ECODE_INSUFF_AUTHEN 0x05
+#define ATT_ECODE_AUTHENTICATION 0x05
#define ATT_ECODE_REQ_NOT_SUPP 0x06
#define ATT_ECODE_INVALID_OFFSET 0x07
-#define ATT_ECODE_INSUFF_AUTHO 0x08
+#define ATT_ECODE_AUTHORIZATION 0x08
#define ATT_ECODE_PREP_QUEUE_FULL 0x09
#define ATT_ECODE_ATTR_NOT_FOUND 0x0A
#define ATT_ECODE_ATTR_NOT_LONG 0x0B