summaryrefslogtreecommitdiff
path: root/attrib/att.c
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.c
parentd3c57d0f636bd196d6a8287a7a0b0a4a7476e68d (diff)
downloadbluez-52727904b677cabf296e343fb16c583b0e988c7b.tar.gz
Remove "authen" and "autho" short versions for ATT constants
Diffstat (limited to 'attrib/att.c')
-rw-r--r--attrib/att.c4
1 files changed, 2 insertions, 2 deletions
diff --git a/attrib/att.c b/attrib/att.c
index 08000e0eb..972f8bf0d 100644
--- a/attrib/att.c
+++ b/attrib/att.c
@@ -44,13 +44,13 @@ const char *att_ecode2str(uint8_t status)
return "Attribute can't be written";
case ATT_ECODE_INVALID_PDU:
return "Attribute PDU was invalid";
- case ATT_ECODE_INSUFF_AUTHEN:
+ case ATT_ECODE_AUTHENTICATION:
return "Attribute requires authentication before read/write";
case ATT_ECODE_REQ_NOT_SUPP:
return "Server doesn't support the request received";
case ATT_ECODE_INVALID_OFFSET:
return "Offset past the end of the attribute";
- case ATT_ECODE_INSUFF_AUTHO:
+ case ATT_ECODE_AUTHORIZATION:
return "Attribute requires authorization before read/write";
case ATT_ECODE_PREP_QUEUE_FULL:
return "Too many prepare writes have been queued";