From cf8b2f308e31be757b5aa08a6c11887244cb5b21 Mon Sep 17 00:00:00 2001 From: Luiz Augusto von Dentz Date: Fri, 21 Mar 2025 15:29:11 -0400 Subject: [PATCH] mgmt-api: Add LL Privacy setting This adds LL Privacy (bit 22) to Read Controller Information so it can be propagated to the likes of bluetoothd. --- doc/mgmt-api.txt | 1 + 1 file changed, 1 insertion(+) diff --git a/doc/mgmt-api.txt b/doc/mgmt-api.txt index 3181607d9..2fe8ca22b 100644 --- a/doc/mgmt-api.txt +++ b/doc/mgmt-api.txt @@ -336,6 +336,7 @@ Read Controller Information Command 19 Connected Isochronous Stream - Peripheral 20 Isochronous Broadcaster 21 Synchronized Receiver + 22 LL Privacy This command generates a Command Complete event on success or a Command Status event on failure. -- 2.47.3