From e45343a37bf8a30ba1059743a3645551639974b7 Mon Sep 17 00:00:00 2001 From: Luiz Augusto von Dentz Date: Fri, 21 Mar 2025 15:26:49 -0400 Subject: [PATCH] mgmt-api: Add missing Device Flag This adds the missing Device Flag - Address Resolution = bit(2) --- doc/mgmt-api.txt | 1 + 1 file changed, 1 insertion(+) diff --git a/doc/mgmt-api.txt b/doc/mgmt-api.txt index b4a577657..3181607d9 100644 --- a/doc/mgmt-api.txt +++ b/doc/mgmt-api.txt @@ -3429,6 +3429,7 @@ Get Device Flags Command 0 Remote Wakeup enabled 1 Device Privacy Mode enabled + 2 Address Resolution enabled This command generates a Command Complete event on success or a Command Status event on failure. -- 2.47.3