summaryrefslogtreecommitdiff
path: root/tools
diff options
context:
space:
mode:
authorPauli Virtanen <pav@iki.fi>2023-02-11 10:53:49 +0000
committerLuiz Augusto von Dentz <luiz.von.dentz@intel.com>2023-02-13 12:56:02 -0800
commit6f131929b832e9b9fbb2df301d31b4154a1b213b (patch)
treea6ba169dae6eb9a38f05595d63461c361b33cc3a /tools
parent0f2f7a8fe270e30c49343849a284eb29116b5487 (diff)
downloadbluez-6f131929b832e9b9fbb2df301d31b4154a1b213b.tar.gz
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:
Diffstat (limited to 'tools')
-rw-r--r--tools/btmgmt.c2
1 files changed, 2 insertions, 0 deletions
diff --git a/tools/btmgmt.c b/tools/btmgmt.c
index 29f86091f..323c26712 100644
--- a/tools/btmgmt.c
+++ b/tools/btmgmt.c
@@ -353,6 +353,8 @@ static const char *settings_str[] = {
"static-addr",
"phy-configuration",
"wide-band-speech",
+ "cis-central",
+ "cis-peripheral",
};
static const char *settings2str(uint32_t settings)