* [PATCH BlueZ] doc/qualification: Add PICS and howto for the ScPP qualification
@ 2026-01-27 17:13 Frédéric Danis
2026-01-27 18:18 ` [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/scpp-pics.rst | 166 ++++++++++++++++++++++++++++++++
doc/qualification/scpp-pts.rst | 31 ++++++
2 files changed, 197 insertions(+)
create mode 100644 doc/qualification/scpp-pics.rst
create mode 100644 doc/qualification/scpp-pts.rst
diff --git a/doc/qualification/scpp-pics.rst b/doc/qualification/scpp-pics.rst
new file mode 100644
index 000000000..d1024427b
--- /dev/null
+++ b/doc/qualification/scpp-pics.rst
@@ -0,0 +1,166 @@
+.. SPDX-License-Identifier: GPL-2.0-or-later
+.. Copyright © 2025-2026 Collabora Ltd.
+
+=======================
+Scan Parameters Profile
+=======================
+(TCRL 2023-1, SCPP.ICS.p2)
+
+
+Versions
+========
+**Table 0: Major Versions (X.Y)**
+
++------------------+----------+------------------------------------------------------+
+| Parameter Name | Selected | Description |
++==================+==========+======================================================+
+| TSC_SCPP_0_1 | x | SCPP v1.0 (M) |
++------------------+----------+------------------------------------------------------+
+
+- M: Mandatory
+
+Roles
+=====
+**Table 1: Role Requirements**
+
++------------------+----------+------------------------------------------------------+
+| Parameter Name | Selected | Description |
++==================+==========+======================================================+
+| TSC_SCPP_1_1 | | Scan Server (C.1) |
++------------------+----------+------------------------------------------------------+
+| TSC_SCPP_1_2 | x | Scan Client (C.1) |
++------------------+----------+------------------------------------------------------+
+
+- C.1: Mandatory to support at least one of SCPP 1/1 "Scan Server" OR SCPP 1/2 "Scan Client".
+
+Transports
+==========
+**Table 2: Transport Requirements**
+
++------------------+----------+------------------------------------------------------+
+| Parameter Name | Selected | Description |
++==================+==========+======================================================+
+| TSC_SCPP_2_1 | | Profile supported over BR/EDR (C.1) |
++------------------+----------+------------------------------------------------------+
+| TSC_SCPP_2_2 | x | Profile supported over LE (M) |
++------------------+----------+------------------------------------------------------+
+
+- M: Mandatory
+- C.1: Excluded for this Profile.
+
+Scan Server Role
+================
+**Table 3: Services - Scan Server Role**
+
+Prerequisite: SCPP 1/1 "Scan Server"
+
++------------------+----------+------------------------------------------------------+
+| Parameter Name | Selected | Description |
++==================+==========+======================================================+
+| TSC_SCPP_3_1 | | Scan Parameters Service (M) |
++------------------+----------+------------------------------------------------------+
+
+- M: Mandatory
+
+Scan Server Role
+================
+**Table 4: GAP Requirements - Scan Server Role**
+
+Prerequisite: SCPP 1/1 "Scan Server"
+
++------------------+----------+------------------------------------------------------+
+| Parameter Name | Selected | Description |
++==================+==========+======================================================+
+| TSC_SCPP_4_1 | | Peripheral (M) |
++------------------+----------+------------------------------------------------------+
+
+- M: Mandatory
+
+Scan Client Role
+================
+**Table 7: Discover Services and Characteristics - Scan Client Role**
+
+Prerequisite: SCPP 1/2 "Scan Client"
+
++------------------+----------+------------------------------------------------------+
+| Parameter Name | Selected | Description |
++==================+==========+======================================================+
+| TSC_SCPP_7_1 | x | Discover Scan Parameters Service (M) |
++------------------+----------+------------------------------------------------------+
+| TSC_SCPP_7_2 | x | Discover Scan Parameters characteristic: Scan |
+| | | interval Window (M) |
++------------------+----------+------------------------------------------------------+
+| TSC_SCPP_7_3 | x | Discover Scan Parameters characteristic: Scan |
+| | | Refresh (M) |
++------------------+----------+------------------------------------------------------+
+| TSC_SCPP_7_4 | x | Discover Scan Parameters characteristic: Scan |
+| | | Refresh - Client Characteristic Configuration |
+| | | Descriptor (M) |
++------------------+----------+------------------------------------------------------+
+
+- M: Mandatory
+
+Scan Client Role
+================
+**Table 8: Features - Scan Client Role**
+
+Prerequisite: SCPP 1/2 "Scan Client"
+
++------------------+----------+------------------------------------------------------+
+| Parameter Name | Selected | Description |
++==================+==========+======================================================+
+| TSC_SCPP_8_1 | x | Write Scan Interval Window characteristic (M) |
++------------------+----------+------------------------------------------------------+
+| TSC_SCPP_8_2 | | Configure Scan Refresh characteristic: Client |
+| | | Characteristic Configuration characteristic |
+| | | descriptor with (O) |
++------------------+----------+------------------------------------------------------+
+| TSC_SCPP_8_3 | x | Notify Scan Refresh characteristic (M) |
++------------------+----------+------------------------------------------------------+
+
+- M: Mandatory
+- O: Optional
+
+Scan Client Role
+================
+**Table 9: GATT Requirements - Scan Client Role**
+
+Prerequisite: SCPP 1/2 "Scan Client"
+
++------------------+----------+------------------------------------------------------+
+| Parameter Name | Selected | Description |
++==================+==========+======================================================+
+| TSC_SCPP_9_1 | x | GATT Client over LE (M) |
++------------------+----------+------------------------------------------------------+
+| TSC_SCPP_9_3 | x | Discover All Primary Services (C.1) |
++------------------+----------+------------------------------------------------------+
+| TSC_SCPP_9_4 | x | Discover Primary Services by Service UUID (C.1) |
++------------------+----------+------------------------------------------------------+
+| TSC_SCPP_9_5 | x | Discover All Characteristics of a Service (C.2) |
++------------------+----------+------------------------------------------------------+
+| TSC_SCPP_9_6 | x | Discover Characteristics by UUID (C.2) |
++------------------+----------+------------------------------------------------------+
+| TSC_SCPP_9_7 | x | Discover All Characteristic Descriptors (M) |
++------------------+----------+------------------------------------------------------+
+| TSC_SCPP_9_8 | x | Write without Response (M) |
++------------------+----------+------------------------------------------------------+
+| TSC_SCPP_9_10 | x | Notifications (M) |
++------------------+----------+------------------------------------------------------+
+
+- M: Mandatory
+- C.1: Mandatory to support at least one of SCPP 9/3 "Discover All Primary Services" OR SCPP 9/4 "Discover Primary Services by Service UUID".
+- C.2: Mandatory to support at least one of SCPP 9/5 "Discover All Characteristics of a Service" OR SCPP 9/6 "Discover Characteristics by UUID".
+
+Scan Client Role
+================
+**Table 10: GAP Requirements - Scan Client Role**
+
+Prerequisite: SCPP 1/2 "Scan Client"
+
++------------------+----------+------------------------------------------------------+
+| Parameter Name | Selected | Description |
++==================+==========+======================================================+
+| TSC_SCPP_10_1 | x | Central (M) |
++------------------+----------+------------------------------------------------------+
+
+- M: Mandatory
diff --git a/doc/qualification/scpp-pts.rst b/doc/qualification/scpp-pts.rst
new file mode 100644
index 000000000..d61c60ff0
--- /dev/null
+++ b/doc/qualification/scpp-pts.rst
@@ -0,0 +1,31 @@
+.. SPDX-License-Identifier: GPL-2.0-or-later
+.. Copyright © 2025-2026 Collabora Ltd.
+
+=================
+ScPP 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 | |
++==============================+==========+=========+=======+=========================================================================+
+| SCPP/CL/CGGIT/SER/BV-01-C | PASS | 6.1 | 5.69 | |
++------------------------------+----------+---------+-------+-------------------------------------------------------------------------+
+| SCPP/CL/CGGIT/CHA/BV-01-C | PASS | 6.1 | 5.69 | Cancel 'Please take action to discover the Scan Interval Window …' |
++------------------------------+----------+---------+-------+-------------------------------------------------------------------------+
+| SCPP/CL/CGGIT/CHA/BV-02-C | PASS | 6.1 | 5.69 | Cancel 'Please take action to discover the Scan Refresh caracteristic…' |
++------------------------------+----------+---------+-------+-------------------------------------------------------------------------+
+| SCPP/CL/SNPF/BV-01-I | PASS | 6.1 | 5.69 | |
++------------------------------+----------+---------+-------+-------------------------------------------------------------------------+
--
2.43.0
^ permalink raw reply related [flat|nested] 3+ messages in thread
* RE: [BlueZ] doc/qualification: Add PICS and howto for the ScPP qualification
2026-01-27 17:13 [PATCH BlueZ] doc/qualification: Add PICS and howto for the ScPP qualification Frédéric Danis
@ 2026-01-27 18:18 ` 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:18 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=1047697
---Test result---
Test Summary:
CheckPatch PENDING 0.32 seconds
GitLint PENDING 0.35 seconds
BuildEll PASS 17.76 seconds
BluezMake PASS 628.38 seconds
MakeCheck PASS 18.02 seconds
MakeDistcheck PASS 219.98 seconds
CheckValgrind PASS 279.69 seconds
CheckSmatch PASS 312.56 seconds
bluezmakeextell PASS 166.91 seconds
IncrementalBuild PENDING 0.25 seconds
ScanBuild PASS 933.98 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 ScPP qualification
2026-01-27 17:13 [PATCH BlueZ] doc/qualification: Add PICS and howto for the ScPP qualification Frédéric Danis
2026-01-27 18:18 ` [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:35 +0100 you wrote:
> ---
> doc/qualification/scpp-pics.rst | 166 ++++++++++++++++++++++++++++++++
> doc/qualification/scpp-pts.rst | 31 ++++++
> 2 files changed, 197 insertions(+)
> create mode 100644 doc/qualification/scpp-pics.rst
> create mode 100644 doc/qualification/scpp-pts.rst
Here is the summary with links:
- [BlueZ] doc/qualification: Add PICS and howto for the ScPP qualification
https://git.kernel.org/pub/scm/bluetooth/bluez.git/?id=9621ab4d51c5
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 ScPP qualification Frédéric Danis
2026-01-27 18:18 ` [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