From: Luiz Augusto von Dentz Date: Wed, 3 Nov 2021 22:26:07 +0000 (-0700) Subject: mgmt-api: Add new Device Flag to use Device Privacy Mode X-Git-Tag: submit/tizen/20220313.220938~45 X-Git-Url: http://review.tizen.org/git/?a=commitdiff_plain;h=a55bcff1744e1e92ee63cf8910cfc8d5dd4ceb4e;p=platform%2Fupstream%2Fbluez.git mgmt-api: Add new Device Flag to use Device Privacy Mode This adds a new flag to Get/Set Device Flag commands so it is possible to set the Device Privacy Mode which allows to connect when the remote device uses either identity or random address. Signed-off-by: Anuj Jain Signed-off-by: Ayush Garg --- diff --git a/doc/mgmt-api.txt b/doc/mgmt-api.txt index eab80495..e29bfdd5 100755 --- a/doc/mgmt-api.txt +++ b/doc/mgmt-api.txt @@ -3483,6 +3483,7 @@ Get Device Flags Command available bits: 0 Remote Wakeup enabled + 1 Device Privacy Mode enabled This command generates a Command Complete event on success or a Command Status event on failure.