monitor: Use proper name for CIS bit
authorVlad Pruteanu <vlad.pruteanu@nxp.com>
Tue, 12 Sep 2023 07:03:19 +0000 (10:03 +0300)
committerAyush Garg <ayush.garg@samsung.com>
Fri, 5 Jan 2024 13:34:04 +0000 (19:04 +0530)
In the Bluetooth Specification the complete name for bit
number 32 is "Connected Isochronous Stream (Host Support)".

monitor/packet.c

index 70ac164..cd07de7 100755 (executable)
@@ -2722,7 +2722,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"                         },