public inbox for linux-bluetooth@vger.kernel.org
 help / color / mirror / Atom feed
* [PATCH BlueZ] doc/qualification: Add PICS and howto for the AVCTP qualification
@ 2026-01-27 17:05 Frédéric Danis
  2026-01-27 18:11 ` [BlueZ] " bluez.test.bot
  2026-01-27 18:30 ` [PATCH BlueZ] " patchwork-bot+bluetooth
  0 siblings, 2 replies; 3+ messages in thread
From: Frédéric Danis @ 2026-01-27 17:05 UTC (permalink / raw)
  To: linux-bluetooth

---
 doc/qualification/avctp-pics.rst | 116 +++++++++++++++++++++++++++++++
 doc/qualification/avctp-pts.rst  |  49 +++++++++++++
 2 files changed, 165 insertions(+)
 create mode 100644 doc/qualification/avctp-pics.rst
 create mode 100644 doc/qualification/avctp-pts.rst

diff --git a/doc/qualification/avctp-pics.rst b/doc/qualification/avctp-pics.rst
new file mode 100644
index 000000000..6c08d692e
--- /dev/null
+++ b/doc/qualification/avctp-pics.rst
@@ -0,0 +1,116 @@
+.. SPDX-License-Identifier: GPL-2.0-or-later
+.. Copyright © 2025-2026 Collabora Ltd.
+
+======================================
+Audio/Video Control Transport Protocol
+======================================
+(TCRL 2023-1, AVCTP.ICS.1.4.2ed4)
+
+Versions
+========
+**Table 0: X.Y Versions**
+
++------------------+----------+----------------------------------------------+
+| Parameter Name   | Selected | Description                                  |
++==================+==========+==============================================+
+| TSPC_AVCTP_0_4   | x        | AVCTP 1.4 (M)                                |
++------------------+----------+----------------------------------------------+
+
+- M: Mandatory
+
+Roles
+=====
+**Table 1: Role Requirements**
+
++------------------+----------+----------------------------------------------+
+| Parameter Name   | Selected | Description                                  |
++==================+==========+==============================================+
+| TSPC_AVCTP_1_1   | x        | Controller (C.1)                             |
++------------------+----------+----------------------------------------------+
+| TSPC_AVCTP_1_2   | x        | Target (C.1)                                 |
++------------------+----------+----------------------------------------------+
+
+- C.1: Mandatory to support at least one.
+
+Controller Capabilities
+=======================
+**Table 2: Controller Features**
+
+Prerequisite: AVCTP 1/1 "Controller"
+
++------------------+----------+----------------------------------------------+
+| Parameter Name   | Selected | Description                                  |
++==================+==========+==============================================+
+| TSPC_AVCTP_2_1   |          | Message fragmentation (O)                    |
++------------------+----------+----------------------------------------------+
+| TSPC_AVCTP_2_2   | x        | Transaction label management (M)             |
++------------------+----------+----------------------------------------------+
+| TSPC_AVCTP_2_3   | x        | Packet type field management (M)             |
++------------------+----------+----------------------------------------------+
+| TSPC_AVCTP_2_4   | x        | Message type field management (M)            |
++------------------+----------+----------------------------------------------+
+| TSPC_AVCTP_2_5   | x        | PID field management (M)                     |
++------------------+----------+----------------------------------------------+
+| TSPC_AVCTP_2_6   | x        | IPID field management (M)                    |
++------------------+----------+----------------------------------------------+
+| TSPC_AVCTP_2_7   | x        | Message information management (M)           |
++------------------+----------+----------------------------------------------+
+| TSPC_AVCTP_2_8   | x        | Event registration for message reception (O) |
++------------------+----------+----------------------------------------------+
+| TSPC_AVCTP_2_9   | x        | Event registration for connection request (O)|
++------------------+----------+----------------------------------------------+
+| TSPC_AVCTP_2_10  | x        | Event registration for disconnection request |
+|                  |          | (O)                                          |
++------------------+----------+----------------------------------------------+
+| TSPC_AVCTP_2_11  | x        | Connect request (O)                          |
++------------------+----------+----------------------------------------------+
+| TSPC_AVCTP_2_12  | x        | Disconnect request (O)                       |
++------------------+----------+----------------------------------------------+
+| TSPC_AVCTP_2_13  | x        | Send message (O)                             |
++------------------+----------+----------------------------------------------+
+| TSPC_AVCTP_2_14  |          | Support for multiple AVCTP channel           |
+|                  |          | establishment requests (O)                   |
++------------------+----------+----------------------------------------------+
+
+- M: Mandatory
+- O: Optional
+
+Target Capabilities
+===================
+**Table 3: Target Features**
+
+Prerequisite: AVCTP 1/2 "Target"
+
++------------------+----------+----------------------------------------------+
+| Parameter Name   | Selected | Description                                  |
++==================+==========+==============================================+
+| TSPC_AVCTP_3_1   |          | Message fragmentation (O)                    |
++------------------+----------+----------------------------------------------+
+| TSPC_AVCTP_3_2   | x        | Transaction label management (M)             |
++------------------+----------+----------------------------------------------+
+| TSPC_AVCTP_3_3   | x        | Packet type field management (M)             |
++------------------+----------+----------------------------------------------+
+| TSPC_AVCTP_3_4   | x        | Message type field management (M)            |
++------------------+----------+----------------------------------------------+
+| TSPC_AVCTP_3_5   | x        | PID field management (M)                     |
++------------------+----------+----------------------------------------------+
+| TSPC_AVCTP_3_6   | x        | IPID field management (M)                    |
++------------------+----------+----------------------------------------------+
+| TSPC_AVCTP_3_7   | x        | Message information management (M)           |
++------------------+----------+----------------------------------------------+
+| TSPC_AVCTP_3_8   | x        | Event registration for message reception (O) |
++------------------+----------+----------------------------------------------+
+| TSPC_AVCTP_3_9   | x        | Event registration for connection request (O)|
++------------------+----------+----------------------------------------------+
+| TSPC_AVCTP_3_10  | x        | Event registration for disconnection request |
+|                  |          | (O)                                          |
++------------------+----------+----------------------------------------------+
+| TSPC_AVCTP_3_11  | x        | Connect request (O)                          |
++------------------+----------+----------------------------------------------+
+| TSPC_AVCTP_3_12  | x        | Disconnect request (O)                       |
++------------------+----------+----------------------------------------------+
+| TSPC_AVCTP_3_13  | x        | Send message (O)                             |
++------------------+----------+----------------------------------------------+
+
+- M: Mandatory
+- O: Optional
diff --git a/doc/qualification/avctp-pts.rst b/doc/qualification/avctp-pts.rst
new file mode 100644
index 000000000..cb47eba0b
--- /dev/null
+++ b/doc/qualification/avctp-pts.rst
@@ -0,0 +1,49 @@
+.. SPDX-License-Identifier: GPL-2.0-or-later
+.. Copyright © 2025-2026 Collabora Ltd.
+
+==================
+AVCTP test results
+==================
+
+:PTS version: 8.5.2 Build 5
+
+Setup
+=====
+
+- Remove PTS device from Bluetooth devices
+
+Tests
+=====
+
+The kernel and BlueZ versions represent the oldest version without backport
+for which we know the test passed.
+
++----------------------+----------+---------+-------+-----------------------+
+| Test name            | Result   | Kernel  | BlueZ |                       |
++======================+==========+=========+=======+=======================+
+| AVCTP/CT/CCM/BV-01-C | PASS     |     6.1 | 5.69  |                       |
++----------------------+----------+---------+-------+-----------------------+
+| AVCTP/CT/CCM/BV-02-C | PASS     |     6.1 | 5.69  |                       |
++----------------------+----------+---------+-------+-----------------------+
+| AVCTP/CT/CCM/BV-03-C | PASS     |     6.1 | 5.69  |                       |
++----------------------+----------+---------+-------+-----------------------+
+| AVCTP/CT/CCM/BV-04-C |          |         |       |                       |
++----------------------+----------+---------+-------+-----------------------+
+| AVCTP/CT/NFR/BV-01-C | PASS     |     6.1 | 5.69  |                       |
++----------------------+----------+---------+-------+-----------------------+
+| AVCTP/CT/NFR/BV-04-C |          |         |       |                       |
++----------------------+----------+---------+-------+-----------------------+
+| AVCTP/TG/CCM/BV-01-C |          |         |       |                       |
++----------------------+----------+---------+-------+-----------------------+
+| AVCTP/TG/CCM/BV-02-C |          |         |       |                       |
++----------------------+----------+---------+-------+-----------------------+
+| AVCTP/TG/CCM/BV-03-C |          |         |       |                       |
++----------------------+----------+---------+-------+-----------------------+
+| AVCTP/TG/CCM/BV-04-C |          |         |       |                       |
++----------------------+----------+---------+-------+-----------------------+
+| AVCTP/TG/NFR/BI-01-C | PASS     |     6.1 | 5.69  |                       |
++----------------------+----------+---------+-------+-----------------------+
+| AVCTP/TG/NFR/BV-02-C |          |         |       |                       |
++----------------------+----------+---------+-------+-----------------------+
+| AVCTP/TG/NFR/BV-03-C |          |         |       |                       |
++----------------------+----------+---------+-------+-----------------------+
-- 
2.43.0


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

* RE: [BlueZ] doc/qualification: Add PICS and howto for the AVCTP qualification
  2026-01-27 17:05 [PATCH BlueZ] doc/qualification: Add PICS and howto for the AVCTP qualification Frédéric Danis
@ 2026-01-27 18:11 ` bluez.test.bot
  2026-01-27 18:30 ` [PATCH BlueZ] " patchwork-bot+bluetooth
  1 sibling, 0 replies; 3+ messages in thread
From: bluez.test.bot @ 2026-01-27 18:11 UTC (permalink / raw)
  To: linux-bluetooth, frederic.danis

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

---Test result---

Test Summary:
CheckPatch                    PENDING   0.28 seconds
GitLint                       PENDING   0.29 seconds
BuildEll                      PASS      18.18 seconds
BluezMake                     PASS      670.00 seconds
MakeCheck                     PASS      18.25 seconds
MakeDistcheck                 PASS      227.12 seconds
CheckValgrind                 PASS      284.35 seconds
CheckSmatch                   PASS      321.52 seconds
bluezmakeextell               PASS      170.73 seconds
IncrementalBuild              PENDING   0.33 seconds
ScanBuild                     PASS      977.90 seconds

Details
##############################
Test: CheckPatch - PENDING
Desc: Run checkpatch.pl script
Output:

##############################
Test: GitLint - PENDING
Desc: Run gitlint
Output:

##############################
Test: IncrementalBuild - PENDING
Desc: Incremental build with the patches in the series
Output:



---
Regards,
Linux Bluetooth


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

* Re: [PATCH BlueZ] doc/qualification: Add PICS and howto for the AVCTP qualification
  2026-01-27 17:05 [PATCH BlueZ] doc/qualification: Add PICS and howto for the AVCTP qualification Frédéric Danis
  2026-01-27 18:11 ` [BlueZ] " bluez.test.bot
@ 2026-01-27 18:30 ` patchwork-bot+bluetooth
  1 sibling, 0 replies; 3+ messages in thread
From: patchwork-bot+bluetooth @ 2026-01-27 18:30 UTC (permalink / raw)
  To: =?utf-8?b?RnLDqWTDqXJpYyBEYW5pcyA8ZnJlZGVyaWMuZGFuaXNAY29sbGFib3JhLmNvbT4=?=
  Cc: linux-bluetooth

Hello:

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

On Tue, 27 Jan 2026 18:05:27 +0100 you wrote:
> ---
>  doc/qualification/avctp-pics.rst | 116 +++++++++++++++++++++++++++++++
>  doc/qualification/avctp-pts.rst  |  49 +++++++++++++
>  2 files changed, 165 insertions(+)
>  create mode 100644 doc/qualification/avctp-pics.rst
>  create mode 100644 doc/qualification/avctp-pts.rst

Here is the summary with links:
  - [BlueZ] doc/qualification: Add PICS and howto for the AVCTP qualification
    https://git.kernel.org/pub/scm/bluetooth/bluez.git/?id=ae788af205ad

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-01-27 18:30 UTC | newest]

Thread overview: 3+ messages (download: mbox.gz follow: Atom feed
-- links below jump to the message on this page --
2026-01-27 17:05 [PATCH BlueZ] doc/qualification: Add PICS and howto for the AVCTP qualification Frédéric Danis
2026-01-27 18:11 ` [BlueZ] " bluez.test.bot
2026-01-27 18:30 ` [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