summaryrefslogtreecommitdiff
path: root/doc/gatt-api.txt
diff options
context:
space:
mode:
authorLuiz Augusto von Dentz <luiz.von.dentz@intel.com>2018-11-19 14:19:31 +0200
committerLuiz Augusto von Dentz <luiz.von.dentz@intel.com>2018-11-20 11:28:29 +0200
commit129ba2b168152c94696b5e7cd433acfd976c7fb0 (patch)
treef6b675601d5eb4f5a712420e0ada4bce4d5021b9 /doc/gatt-api.txt
parentb12d1984c6747f7d3bf08d3eee13ee92e31e02bd (diff)
downloadbluez-129ba2b168152c94696b5e7cd433acfd976c7fb0.tar.gz
doc/gatt-api: Restrict supported file descriptors
Only support sockets with AcquireWrite/AcquireNotify since pipe don't work with sendmsg therefore MSG_NOSIGNAL cannot be used.
Diffstat (limited to 'doc/gatt-api.txt')
-rw-r--r--doc/gatt-api.txt12
1 files changed, 6 insertions, 6 deletions
diff --git a/doc/gatt-api.txt b/doc/gatt-api.txt
index be4c60c6f..8dda60b8a 100644
--- a/doc/gatt-api.txt
+++ b/doc/gatt-api.txt
@@ -100,9 +100,9 @@ Methods array{byte} ReadValue(dict options)
fd, uint16 AcquireWrite(dict options) [optional]
- Acquire file descriptor and MTU for writing. Usage of
- WriteValue will be locked causing it to return
- NotPermitted error.
+ Acquire file descriptor and MTU for writing. Only
+ sockets are supported. Usage of WriteValue will be
+ locked causing it to return NotPermitted error.
For server the MTU returned shall be equal or smaller
than the negotiated MTU.
@@ -130,9 +130,9 @@ Methods array{byte} ReadValue(dict options)
fd, uint16 AcquireNotify(dict options) [optional]
- Acquire file descriptor and MTU for notify. Usage of
- StartNotify will be locked causing it to return
- NotPermitted error.
+ Acquire file descriptor and MTU for notify. Only
+ sockets are support. Usage of StartNotify will be locked
+ causing it to return NotPermitted error.
For server the MTU returned shall be equal or smaller
than the negotiated MTU.