* [PATCH BlueZ] doc/qualification: Add PICS and howto for the RFComm qualification
@ 2026-01-27 17:13 Frédéric Danis
2026-01-27 18:13 ` [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:13 UTC (permalink / raw)
To: linux-bluetooth
---
doc/qualification/rfcomm-pics.rst | 106 ++++++++++++++++++++++++++++++
doc/qualification/rfcomm-pts.rst | 58 ++++++++++++++++
2 files changed, 164 insertions(+)
create mode 100644 doc/qualification/rfcomm-pics.rst
create mode 100644 doc/qualification/rfcomm-pts.rst
diff --git a/doc/qualification/rfcomm-pics.rst b/doc/qualification/rfcomm-pics.rst
new file mode 100644
index 000000000..5ab1b07be
--- /dev/null
+++ b/doc/qualification/rfcomm-pics.rst
@@ -0,0 +1,106 @@
+.. SPDX-License-Identifier: GPL-2.0-or-later
+.. Copyright © 2025-2026 Collabora Ltd.
+
+===============
+RFComm Protocol
+===============
+(TCRL pkg101, RFCOMM.ICS.p8)
+
+
+Versions
+========
+**Table 0: X.Y Versions**
+
++------------------+----------+----------------------------------------------+
+| Parameter Name | Selected | Description |
++==================+==========+==============================================+
+| TSPC_RFCOMM_0_1 | | RFCOMM v1.1 with TS 07.10 (C.1) |
++------------------+----------+----------------------------------------------+
+| TSPC_RFCOMM_0_2 | x | RFCOMM v1.2 with TS 07.10 (C.1) |
++------------------+----------+----------------------------------------------+
+
+- C.1: Mandatory to support one and only one.
+
+Core Configuration
+==================
+**Table 0a: Core Configuration Requirements**
+
++------------------+----------+----------------------------------------------+
+| Parameter Name | Selected | Description |
++==================+==========+==============================================+
+| TSPC_RFCOMM_0a_1 | x | Protocol supported over BR/EDR (C.1, C.3) |
++------------------+----------+----------------------------------------------+
+| TSPC_RFCOMM_0a_2 | | 2 Protocol supported over LE (C.2) |
++------------------+----------+----------------------------------------------+
+
+- C.1: Excluded for this Protocol IF CORE 41/2 “LE Core Configuration”.
+- C.2: Excluded for this Protocol.
+- C.3: Mandatory for this Protocol.
+
+2.3 Supported procedures
+========================
+**Table 1: Supported Procedures**
+
++------------------+----------+----------------------------------------------+
+| Parameter Name | Selected | Description |
++==================+==========+==============================================+
+| TSPC_RFCOMM_1_1 | x | Initialize RFCOMM Session (C.5) |
++------------------+----------+----------------------------------------------+
+| TSPC_RFCOMM_1_2 | x | Respond to Initialization of an RFCOMM |
+| | | Session (C.5) |
++------------------+----------+----------------------------------------------+
+| TSPC_RFCOMM_1_3 | x | Shutdown RFCOMM Session (M) |
++------------------+----------+----------------------------------------------+
+| TSPC_RFCOMM_1_4 | x | Respond to a Shutdown of an RFCOMM Session |
+| | | (M) |
++------------------+----------+----------------------------------------------+
+| TSPC_RFCOMM_1_5 | x | Establish DLC (C.2) |
++------------------+----------+----------------------------------------------+
+| TSPC_RFCOMM_1_6 | x | Respond to Establishment of a DLC (C.1) |
++------------------+----------+----------------------------------------------+
+| TSPC_RFCOMM_1_7 | x | Disconnect DLC (M) |
++------------------+----------+----------------------------------------------+
+| TSPC_RFCOMM_1_8 | x | Respond to Disconnection of a DLC (M) |
++------------------+----------+----------------------------------------------+
+| TSPC_RFCOMM_1_9 | x | Respond to and send MSC Command (M) |
++------------------+----------+----------------------------------------------+
+| TSPC_RFCOMM_1_10 | x | Initiate Transfer Information (M) |
++------------------+----------+----------------------------------------------+
+| TSPC_RFCOMM_1_11 | x | Respond to Test Command (M) |
++------------------+----------+----------------------------------------------+
+| TSPC_RFCOMM_1_12 | x | Send Test Command (O) |
++------------------+----------+----------------------------------------------+
+| TSPC_RFCOMM_1_13 | x | React to Aggregate Flow Control (M) |
++------------------+----------+----------------------------------------------+
+| TSPC_RFCOMM_1_14 | x | Respond to RLS Command (M) |
++------------------+----------+----------------------------------------------+
+| TSPC_RFCOMM_1_15 | | Send RLS Command (O) |
++------------------+----------+----------------------------------------------+
+| TSPC_RFCOMM_1_16 | x | Respond to PN Command (M) |
++------------------+----------+----------------------------------------------+
+| TSPC_RFCOMM_1_17 | x | Send PN Command (C.3) |
++------------------+----------+----------------------------------------------+
+| TSPC_RFCOMM_1_18 | x | Send Non-Supported Command (NSC) response |
+| | | (C.4) |
++------------------+----------+----------------------------------------------+
+| TSPC_RFCOMM_1_19 | x | Respond to RPN Command (M) |
++------------------+----------+----------------------------------------------+
+| TSPC_RFCOMM_1_20 | x | Send RPN Command (O) |
++------------------+----------+----------------------------------------------+
+| TSPC_RFCOMM_1_21 | x | Closing Multiplexer by First Sending a DISC |
+| | | Command (O) |
++------------------+----------+----------------------------------------------+
+| TSPC_RFCOMM_1_22 | x | Support of Credit Based Flow Control (M) |
++------------------+----------+----------------------------------------------+
+
+- M: Mandatory
+- O: Optional
+- C.1: Mandatory IF RFCOMM 1/2 “Respond to Initialization of an RFCOMM
+ Session”, otherwise Excluded.
+- C.2: Mandatory IF RFCOMM 1/1 “Initialize RFCOMM Session”, otherwise
+ Excluded.
+- C.3: Mandatory IF RFCOMM 1/1 “Initialize RFCOMM Session”, otherwise
+ Optional.
+- C.4: Mandatory IF RFCOMM 0/2 “RFCOMM v1.2 with TS 07.10”, otherwise
+ Optional.
+- C.5: Mandatory to support at least one.
\ No newline at end of file
diff --git a/doc/qualification/rfcomm-pts.rst b/doc/qualification/rfcomm-pts.rst
new file mode 100644
index 000000000..860ef6508
--- /dev/null
+++ b/doc/qualification/rfcomm-pts.rst
@@ -0,0 +1,58 @@
+.. SPDX-License-Identifier: GPL-2.0-or-later
+.. Copyright © 2025-2026 Collabora Ltd.
+
+===================
+RFComm test results
+===================
+
+:PTS version: 8.5.2 Build 5
+
+Setup
+=====
+
+- Remove PTS device from Bluetooth devices
+- Update "TSPX_server_channel_iut" in IXIT to "10"
+
+Tests
+=====
+
+The kernel and BlueZ versions represent the oldest version without backport
+for which we know the test passed.
+
++------------------------------+----------+---------+-------+-------------------------------------------------------------------------+
+| Test name | Result | Kernel | BlueZ | |
++==============================+==========+=========+=======+=========================================================================+
+| RFCOMM/DEVA/RFC/BV-01-C | PASS | 6.1 | 5.69 | Run 'rctest -n -U spp <BD_ADDR>' upon request |
++------------------------------+----------+---------+-------+-------------------------------------------------------------------------+
+| RFCOMM/DEVA/RFC/BV-05-C | PASS | 6.1 | 5.69 | Run 'rctest -n -U spp <BD_ADDR>' upon request |
++------------------------------+----------+---------+-------+-------------------------------------------------------------------------+
+| RFCOMM/DEVB/RFC/BV-02-C | PASS | 6.1 | 5.69 | |
++------------------------------+----------+---------+-------+-------------------------------------------------------------------------+
+| RFCOMM/DEVB/RFC/BV-06-C | PASS | 6.1 | 5.69 | Run 'rctest -r -U spp -P 16' before starting the test |
++------------------------------+----------+---------+-------+-------------------------------------------------------------------------+
+| RFCOMM/DEVA-DEVB/RFC/BV-03-C | PASS | 6.1 | 5.69 | |
++------------------------------+----------+---------+-------+-------------------------------------------------------------------------+
+| RFCOMM/DEVA-DEVB/RFC/BV-04-C | PASS | 6.1 | 5.69 | Run 'rctest -r -U spp -P 16' before starting the test |
+| | | | | |
+| | | | | Kill rctest upon request |
++------------------------------+----------+---------+-------+-------------------------------------------------------------------------+
+| RFCOMM/DEVA-DEVB/RFC/BV-07-C | PASS | 6.1 | 5.69 | Run 'rctest -r -U spp -P 16' before starting the test |
+| | | | | |
+| | | | | Kill rctest upon request |
++------------------------------+----------+---------+-------+-------------------------------------------------------------------------+
+| RFCOMM/DEVA-DEVB/RFC/BV-08-C | PASS | 6.1 | 5.69 | Run 'rctest -r -U spp -P 16' before starting the test |
++------------------------------+----------+---------+-------+-------------------------------------------------------------------------+
+| RFCOMM/DEVA-DEVB/RFC/BV-11-C | PASS | 6.1 | 5.69 | |
++------------------------------+----------+---------+-------+-------------------------------------------------------------------------+
+| RFCOMM/DEVA-DEVB/RFC/BV-13-C | PASS | 6.1 | 5.69 | Run 'rctest -r -U spp -P 16' before starting the test |
++------------------------------+----------+---------+-------+-------------------------------------------------------------------------+
+| RFCOMM/DEVA-DEVB/RFC/BV-15-C | PASS | 6.1 | 5.69 | Run 'rctest -r -U spp -P 16' before starting the test |
++------------------------------+----------+---------+-------+-------------------------------------------------------------------------+
+| RFCOMM/DEVA-DEVB/RFC/BV-17-C | PASS | 6.1 | 5.69 | |
++------------------------------+----------+---------+-------+-------------------------------------------------------------------------+
+| RFCOMM/DEVA-DEVB/RFC/BV-19-C | PASS | 6.1 | 5.69 | |
++------------------------------+----------+---------+-------+-------------------------------------------------------------------------+
+| RFCOMM/DEVA-DEVB/RFC/BV-21-C | PASS | 6.1 | 5.69 | Run 'rctest -w -U spp -P 16' before starting the test |
++------------------------------+----------+---------+-------+-------------------------------------------------------------------------+
+| RFCOMM/DEVA-DEVB/RFC/BV-22-C | PASS | 6.1 | 5.69 | Run 'rctest -w -U spp -P 16' before starting the test |
++------------------------------+----------+---------+-------+-------------------------------------------------------------------------+
--
2.43.0
^ permalink raw reply related [flat|nested] 3+ messages in thread
* RE: [BlueZ] doc/qualification: Add PICS and howto for the RFComm qualification
2026-01-27 17:13 [PATCH BlueZ] doc/qualification: Add PICS and howto for the RFComm qualification Frédéric Danis
@ 2026-01-27 18:13 ` 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:13 UTC (permalink / raw)
To: linux-bluetooth, frederic.danis
[-- Attachment #1: Type: text/plain, Size: 1262 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=1047696
---Test result---
Test Summary:
CheckPatch PENDING 0.28 seconds
GitLint PENDING 0.36 seconds
BuildEll PASS 20.13 seconds
BluezMake PASS 638.65 seconds
MakeCheck PASS 18.51 seconds
MakeDistcheck PASS 243.98 seconds
CheckValgrind PASS 294.79 seconds
CheckSmatch PASS 349.01 seconds
bluezmakeextell PASS 182.08 seconds
IncrementalBuild PENDING 0.32 seconds
ScanBuild PASS 1037.43 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 RFComm qualification
2026-01-27 17:13 [PATCH BlueZ] doc/qualification: Add PICS and howto for the RFComm qualification Frédéric Danis
2026-01-27 18:13 ` [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:13:06 +0100 you wrote:
> ---
> doc/qualification/rfcomm-pics.rst | 106 ++++++++++++++++++++++++++++++
> doc/qualification/rfcomm-pts.rst | 58 ++++++++++++++++
> 2 files changed, 164 insertions(+)
> create mode 100644 doc/qualification/rfcomm-pics.rst
> create mode 100644 doc/qualification/rfcomm-pts.rst
Here is the summary with links:
- [BlueZ] doc/qualification: Add PICS and howto for the RFComm qualification
https://git.kernel.org/pub/scm/bluetooth/bluez.git/?id=04d67cea10f7
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:13 [PATCH BlueZ] doc/qualification: Add PICS and howto for the RFComm qualification Frédéric Danis
2026-01-27 18:13 ` [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