2023-09-12 15:32:32

by Vlad Pruteanu

[permalink] [raw]
Subject: [PATCH BlueZ 1/1] monitor: Use proper name for CIS bit

In the Bluetooth Specification the complete name for bit
number 32 is "Connected Isochronous Stream (Host Support)".
---
monitor/packet.c | 2 +-
1 file changed, 1 insertion(+), 1 deletion(-)

diff --git a/monitor/packet.c b/monitor/packet.c
index f88a11539..76bc2120f 100644
--- a/monitor/packet.c
+++ b/monitor/packet.c
@@ -2723,7 +2723,7 @@ static const struct bitfield_data features_le[] = {
{ 29, "Connected Isochronous Stream - Peripheral" },
{ 30, "Isochronous Broadcaster" },
{ 31, "Synchronized Receiver" },
- { 32, "Isochronous Channels (Host Support)" },
+ { 32, "Connected Isochronous Stream (Host Support)" },
{ 33, "LE Power Control Request" },
{ 34, "LE Power Control Request" },
{ 35, "LE Path Loss Monitoring" },
--
2.34.1