doc/gatt-api: Add Handle property
authorLuiz Augusto von Dentz <luiz.von.dentz@intel.com>
Fri, 25 Jan 2019 14:32:48 +0000 (16:32 +0200)
committerhimanshu <h.himanshu@samsung.com>
Wed, 22 Jan 2020 13:31:22 +0000 (19:01 +0530)
commit5fa86f858a6855caa7995761393df687c24ffe39
treec826e09a7c1c896c639554b4e610afef8daf3ae2
parentf861ca7853ab5c517b00da5bd487911b8a418182
doc/gatt-api: Add Handle property

When acting as server it is useful to select where to allocate the
handle for an attribute so it can be restored in the same position when
restarting the daemon or rebooting the system.

In order to do that the application also needs to know in which handle
the attribute is allocated the very first time it is registered, this
also allows for a better integration with PTS and tools like auto-pts
which needs to know the handles where the attributes have been
allocated.

Change-Id: I298c07b8e6e6cb1bc163412b5c7acaed9a64b004
Signed-off-by: himanshu <h.himanshu@samsung.com>
doc/gatt-api.txt