From d677f1675de0c0caf304e23631dca5d52dc97d2b Mon Sep 17 00:00:00 2001 From: Pauli Virtanen Date: Sat, 11 Feb 2023 10:53:49 +0000 Subject: [PATCH] tools/btmgmt: add MGMT setting bit names for CIS feature support Add names for CIS Central/Peripheral MGMT setting bits: [mgmt]# info Index list with 1 item hci0: Primary controller addr XX:XX:XX:XX:XX:XX version 12 manufacturer 2 class 0x7c0104 supported settings: powered connectable fast-connectable discoverable bondable link-security ssp br/edr le advertising secure-conn debug-keys privacy configuration static-addr phy-configuration wide-band-speech cis-central cis-peripheral current settings: powered bondable ssp br/edr le secure-conn cis-central cis-peripheral name xxx short name hci0: Configuration options supported options: public-address missing options: --- tools/btmgmt.c | 2 ++ 1 file changed, 2 insertions(+) diff --git a/tools/btmgmt.c b/tools/btmgmt.c index 70d14ce..9a347fa 100755 --- a/tools/btmgmt.c +++ b/tools/btmgmt.c @@ -352,6 +352,8 @@ static const char *settings_str[] = { "static-addr", "phy-configuration", "wide-band-speech", + "cis-central", + "cis-peripheral", }; static const char *settings2str(uint32_t settings) -- 2.7.4