From: Luiz Augusto von Dentz <luiz.von.dentz@xxxxxxxxx> Only support sockets with AcquireWrite/AcquireNotify since pipe don't work with sendmsg therefore MSG_NOSIGNAL cannot be used. --- doc/gatt-api.txt | 12 ++++++------ 1 file 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. -- 2.17.2