linux-bluetooth.vger.kernel.org archive mirror
 help / color / mirror / Atom feed
* [PATCH BlueZ 0/1] monitor: Use proper name for CIS bit
@ 2023-09-12  7:03 Vlad Pruteanu
  2023-09-12  7:03 ` [PATCH BlueZ 1/1] " Vlad Pruteanu
  2023-09-12 18:50 ` [PATCH BlueZ 0/1] " patchwork-bot+bluetooth
  0 siblings, 2 replies; 4+ messages in thread
From: Vlad Pruteanu @ 2023-09-12  7:03 UTC (permalink / raw)
  To: linux-bluetooth
  Cc: claudia.rosu, mihai-octavian.urzica, silviu.barbulescu,
	iulia.tanasescu, andrei.istodorescu, Vlad Pruteanu

In the Bluetooth Specification the complete name for bit
number 32 is "Connected Isochronous Stream (Host Support)".

Vlad Pruteanu (1):
  monitor: Use proper name for CIS bit

 monitor/packet.c | 2 +-
 1 file changed, 1 insertion(+), 1 deletion(-)

-- 
2.34.1


^ permalink raw reply	[flat|nested] 4+ messages in thread

* [PATCH BlueZ 1/1] monitor: Use proper name for CIS bit
  2023-09-12  7:03 [PATCH BlueZ 0/1] monitor: Use proper name for CIS bit Vlad Pruteanu
@ 2023-09-12  7:03 ` Vlad Pruteanu
  2023-09-12  8:13   ` bluez.test.bot
  2023-09-12 18:50 ` [PATCH BlueZ 0/1] " patchwork-bot+bluetooth
  1 sibling, 1 reply; 4+ messages in thread
From: Vlad Pruteanu @ 2023-09-12  7:03 UTC (permalink / raw)
  To: linux-bluetooth
  Cc: claudia.rosu, mihai-octavian.urzica, silviu.barbulescu,
	iulia.tanasescu, andrei.istodorescu, Vlad Pruteanu

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


^ permalink raw reply related	[flat|nested] 4+ messages in thread

* RE: monitor: Use proper name for CIS bit
  2023-09-12  7:03 ` [PATCH BlueZ 1/1] " Vlad Pruteanu
@ 2023-09-12  8:13   ` bluez.test.bot
  0 siblings, 0 replies; 4+ messages in thread
From: bluez.test.bot @ 2023-09-12  8:13 UTC (permalink / raw)
  To: linux-bluetooth, vlad.pruteanu

[-- Attachment #1: Type: text/plain, Size: 1386 bytes --]

This is automated email and please do not reply to this email!

Dear submitter,

Thank you for submitting the patches to the linux bluetooth mailing list.
This is a CI test results with your patch series:
PW Link:https://patchwork.kernel.org/project/bluetooth/list/?series=783284

---Test result---

Test Summary:
CheckPatch                    PASS      0.54 seconds
GitLint                       PASS      0.36 seconds
BuildEll                      PASS      28.66 seconds
BluezMake                     PASS      902.83 seconds
MakeCheck                     PASS      12.10 seconds
MakeDistcheck                 PASS      161.34 seconds
CheckValgrind                 PASS      261.35 seconds
CheckSmatch                   WARNING   350.02 seconds
bluezmakeextell               PASS      106.12 seconds
IncrementalBuild              PASS      729.87 seconds
ScanBuild                     PASS      1088.43 seconds

Details
##############################
Test: CheckSmatch - WARNING
Desc: Run smatch tool with source
Output:
monitor/packet.c: note: in included file:monitor/display.h:82:26: warning: Variable length array is used.monitor/packet.c:1859:26: warning: Variable length array is used.monitor/packet.c: note: in included file:monitor/bt.h:3606:52: warning: array of flexible structuresmonitor/bt.h:3594:40: warning: array of flexible structures


---
Regards,
Linux Bluetooth


^ permalink raw reply	[flat|nested] 4+ messages in thread

* Re: [PATCH BlueZ 0/1] monitor: Use proper name for CIS bit
  2023-09-12  7:03 [PATCH BlueZ 0/1] monitor: Use proper name for CIS bit Vlad Pruteanu
  2023-09-12  7:03 ` [PATCH BlueZ 1/1] " Vlad Pruteanu
@ 2023-09-12 18:50 ` patchwork-bot+bluetooth
  1 sibling, 0 replies; 4+ messages in thread
From: patchwork-bot+bluetooth @ 2023-09-12 18:50 UTC (permalink / raw)
  To: Vlad Pruteanu
  Cc: linux-bluetooth, claudia.rosu, mihai-octavian.urzica,
	silviu.barbulescu, iulia.tanasescu, andrei.istodorescu

Hello:

This patch was applied to bluetooth/bluez.git (master)
by Luiz Augusto von Dentz <luiz.von.dentz@intel.com>:

On Tue, 12 Sep 2023 10:03:18 +0300 you wrote:
> In the Bluetooth Specification the complete name for bit
> number 32 is "Connected Isochronous Stream (Host Support)".
> 
> Vlad Pruteanu (1):
>   monitor: Use proper name for CIS bit
> 
>  monitor/packet.c | 2 +-
>  1 file changed, 1 insertion(+), 1 deletion(-)

Here is the summary with links:
  - [BlueZ,1/1] monitor: Use proper name for CIS bit
    https://git.kernel.org/pub/scm/bluetooth/bluez.git/?id=f838361bf0a3

You are awesome, thank you!
-- 
Deet-doot-dot, I am a bot.
https://korg.docs.kernel.org/patchwork/pwbot.html



^ permalink raw reply	[flat|nested] 4+ messages in thread

end of thread, other threads:[~2023-09-12 18:50 UTC | newest]

Thread overview: 4+ messages (download: mbox.gz follow: Atom feed
-- links below jump to the message on this page --
2023-09-12  7:03 [PATCH BlueZ 0/1] monitor: Use proper name for CIS bit Vlad Pruteanu
2023-09-12  7:03 ` [PATCH BlueZ 1/1] " Vlad Pruteanu
2023-09-12  8:13   ` bluez.test.bot
2023-09-12 18:50 ` [PATCH BlueZ 0/1] " patchwork-bot+bluetooth

This is a public inbox, see mirroring instructions
for how to clone and mirror all data and code used for this inbox;
as well as URLs for NNTP newsgroup(s).