diff mbox series

[BlueZ,1/1] monitor: Use proper name for CIS bit

Message ID 20230912070319.1224301-2-vlad.pruteanu@nxp.com
State New
Headers show
Series monitor: Use proper name for CIS bit | expand

Commit Message

Vlad Pruteanu Sept. 12, 2023, 7:03 a.m. UTC
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 mbox series

Patch

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"				},