From 12cf7617adf628377301d9eb2ffa3cd1a8f34ad9 Mon Sep 17 00:00:00 2001 From: Luiz Augusto von Dentz Date: Wed, 3 Nov 2021 15:26:07 -0700 Subject: 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. --- doc/mgmt-api.txt | 1 + 1 file changed, 1 insertion(+) (limited to 'doc') diff --git a/doc/mgmt-api.txt b/doc/mgmt-api.txt index 97d33e30a..b7a152c14 100644 --- a/doc/mgmt-api.txt +++ b/doc/mgmt-api.txt @@ -3421,6 +3421,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. -- cgit v1.2.1