From: "Frédéric Danis" <frederic.danis@collabora.com>
To: linux-bluetooth@vger.kernel.org
Subject: [PATCH BlueZ v2 09/13] doc/qualification: Add PICS and howto for the SDP qualification
Date: Tue, 27 Jan 2026 18:38:37 +0100 [thread overview]
Message-ID: <20260127173841.153747-9-frederic.danis@collabora.com> (raw)
In-Reply-To: <20260127173841.153747-1-frederic.danis@collabora.com>
---
doc/qualification/sdp-pics.rst | 205 +++++++++++++++++++++++++++++++++
doc/qualification/sdp-pts.rst | 63 ++++++++++
2 files changed, 268 insertions(+)
create mode 100644 doc/qualification/sdp-pics.rst
create mode 100644 doc/qualification/sdp-pts.rst
diff --git a/doc/qualification/sdp-pics.rst b/doc/qualification/sdp-pics.rst
new file mode 100644
index 000000000..980f0fa37
--- /dev/null
+++ b/doc/qualification/sdp-pics.rst
@@ -0,0 +1,205 @@
+==========================
+Service Discovery Protocol
+==========================
+(TCRL 2023-1, SDP.ICS.p23)
+
+
+Roles
+=====
+**Table 1b: Role Requirements**
+
++------------------+----------+----------------------------------------------+
+| Parameter Name | Selected | Description |
++==================+==========+==============================================+
+| TSPC_SDP_1b_1 | x | Server (C.1) |
++------------------+----------+----------------------------------------------+
+| TSPC_SDP_1b_2 | x | Client (C.1) |
++------------------+----------+----------------------------------------------+
+
+- C.1: Mandatory to support at least one of SDP 1b/1 "Server" OR SDP 1b/2
+ "Client".
+
+UUID capabilities
+=================
+**Table 1: Support Different Size Capabilities on UUID**
+Prerequisite: SDP 1b/1 "Server"
+
++------------------+----------+----------------------------------------------+
+| Parameter Name | Selected | Description |
++==================+==========+==============================================+
+| TSPC_SDP_1_1 | x | 128 bit UUID (M) |
++------------------+----------+----------------------------------------------+
+| TSPC_SDP_1_2 | x | 32 bit UUID (M) |
++------------------+----------+----------------------------------------------+
+| TSPC_SDP_1_3 | x | 16 bit UUID (M) |
++------------------+----------+----------------------------------------------+
+
+- M: Mandatory
+
+Service Search Request PDU
+==========================
+**Table 2: Service Search Request**
+Prerequisite: SDP 1b/1 "Server"
+
++------------------+----------+----------------------------------------------+
+| Parameter Name | Selected | Description |
++==================+==========+==============================================+
+| TSPC_SDP_2_1 | x | Service Search Response (M) |
++------------------+----------+----------------------------------------------+
+| TSPC_SDP_2_2 | | Generates continuation state in Service |
+| | | Search Response (O) |
++------------------+----------+----------------------------------------------+
+
+- M: Mandatory
+- O: Optional
+
+Service Search Request PDU
+==========================
+**Table 3: Error Response to Invalid Service Search Request**
+Prerequisite: SDP 1b/1 "Server"
+
++------------------+----------+----------------------------------------------+
+| Parameter Name | Selected | Description |
++==================+==========+==============================================+
+| TSPC_SDP_3_1 | x | Error response to Service Search Request (M) |
++------------------+----------+----------------------------------------------+
+
+- M: Mandatory
+
+Service Attribute Request PDU
+=============================
+**Table 4: Service Attribute Request**
+Prerequisite: SDP 1b/1 "Server"
+
++------------------+----------+----------------------------------------------+
+| Parameter Name | Selected | Description |
++==================+==========+==============================================+
+| TSPC_SDP_4_1 | x | Service Attribute Response (M) |
++------------------+----------+----------------------------------------------+
+| TSPC_SDP_4_2 | | Generates continuation state in Service |
+| | | Attribute Response (O) |
++------------------+----------+----------------------------------------------+
+| TSPC_SDP_4_3 | x | Service Attribute Response with |
+| | | AdditionalProtocolDescriptorList attribute |
+| | | (O) |
++------------------+----------+----------------------------------------------+
+
+- M: Mandatory
+- O: Optional
+
+Service Attribute Request PDU
+=============================
+**Table 5: Error Response to Invalid Service Attribute Request**
+Prerequisite: SDP 1b/1 "Server"
+
++------------------+----------+----------------------------------------------+
+| Parameter Name | Selected | Description |
++==================+==========+==============================================+
+| TSPC_SDP_5_1 | x | Error response to Service Attribute Request |
+| | | (M) |
++------------------+----------+----------------------------------------------+
+
+- M: Mandatory
+
+Service Search Attribute Request PDU
+====================================
+**Table 6: Service Search Attribute Request**
+Prerequisite: SDP 1b/1 "Server"
+
++------------------+----------+----------------------------------------------+
+| Parameter Name | Selected | Description |
++==================+==========+==============================================+
+| TSPC_SDP_6_1 | x | Service Search Attribute Response (M) |
++------------------+----------+----------------------------------------------+
+| TSPC_SDP_6_2 | | Generates continuation state in Service |
+| | | Search Attribute Response (O) |
++------------------+----------+----------------------------------------------+
+| TSPC_SDP_6_3 | x | Service Search Attribute Response with |
+| | | AdditionalProtocolDescriptorList attribute |
+| | | (O) |
++------------------+----------+----------------------------------------------+
+
+- M: Mandatory
+- O: Optional
+
+Service Search Attribute Request PDU
+====================================
+**Table 7: Invalid Service Search Attribute Request**
+Prerequisite: SDP 1b/1 "Server"
+
++------------------+----------+----------------------------------------------+
+| Parameter Name | Selected | Description |
++==================+==========+==============================================+
+| TSPC_SDP_7_1 | x | Error response to Service Search Attribute |
+| | | Request (M) |
++------------------+----------+----------------------------------------------+
+
+- M: Mandatory
+
+Service Browsing
+================
+**Table 8: Service Browsing**
+Prerequisite: SDP 1b/1 "Server"
+
++------------------+----------+----------------------------------------------+
+| Parameter Name | Selected | Description |
++==================+==========+==============================================+
+| TSPC_SDP_8_1 | | Browsing, using SDP_ServiceSearchRequest and |
+| | | SDP_ServiceAttributeRequest (O) |
++------------------+----------+----------------------------------------------+
+| TSPC_SDP_8_2 | | Browsing, using |
+| | | SDP_ServiceSearchAttributeRequest (O) |
++------------------+----------+----------------------------------------------+
+
+- O: Optional
+
+Attributes
+==========
+**Table 9: Attributes Present in IUT**
+Prerequisite: SDP 1b/1 "Server"
+
++------------------+----------+----------------------------------------------+
+| Parameter Name | Selected | Description |
++==================+==========+==============================================+
+| TSPC_SDP_9_1 | | ServiceID (O) |
++------------------+----------+----------------------------------------------+
+| TSPC_SDP_9_2 | x | ProtocolDescriptorList (O) |
++------------------+----------+----------------------------------------------+
+| TSPC_SDP_9_3 | | ServiceRecordState (O) |
++------------------+----------+----------------------------------------------+
+| TSPC_SDP_9_4 | | ServiceInfoTimeToLive (O) |
++------------------+----------+----------------------------------------------+
+| TSPC_SDP_9_5 | | BrowseGroupList (O) |
++------------------+----------+----------------------------------------------+
+| TSPC_SDP_9_6 | | LanguageBaseAttributeIdList (O) |
++------------------+----------+----------------------------------------------+
+| TSPC_SDP_9_7 | | ServiceAvailability (O) |
++------------------+----------+----------------------------------------------+
+| TSPC_SDP_9_8 | | IconURL (O) |
++------------------+----------+----------------------------------------------+
+| TSPC_SDP_9_9 | x | ServiceName (O) |
++------------------+----------+----------------------------------------------+
+| TSPC_SDP_9_10 | x | ServiceDescription (O) |
++------------------+----------+----------------------------------------------+
+| TSPC_SDP_9_11 | | ProviderName (O) |
++------------------+----------+----------------------------------------------+
+| TSPC_SDP_9_12 | | VersionNumberList (O) |
++------------------+----------+----------------------------------------------+
+| TSPC_SDP_9_13 | | ServiceDataBaseState (O) |
++------------------+----------+----------------------------------------------+
+| TSPC_SDP_9_14 | x | BluetoothProfileDescriptorList (O) |
++------------------+----------+----------------------------------------------+
+| TSPC_SDP_9_15 | | DocumentationURL (O) |
++------------------+----------+----------------------------------------------+
+| TSPC_SDP_9_16 | | ClientExecutableURL (O) |
++------------------+----------+----------------------------------------------+
+| TSPC_SDP_9_17 | | AdditionalProtocolDescriptorList (C.1) |
++------------------+----------+----------------------------------------------+
+| TSPC_SDP_9_18 | x | ServiceRecordHandle (O) |
++------------------+----------+----------------------------------------------+
+| TSPC_SDP_9_19 | x | ServiceClassIDList (O) |
++------------------+----------+----------------------------------------------+
+
+- M: Mandatory
+- O: Optional
+- C.1: Optional IF SDP 9/2 "ProtocolDescriptorList", otherwise Excluded.
diff --git a/doc/qualification/sdp-pts.rst b/doc/qualification/sdp-pts.rst
new file mode 100644
index 000000000..1c80c4c58
--- /dev/null
+++ b/doc/qualification/sdp-pts.rst
@@ -0,0 +1,63 @@
+.. SPDX-License-Identifier: GPL-2.0-or-later
+.. Copyright © 2025-2026 Collabora Ltd.
+
+================
+SDP 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 | |
++====================+==========+=========+=======+==========================+
+| SDP/SR/SA/BV-01-C | PASS | 6.1 | 5.69 | |
++--------------------+----------+---------+-------+--------------------------+
+| SDP/SR/SA/BV-05-C | PASS | 6.1 | 5.69 | |
++--------------------+----------+---------+-------+--------------------------+
+| SDP/SR/SA/BV-17-C | PASS | 6.1 | 5.69 | |
++--------------------+----------+---------+-------+--------------------------+
+| SDP/SR/SA/BV-20-C | PASS | 6.1 | 5.69 | |
++--------------------+----------+---------+-------+--------------------------+
+| SDP/SR/SA/BV-21-C | PASS | 6.1 | 5.69 | |
++--------------------+----------+---------+-------+--------------------------+
+| SDP/SR/SA/BI-01-C | PASS | 6.1 | 5.69 | |
++--------------------+----------+---------+-------+--------------------------+
+| SDP/SR/SA/BI-02-C | PASS | 6.1 | 5.69 | |
++--------------------+----------+---------+-------+--------------------------+
+| SDP/SR/SA/BI-03-C | PASS | 6.1 | 5.69 | |
++--------------------+----------+---------+-------+--------------------------+
+| SDP/SR/SS/BV-01-C | PASS | 6.1 | 5.69 | |
++--------------------+----------+---------+-------+--------------------------+
+| SDP/SR/SS/BV-04-C | PASS | 6.1 | 5.69 | |
++--------------------+----------+---------+-------+--------------------------+
+| SDP/SR/SS/BI-01-C | PASS | 6.1 | 5.69 | |
++--------------------+----------+---------+-------+--------------------------+
+| SDP/SR/SS/BI-02-C | PASS | 6.1 | 5.69 | |
++--------------------+----------+---------+-------+--------------------------+
+| SDP/SR/SSA/BV-01-C | PASS | 6.1 | 5.69 | |
++--------------------+----------+---------+-------+--------------------------+
+| SDP/SR/SSA/BV-02-C | PASS | 6.1 | 5.69 | |
++--------------------+----------+---------+-------+--------------------------+
+| SDP/SR/SSA/BV-03-C | PASS | 6.1 | 5.69 | |
++--------------------+----------+---------+-------+--------------------------+
+| SDP/SR/SSA/BV-04-C | PASS | 6.1 | 5.69 | |
++--------------------+----------+---------+-------+--------------------------+
+| SDP/SR/SSA/BV-11-C | PASS | 6.1 | 5.69 | |
++--------------------+----------+---------+-------+--------------------------+
+| SDP/SR/SSA/BV-23-C | PASS | 6.1 | 5.69 | |
++--------------------+----------+---------+-------+--------------------------+
+| SDP/SR/SSA/BI-01-C | PASS | 6.1 | 5.69 | |
++--------------------+----------+---------+-------+--------------------------+
+| SDP/SR/SSA/BI-02-C | PASS | 6.1 | 5.69 | |
++--------------------+----------+---------+-------+--------------------------+
--
2.43.0
next prev parent reply other threads:[~2026-01-27 17:38 UTC|newest]
Thread overview: 15+ messages / expand[flat|nested] mbox.gz Atom feed top
2026-01-27 17:38 [PATCH BlueZ v2 01/13] doc/qualification: Add PICS and howto for the A2DP qualification Frédéric Danis
2026-01-27 17:38 ` [PATCH BlueZ v2 02/13] doc/qualification: Add PICS and howto for the AVCTP qualification Frédéric Danis
2026-01-27 17:38 ` [PATCH BlueZ v2 03/13] doc/qualification: Add PICS and howto for the AVDTP qualification Frédéric Danis
2026-01-27 17:38 ` [PATCH BlueZ v2 04/13] doc/qualification: Add PICS and howto for the AVRCP qualification Frédéric Danis
2026-01-27 17:38 ` [PATCH BlueZ v2 05/13] doc/qualification: Add PICS and howto for the GAVDP qualification Frédéric Danis
2026-01-27 17:38 ` [PATCH BlueZ v2 06/13] doc/qualification: Add PICS and howto for the HID qualification Frédéric Danis
2026-01-27 17:38 ` [PATCH BlueZ v2 07/13] doc/qualification: Add PICS and howto for the RFComm qualification Frédéric Danis
2026-01-27 17:38 ` [PATCH BlueZ v2 08/13] doc/qualification: Add PICS and howto for the ScPP qualification Frédéric Danis
2026-01-27 17:38 ` Frédéric Danis [this message]
2026-01-27 17:38 ` [PATCH BlueZ v2 10/13] doc/qualification: Add PICS and howto for the SPP qualification Frédéric Danis
2026-01-27 17:38 ` [PATCH BlueZ v2 11/13] doc/qualification: Add PICS and howto for the HoGP qualification Frédéric Danis
2026-01-27 17:38 ` [PATCH BlueZ v2 12/13] doc/qualification: Add PICS and howto for the HSP qualification Frédéric Danis
2026-01-27 17:38 ` [PATCH BlueZ v2 13/13] doc/qualification: Add PICS and howto for the IOPT qualification Frédéric Danis
2026-01-27 18:30 ` [PATCH BlueZ v2 01/13] doc/qualification: Add PICS and howto for the A2DP qualification patchwork-bot+bluetooth
2026-01-27 18:37 ` [BlueZ,v2,01/13] " bluez.test.bot
Reply instructions:
You may reply publicly to this message via plain-text email
using any one of the following methods:
* Save the following mbox file, import it into your mail client,
and reply-to-all from there: mbox
Avoid top-posting and favor interleaved quoting:
https://en.wikipedia.org/wiki/Posting_style#Interleaved_style
* Reply using the --to, --cc, and --in-reply-to
switches of git-send-email(1):
git send-email \
--in-reply-to=20260127173841.153747-9-frederic.danis@collabora.com \
--to=frederic.danis@collabora.com \
--cc=linux-bluetooth@vger.kernel.org \
/path/to/YOUR_REPLY
https://kernel.org/pub/software/scm/git/docs/git-send-email.html
* If your mail client supports setting the In-Reply-To header
via mailto: links, try the mailto: link
Be sure your reply has a Subject: header at the top and a blank line
before the message body.
This is a public inbox, see mirroring instructions
for how to clone and mirror all data and code used for this inbox