summaryrefslogtreecommitdiff
path: root/doc/gatt-api.txt
diff options
context:
space:
mode:
authorArman Uguray <armansito@chromium.org>2015-01-13 19:31:07 -0800
committerLuiz Augusto von Dentz <luiz.von.dentz@intel.com>2015-01-16 16:09:30 +0200
commit48fe55b7610257bdb9ea075f1382440ae013be42 (patch)
tree224ec22065e2f4a4d94bf330cc1bc2216f79acd9 /doc/gatt-api.txt
parent2c7cce38cebab13d176ed8cac9696e464e0ad94e (diff)
downloadbluez-48fe55b7610257bdb9ea075f1382440ae013be42.tar.gz
doc/gatt-api.txt: Update error names
Updated possible error names that can be returned from ReadValue/WriteValue methods to match those currently returned from the experimental implementation.
Diffstat (limited to 'doc/gatt-api.txt')
-rw-r--r--doc/gatt-api.txt12
1 files changed, 4 insertions, 8 deletions
diff --git a/doc/gatt-api.txt b/doc/gatt-api.txt
index f7125a271..bfeaf6dac 100644
--- a/doc/gatt-api.txt
+++ b/doc/gatt-api.txt
@@ -75,9 +75,8 @@ Methods array{byte} ReadValue()
Possible Errors: org.bluez.Error.Failed
org.bluez.Error.InProgress
- org.bluez.Error.ReadNotPermitted
+ org.bluez.Error.NotPermitted
org.bluez.Error.NotAuthorized
- org.bluez.Error.NotPaired
org.bluez.Error.NotSupported
void WriteValue(array{byte} value)
@@ -87,10 +86,9 @@ Methods array{byte} ReadValue()
Possible Errors: org.bluez.Error.Failed
org.bluez.Error.InProgress
- org.bluez.Error.WriteNotPermitted
+ org.bluez.Error.NotPermitted
org.bluez.Error.InvalidValueLength
org.bluez.Error.NotAuthorized
- org.bluez.Error.NotPaired
org.bluez.Error.NotSupported
void StartNotify()
@@ -175,9 +173,8 @@ Methods array{byte} ReadValue()
Possible Errors: org.bluez.Error.Failed
org.bluez.Error.InProgress
- org.bluez.Error.ReadNotPermitted
+ org.bluez.Error.NotPermitted
org.bluez.Error.NotAuthorized
- org.bluez.Error.NotPaired
org.bluez.Error.NotSupported
void WriteValue(array{byte} value)
@@ -187,10 +184,9 @@ Methods array{byte} ReadValue()
Possible Errors: org.bluez.Error.Failed
org.bluez.Error.InProgress
- org.bluez.Error.WriteNotPermitted
+ org.bluez.Error.NotPermitted
org.bluez.Error.InvalidValueLength
org.bluez.Error.NotAuthorized
- org.bluez.Error.NotPaired
org.bluez.Error.NotSupported
Properties string UUID [read-only]