diff --git a/doc/gatt-api.txt b/doc/gatt-api.txt
index be4c60c..8dda60b 100644
--- a/doc/gatt-api.txt
+++ b/doc/gatt-api.txt
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.
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.