diff mbox series

[BlueZ,v3,1/5] mgmt-api: Add missing Device Flag

Message ID 20250324134920.2111414-1-luiz.dentz@gmail.com
State Superseded
Headers show
Series [BlueZ,v3,1/5] mgmt-api: Add missing Device Flag | expand

Commit Message

Luiz Augusto von Dentz March 24, 2025, 1:49 p.m. UTC
From: Luiz Augusto von Dentz <luiz.von.dentz@intel.com>

This adds the missing Device Flag - Address Resolution = bit(2)
---
 doc/mgmt-api.txt | 1 +
 1 file changed, 1 insertion(+)
diff mbox series

Patch

diff --git a/doc/mgmt-api.txt b/doc/mgmt-api.txt
index b4a5776574f7..3181607d94fa 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.