Linux bluetooth development
 help / color / mirror / Atom feed
* [PATCH BlueZ] doc: Fix Data Path direction in btmin-le-audio.rst
@ 2026-05-21  6:09 michael_kong
  2026-05-21  9:48 ` [BlueZ] " bluez.test.bot
  2026-05-21 13:40 ` [PATCH BlueZ] " patchwork-bot+bluetooth
  0 siblings, 2 replies; 3+ messages in thread
From: michael_kong @ 2026-05-21  6:09 UTC (permalink / raw)
  To: linux-bluetooth; +Cc: michael_kong

The Data Path direction 0x01 should be Output (Controller to Host).
---
 doc/btmon-le-audio.rst | 4 ++--
 1 file changed, 2 insertions(+), 2 deletions(-)

diff --git a/doc/btmon-le-audio.rst b/doc/btmon-le-audio.rst
index 50ee11879..47213c92e 100644
--- a/doc/btmon-le-audio.rst
+++ b/doc/btmon-le-audio.rst
@@ -454,12 +454,12 @@ On success, the controller assigns BIS connection handles (0x0010,
 
     < HCI Command: LE Setup ISO Data Path (0x08|0x006e) plen 13  #140 [hci0] 0.500003
           Connection Handle: 0x0010
-          Data Path Direction: Output (Host to Controller) (0x01)
+          Data Path Direction: Output (Controller to Host) (0x01)
           Data Path ID: HCI (0x00)
 
     < HCI Command: LE Setup ISO Data Path (0x08|0x006e) plen 13  #145 [hci0] 0.550003
           Connection Handle: 0x0011
-          Data Path Direction: Output (Host to Controller) (0x01)
+          Data Path Direction: Output (Controller to Host) (0x01)
           Data Path ID: HCI (0x00)
 
 **Step 8 -- ISO Data flows** on BIS handles::
-- 
2.29.1.windows.1


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

* RE: [BlueZ] doc: Fix Data Path direction in btmin-le-audio.rst
  2026-05-21  6:09 [PATCH BlueZ] doc: Fix Data Path direction in btmin-le-audio.rst michael_kong
@ 2026-05-21  9:48 ` bluez.test.bot
  2026-05-21 13:40 ` [PATCH BlueZ] " patchwork-bot+bluetooth
  1 sibling, 0 replies; 3+ messages in thread
From: bluez.test.bot @ 2026-05-21  9:48 UTC (permalink / raw)
  To: linux-bluetooth, kx960506

[-- Attachment #1: Type: text/plain, Size: 2160 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=1098468

---Test result---

Test Summary:
CheckPatch                    PASS      0.32 seconds
GitLint                       PASS      0.25 seconds
BuildEll                      PASS      20.22 seconds
BluezMake                     PASS      646.79 seconds
MakeCheck                     FAIL      18.66 seconds
MakeDistcheck                 FAIL      230.73 seconds
CheckValgrind                 FAIL      292.20 seconds
CheckSmatch                   PASS      354.07 seconds
bluezmakeextell               PASS      181.71 seconds
IncrementalBuild              PASS      648.04 seconds
ScanBuild                     PASS      1021.10 seconds

Details
##############################
Test: MakeCheck - FAIL
Desc: Run Bluez Make Check
Output:

make[3]: *** [Makefile:10239: test-suite.log] Error 1
make[2]: *** [Makefile:10347: check-TESTS] Error 2
make[1]: *** [Makefile:10818: check-am] Error 2
make: *** [Makefile:10820: check] Error 2
##############################
Test: MakeDistcheck - FAIL
Desc: Run Bluez Make Distcheck
Output:

make[4]: *** [Makefile:10239: test-suite.log] Error 1
make[3]: *** [Makefile:10347: check-TESTS] Error 2
make[2]: *** [Makefile:10818: check-am] Error 2
make[1]: *** [Makefile:10820: check] Error 2
make: *** [Makefile:10741: distcheck] Error 1
##############################
Test: CheckValgrind - FAIL
Desc: Run Bluez Make Check with Valgrind
Output:

tools/mgmt-tester.c: In function ‘main’:
tools/mgmt-tester.c:12990:5: note: variable tracking size limit exceeded with ‘-fvar-tracking-assignments’, retrying without
12990 | int main(int argc, char *argv[])
      |     ^~~~
make[3]: *** [Makefile:10239: test-suite.log] Error 1
make[2]: *** [Makefile:10347: check-TESTS] Error 2
make[1]: *** [Makefile:10818: check-am] Error 2
make: *** [Makefile:10820: check] Error 2


https://github.com/bluez/bluez/pull/2140

---
Regards,
Linux Bluetooth


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

* Re: [PATCH BlueZ] doc: Fix Data Path direction in btmin-le-audio.rst
  2026-05-21  6:09 [PATCH BlueZ] doc: Fix Data Path direction in btmin-le-audio.rst michael_kong
  2026-05-21  9:48 ` [BlueZ] " bluez.test.bot
@ 2026-05-21 13:40 ` patchwork-bot+bluetooth
  1 sibling, 0 replies; 3+ messages in thread
From: patchwork-bot+bluetooth @ 2026-05-21 13:40 UTC (permalink / raw)
  To: michael_kong; +Cc: linux-bluetooth

Hello:

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

On Thu, 21 May 2026 14:09:19 +0800 you wrote:
> The Data Path direction 0x01 should be Output (Controller to Host).
> ---
>  doc/btmon-le-audio.rst | 4 ++--
>  1 file changed, 2 insertions(+), 2 deletions(-)

Here is the summary with links:
  - [BlueZ] doc: Fix Data Path direction in btmin-le-audio.rst
    https://git.kernel.org/pub/scm/bluetooth/bluez.git/?id=d167d3409e94

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] 3+ messages in thread

end of thread, other threads:[~2026-05-21 13:39 UTC | newest]

Thread overview: 3+ messages (download: mbox.gz follow: Atom feed
-- links below jump to the message on this page --
2026-05-21  6:09 [PATCH BlueZ] doc: Fix Data Path direction in btmin-le-audio.rst michael_kong
2026-05-21  9:48 ` [BlueZ] " bluez.test.bot
2026-05-21 13:40 ` [PATCH BlueZ] " 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