summaryrefslogtreecommitdiff
path: root/monitor
diff options
context:
space:
mode:
authorPauli Virtanen <pav@iki.fi>2023-02-11 10:53:48 +0000
committerLuiz Augusto von Dentz <luiz.von.dentz@intel.com>2023-02-13 12:56:00 -0800
commit0f2f7a8fe270e30c49343849a284eb29116b5487 (patch)
tree429bc5b11783392220d981e30f81ce8f36bd28d2 /monitor
parentc35d32b19989a26a584d87e2639fe8abd0f7e63c (diff)
downloadbluez-0f2f7a8fe270e30c49343849a284eb29116b5487.tar.gz
monitor: add MGMT setting bit names for CIS feature support
Add names for CIS Central/Peripheral MGMT bits: @ MGMT Event: Command Complete (0x0001) plen 283 {0x0002} [hci0] 3.745117 Read Controller Information (0x0004) plen 280 Status: Success (0x00) Address: XX:XX:XX:XX:XX:XX (Intel Corporate) Version: Bluetooth 5.3 (0x0c) Manufacturer: Intel Corp. (2) Supported settings: 0x000ffeff Powered Connectable Fast Connectable Discoverable Bondable Link Security Secure Simple Pairing BR/EDR Low Energy Advertising Secure Connections Debug Keys Privacy Controller Configuration Static Address PHY Configuration Wideband Speech CIS Central CIS Peripheral Current settings: 0x000c0ad1 Powered Bondable Secure Simple Pairing BR/EDR Low Energy Secure Connections CIS Central CIS Peripheral Class: 0x7c0104 Major class: Computer (desktop, notebook, PDA, organizers) Minor class: Desktop workstation Rendering (Printing, Speaker) Capturing (Scanner, Microphone) Object Transfer (v-Inbox, v-Folder) Audio (Speaker, Microphone, Headset) Telephony (Cordless telephony, Modem, Headset) Name: xxx Short name:
Diffstat (limited to 'monitor')
-rw-r--r--monitor/packet.c2
1 files changed, 2 insertions, 0 deletions
diff --git a/monitor/packet.c b/monitor/packet.c
index 44f1941bd..d9e8abf41 100644
--- a/monitor/packet.c
+++ b/monitor/packet.c
@@ -12649,6 +12649,8 @@ static const struct bitfield_data mgmt_settings_table[] = {
{ 15, "Static Address" },
{ 16, "PHY Configuration" },
{ 17, "Wideband Speech" },
+ { 18, "CIS Central" },
+ { 19, "CIS Peripheral" },
{ }
};