From 98258d28e2674595376fbbe739e224914c95765e Mon Sep 17 00:00:00 2001 From: Luiz Augusto von Dentz Date: Wed, 22 Apr 2015 09:12:24 +0200 Subject: [PATCH] doc/gatt-api: Add encryption flags This add encryption flags which can be used when registering a service to require encryption when accessing a characteristic. --- doc/gatt-api.txt | 4 ++++ 1 file changed, 4 insertions(+) diff --git a/doc/gatt-api.txt b/doc/gatt-api.txt index 088d28574..8db35f233 100644 --- a/doc/gatt-api.txt +++ b/doc/gatt-api.txt @@ -148,6 +148,10 @@ Properties string UUID [read-only] "authenticated-signed-writes" "reliable-write" "writable-auxiliaries" + "encrypt-read" + "encrypt-write" + "encrypt-authenticated-read" + "encrypt-authenticated-write" array{object} Descriptors [read-only] -- 2.47.3