org.bluez.GattCharacteristic: Update documentation of AcquireNotify

This updates the documentation of AcquireNotify adding that indicate
flag also allows the usage of AcquireNotify.
This commit is contained in:
Luiz Augusto von Dentz 2024-11-18 09:54:28 -05:00
parent f863d0116d
commit da0253959e

View File

@ -201,8 +201,8 @@ fd, uint16 AcquireNotify(dict options) [optional]
negotiated MTU.
Only works with characteristic that has **NotifyAcquired** property
which relies on **"notify"** **Flag** and no other client have called
**StartNotify()**.
which relies on presence of **"notify" or "indicate"** **Flag** and no
other client have called **StartNotify()**.
Notification are enabled during this procedure so **StartNotify()**
shall not be called, any notification will be dispatched via file