* [PATCH BlueZ 1/6] doc/qualification: gap-pics: fu: add footnote for TSPC_GAP_21_9 feature
2026-03-06 16:19 [PATCH BlueZ 0/6] doc/qualification: follow up patches Christian Eggers
@ 2026-03-06 16:19 ` Christian Eggers
2026-03-06 17:12 ` doc/qualification: follow up patches bluez.test.bot
2026-03-06 16:19 ` [PATCH BlueZ 2/6] doc/qualification: gatt-pts: fu: add description for GATT/SR/GAW/BI-39-C Christian Eggers
` (5 subsequent siblings)
6 siblings, 1 reply; 9+ messages in thread
From: Christian Eggers @ 2026-03-06 16:19 UTC (permalink / raw)
To: linux-bluetooth; +Cc: frederic.danis, ceggers
Unfortunately, v1 of my patch series has been applied to master. This is
an incremental update to v2 of 1b7e682ef4b7 ("doc/qualification:
gap-pics: add footnote for TSPC_GAP_21_9 feature")
---
doc/qualification/gap-pics.rst | 21 ++++++++++++---------
1 file changed, 12 insertions(+), 9 deletions(-)
diff --git a/doc/qualification/gap-pics.rst b/doc/qualification/gap-pics.rst
index d7673e5da088..c9d7b003d547 100644
--- a/doc/qualification/gap-pics.rst
+++ b/doc/qualification/gap-pics.rst
@@ -848,15 +848,18 @@ Prerequisite: GAP 5/3 "Peripheral (LE)" OR GAP 38/3 "Peripheral (BR/EDR/LE)"
otherwise Optional.
- C.2: Excluded IF SUM ICS 31/17 "Core v4.2" OR SUM ICS 31/18 "Core v4.2+HS",
otherwise Optional.
-- (1) Only set of Bluetooth controller supports the HCI_LE_CONN_PARAM_REQ_PROC
- LE feature, otherwise, GAP/CONN/CPUP/BV-08-C will fail.
- # cat /sys/kernel/debug/bluetooth/hci0/features
- 0: ff ff ff fe db fd 7b 87
- 1: 02 00 00 00 00 00 00 00
- 2: 5f 02 00 00 00 00 00 00
- LE: bd 5f 66 00 00 00 00 00
- ^^
- ++- This byte must have the 2nd bit (0x02) set.
+- (1) Only set if Bluetooth controller supports the "Connection Parameters
+ Request procedure" LE feature, otherwise, GAP/CONN/CPUP/BV-08-C will fail.
+ To check for this feature, run in bluetoothctl:
+ - power off
+ - hci.open 0 user
+ - hci.cmd 0x2003
+ HCI Command complete:
+ 00 bd 5f 66 00 00 00 00 00 .._f.....
+ ^^
+ ++- This byte must have the 2nd bit (0x02) set.
+ - hci.close
+ - power on
LE Capability Statement
=======================
--
2.51.0
^ permalink raw reply related [flat|nested] 9+ messages in thread* [PATCH BlueZ 2/6] doc/qualification: gatt-pts: fu: add description for GATT/SR/GAW/BI-39-C
2026-03-06 16:19 [PATCH BlueZ 0/6] doc/qualification: follow up patches Christian Eggers
2026-03-06 16:19 ` [PATCH BlueZ 1/6] doc/qualification: gap-pics: fu: add footnote for TSPC_GAP_21_9 feature Christian Eggers
@ 2026-03-06 16:19 ` Christian Eggers
2026-03-06 16:19 ` [PATCH BlueZ 3/6] doc/qualification: gatt-pts: fu: add description for GATT/SR/GAN/BV-03-C Christian Eggers
` (4 subsequent siblings)
6 siblings, 0 replies; 9+ messages in thread
From: Christian Eggers @ 2026-03-06 16:19 UTC (permalink / raw)
To: linux-bluetooth; +Cc: frederic.danis, ceggers
Unfortunately, v1 of my patch series has been applied to master. This is
an incremental update to v2 of db7d1a9c770c ("doc/qualification:
gatt-pts: add description for GATT/SR/GAW/BI-39-C")
---
doc/qualification/gatt-pts.rst | 34 +++++++++++++++++++---------------
1 file changed, 19 insertions(+), 15 deletions(-)
diff --git a/doc/qualification/gatt-pts.rst b/doc/qualification/gatt-pts.rst
index 760d78615970..fd1fa8370d50 100644
--- a/doc/qualification/gatt-pts.rst
+++ b/doc/qualification/gatt-pts.rst
@@ -1099,40 +1099,44 @@ for which we know the test passed.
| | | | | Enter the handle displayed for the characteristic during |
| | | | | register-application on handle request |
+------------------------+----------+---------+-------+-------------------------------------------------------------------------+
-| GATT/SR/GAW/BI-39-C | PASS | 6.1 | 5.69 | Run 'bluetoothctl': |
+| GATT/SR/GAW/BI-39-C | PASS | 6.1 | 5.69 | Pre-condition: |
| | | | | |
-| | | | | - [bluetooth]# gatt.register-service 0xFFFF |
+| | | | | - Run 'bluetoothctl': |
| | | | | |
-| | | | | - *yes* when asked if primary service |
+| | | | | - [bluetooth]# gatt.register-service 0xFFFF |
| | | | | |
-| | | | | - [bluetooth]# gatt.register-characteristic 0xAAAA read,write |
+| | | | | - *yes* when asked if primary service |
| | | | | |
-| | | | | - enter '1' when prompted |
+| | | | | - [bluetooth]# gatt.register-characteristic 0xAAAA read,write |
| | | | | |
-| | | | | - [bluetooth]# gatt.register-application |
+| | | | | - enter '1' when prompted |
| | | | | |
+| | | | | - [bluetooth]# gatt.register-application |
+| | | | +-------------------------------------------------------------------------+
| | | | | Enter the handle displayed for the characteristic during |
| | | | | register-application on handle request |
| | | | | |
| | | | | Enter '2' when asked for handle size |
+------------------------+----------+---------+-------+-------------------------------------------------------------------------+
-| GATT/SR/GAN/BV-01-C | PASS | 6.1 | 5.69 | Run 'bluetoothctl': |
+| GATT/SR/GAN/BV-01-C | PASS | 6.1 | 5.69 | Pre-condition: |
| | | | | |
-| | | | | - [bluetooth]# advertise on |
+| | | | | - Run 'bluetoothctl': |
| | | | | |
-| | | | | - [bluetooth]# gatt.register-service 0xFFFF |
+| | | | | - [bluetooth]# advertise on |
| | | | | |
-| | | | | - *yes* when asked if primary service |
+| | | | | - [bluetooth]# gatt.register-service 0xFFFF |
| | | | | |
-| | | | | - [bluetooth]# gatt.register-characteristic 0xAAAA write,notify |
+| | | | | - *yes* when asked if primary service |
| | | | | |
-| | | | | - enter '1' when prompted |
+| | | | | - [bluetooth]# gatt.register-characteristic 0xAAAA write,notify |
| | | | | |
-| | | | | - [bluetooth]# gatt.register-application |
+| | | | | - enter '1' when prompted |
| | | | | |
-| | | | | - [bluetooth]# gatt.select-attribute local 0xAAAA |
+| | | | | - [bluetooth]# gatt.register-application |
| | | | | |
-| | | | | - Wait until PTS prompts for sending a notification |
+| | | | | - [bluetooth]# gatt.select-attribute local 0xAAAA |
+| | | | +-------------------------------------------------------------------------+
+| | | | | On PTS request to send a notification: |
| | | | | |
| | | | | - [bluetooth]# gatt.write 2 |
+------------------------+----------+---------+-------+-------------------------------------------------------------------------+
--
2.51.0
^ permalink raw reply related [flat|nested] 9+ messages in thread* [PATCH BlueZ 3/6] doc/qualification: gatt-pts: fu: add description for GATT/SR/GAN/BV-03-C
2026-03-06 16:19 [PATCH BlueZ 0/6] doc/qualification: follow up patches Christian Eggers
2026-03-06 16:19 ` [PATCH BlueZ 1/6] doc/qualification: gap-pics: fu: add footnote for TSPC_GAP_21_9 feature Christian Eggers
2026-03-06 16:19 ` [PATCH BlueZ 2/6] doc/qualification: gatt-pts: fu: add description for GATT/SR/GAW/BI-39-C Christian Eggers
@ 2026-03-06 16:19 ` Christian Eggers
2026-03-06 16:19 ` [PATCH BlueZ 4/6] doc/qualification: gatt-pts: fu: update descr. for GATT/SR/GAI/BV-01-C Christian Eggers
` (3 subsequent siblings)
6 siblings, 0 replies; 9+ messages in thread
From: Christian Eggers @ 2026-03-06 16:19 UTC (permalink / raw)
To: linux-bluetooth; +Cc: frederic.danis, ceggers
Unfortunately, v1 of my patch series has been applied to master. This is
an incremental update to v2 of 268d715b80e0 ("doc/qualification:
gatt-pts: add description for GATT/SR/GAN/BV-03-C")
---
doc/qualification/gatt-pts.rst | 20 +++++++++++---------
1 file changed, 11 insertions(+), 9 deletions(-)
diff --git a/doc/qualification/gatt-pts.rst b/doc/qualification/gatt-pts.rst
index fd1fa8370d50..4749fef1d677 100644
--- a/doc/qualification/gatt-pts.rst
+++ b/doc/qualification/gatt-pts.rst
@@ -1140,23 +1140,25 @@ for which we know the test passed.
| | | | | |
| | | | | - [bluetooth]# gatt.write 2 |
+------------------------+----------+---------+-------+-------------------------------------------------------------------------+
-| GATT/SR/GAN/BV-03-C | PASS | 6.1 | 5.69 | Run 'bluetoothctl': |
+| GATT/SR/GAN/BV-03-C | PASS | 6.1 | 5.69 | Pre-condition: |
| | | | | |
-| | | | | - [bluetooth]# advertise on |
+| | | | | - Run 'bluetoothctl': |
| | | | | |
-| | | | | - [bluetooth]# gatt.register-service 0xFFFF |
+| | | | | - [bluetooth]# advertise on |
| | | | | |
-| | | | | - *yes* when asked if primary service |
+| | | | | - [bluetooth]# gatt.register-service 0xFFFF |
| | | | | |
-| | | | | - [bluetooth]# gatt.register-characteristic 0xAAAA write,notify |
+| | | | | - *yes* when asked if primary service |
| | | | | |
-| | | | | - enter '1' when prompted |
+| | | | | - [bluetooth]# gatt.register-characteristic 0xAAAA write,notify |
| | | | | |
-| | | | | - [bluetooth]# gatt.register-application |
+| | | | | - enter '1' when prompted |
| | | | | |
-| | | | | - [bluetooth]# gatt.select-attribute local 0xAAAA |
+| | | | | - [bluetooth]# gatt.register-application |
| | | | | |
-| | | | | - Wait until PTS prompts for sending a notification |
+| | | | | - [bluetooth]# gatt.select-attribute local 0xAAAA |
+| | | | +-------------------------------------------------------------------------+
+| | | | | On PTS request to send a notification: |
| | | | | |
| | | | | - [bluetooth]# gatt.write 2 |
+------------------------+----------+---------+-------+-------------------------------------------------------------------------+
--
2.51.0
^ permalink raw reply related [flat|nested] 9+ messages in thread* [PATCH BlueZ 4/6] doc/qualification: gatt-pts: fu: update descr. for GATT/SR/GAI/BV-01-C
2026-03-06 16:19 [PATCH BlueZ 0/6] doc/qualification: follow up patches Christian Eggers
` (2 preceding siblings ...)
2026-03-06 16:19 ` [PATCH BlueZ 3/6] doc/qualification: gatt-pts: fu: add description for GATT/SR/GAN/BV-03-C Christian Eggers
@ 2026-03-06 16:19 ` Christian Eggers
2026-03-06 16:19 ` [PATCH BlueZ 5/6] doc/qualification: gatt-pts: fu: add description for GATT/SR/GAI/BV-02-C Christian Eggers
` (2 subsequent siblings)
6 siblings, 0 replies; 9+ messages in thread
From: Christian Eggers @ 2026-03-06 16:19 UTC (permalink / raw)
To: linux-bluetooth; +Cc: frederic.danis, ceggers
Unfortunately, v1 of my patch series has been applied to master. This is
an incremental update to v2 of 7a2d04492f98 ("doc/qualification:
gatt-pts: update description for GATT/SR/GAI/BV-01-C")
---
doc/qualification/gatt-pts.rst | 21 +++++++++++++--------
1 file changed, 13 insertions(+), 8 deletions(-)
diff --git a/doc/qualification/gatt-pts.rst b/doc/qualification/gatt-pts.rst
index 4749fef1d677..79dc75118451 100644
--- a/doc/qualification/gatt-pts.rst
+++ b/doc/qualification/gatt-pts.rst
@@ -1162,21 +1162,26 @@ for which we know the test passed.
| | | | | |
| | | | | - [bluetooth]# gatt.write 2 |
+------------------------+----------+---------+-------+-------------------------------------------------------------------------+
-| GATT/SR/GAI/BV-01-C | PASS | 6.1 | 5.69 | Run 'bluetoothctl': |
+| GATT/SR/GAI/BV-01-C | PASS | 6.1 | 5.69 | Pre-condition: |
| | | | | |
-| | | | | - [bluetooth]# advertise on |
-| | | | | |
-| | | | | - [bluetooth]# gatt.register-service 0xFFFF |
+| | | | | - Run 'bluetoothctl': |
| | | | | |
-| | | | | - *yes* when asked if primary service |
+| | | | | - [bluetooth]# gatt.register-service 0xFFFF |
| | | | | |
-| | | | | - [bluetooth]# gatt.register-characteristic 0xAAAA read,write |
+| | | | | - *yes* when asked if primary service |
| | | | | |
-| | | | | - enter '1' when prompted |
+| | | | | - [bluetooth]# gatt.register-characteristic 0xAAAA read,write |
| | | | | |
-| | | | | - Wait until PTS prompts for sending an indication |
+| | | | | - enter '1' when prompted |
+| | | | +-------------------------------------------------------------------------+
+| | | | | On PTS request to send a notification: |
| | | | | |
| | | | | - [bluetooth]# gatt.register-application |
+| | | | | |
+| | | | | Enter the handle displayed for the characteristic during |
+| | | | | register-application on handle request |
+| | | | | |
+| | | | | Enter '2' when asked for handle size |
+------------------------+----------+---------+-------+-------------------------------------------------------------------------+
| GATT/SR/GAI/BV-02-C | PASS | 6.1 | 5.69 | Run 'bluetoothctl': |
| | | | | |
--
2.51.0
^ permalink raw reply related [flat|nested] 9+ messages in thread* [PATCH BlueZ 5/6] doc/qualification: gatt-pts: fu: add description for GATT/SR/GAI/BV-02-C
2026-03-06 16:19 [PATCH BlueZ 0/6] doc/qualification: follow up patches Christian Eggers
` (3 preceding siblings ...)
2026-03-06 16:19 ` [PATCH BlueZ 4/6] doc/qualification: gatt-pts: fu: update descr. for GATT/SR/GAI/BV-01-C Christian Eggers
@ 2026-03-06 16:19 ` Christian Eggers
2026-03-06 16:19 ` [PATCH BlueZ 6/6] doc/qualification: l2cap-pts: fu: add descriptions for LE CFC tests Christian Eggers
2026-03-06 18:20 ` [PATCH BlueZ 0/6] doc/qualification: follow up patches patchwork-bot+bluetooth
6 siblings, 0 replies; 9+ messages in thread
From: Christian Eggers @ 2026-03-06 16:19 UTC (permalink / raw)
To: linux-bluetooth; +Cc: frederic.danis, ceggers
Unfortunately, v1 of my patch series has been applied to master. This is
an incremental update to v2 of 04af0bbeca63 ("doc/qualification:
gatt-pts: add description for GATT/SR/GAI/BV-02-C")
---
doc/qualification/gatt-pts.rst | 16 +++++++++-------
1 file changed, 9 insertions(+), 7 deletions(-)
diff --git a/doc/qualification/gatt-pts.rst b/doc/qualification/gatt-pts.rst
index 79dc75118451..d01525464183 100644
--- a/doc/qualification/gatt-pts.rst
+++ b/doc/qualification/gatt-pts.rst
@@ -1183,19 +1183,21 @@ for which we know the test passed.
| | | | | |
| | | | | Enter '2' when asked for handle size |
+------------------------+----------+---------+-------+-------------------------------------------------------------------------+
-| GATT/SR/GAI/BV-02-C | PASS | 6.1 | 5.69 | Run 'bluetoothctl': |
+| GATT/SR/GAI/BV-02-C | PASS | 6.1 | 5.69 | Pre-condition: |
| | | | | |
-| | | | | - [bluetooth]# advertise on |
+| | | | | - Run 'bluetoothctl': |
| | | | | |
-| | | | | - [bluetooth]# gatt.register-service 0xFFFF |
+| | | | | - [bluetooth]# advertise on |
| | | | | |
-| | | | | - *yes* when asked if primary service |
+| | | | | - [bluetooth]# gatt.register-service 0xFFFF |
| | | | | |
-| | | | | - [bluetooth]# gatt.register-characteristic 0xAAAA read,write |
+| | | | | - *yes* when asked if primary service |
| | | | | |
-| | | | | - enter '1' when prompted |
+| | | | | - [bluetooth]# gatt.register-characteristic 0xAAAA read,write |
| | | | | |
-| | | | | - Wait until PTS prompts for sending an indication |
+| | | | | - enter '1' when prompted |
+| | | | +-------------------------------------------------------------------------+
+| | | | | On PTS request to send a notification: |
| | | | | |
| | | | | - [bluetooth]# gatt.register-application |
+------------------------+----------+---------+-------+-------------------------------------------------------------------------+
--
2.51.0
^ permalink raw reply related [flat|nested] 9+ messages in thread* [PATCH BlueZ 6/6] doc/qualification: l2cap-pts: fu: add descriptions for LE CFC tests
2026-03-06 16:19 [PATCH BlueZ 0/6] doc/qualification: follow up patches Christian Eggers
` (4 preceding siblings ...)
2026-03-06 16:19 ` [PATCH BlueZ 5/6] doc/qualification: gatt-pts: fu: add description for GATT/SR/GAI/BV-02-C Christian Eggers
@ 2026-03-06 16:19 ` Christian Eggers
2026-03-06 18:20 ` [PATCH BlueZ 0/6] doc/qualification: follow up patches patchwork-bot+bluetooth
6 siblings, 0 replies; 9+ messages in thread
From: Christian Eggers @ 2026-03-06 16:19 UTC (permalink / raw)
To: linux-bluetooth; +Cc: frederic.danis, ceggers
Unfortunately, v1 of my patch series has been applied to master. This is
an incremental update to v2 of d99f2e129634 ("doc/qualification:
l2cap-pts: add descriptions for LE CFC tests")
---
doc/qualification/l2cap-pts.rst | 38 ++++++++++++++++-----------------
1 file changed, 19 insertions(+), 19 deletions(-)
diff --git a/doc/qualification/l2cap-pts.rst b/doc/qualification/l2cap-pts.rst
index 043b8f20cd64..f0e7aa5eea40 100644
--- a/doc/qualification/l2cap-pts.rst
+++ b/doc/qualification/l2cap-pts.rst
@@ -96,20 +96,20 @@ for which we know the test passed.
| | | | | - Run: |
| | | | | |
| | | | | - btmon |
+| | | | +------------------------------------------------------+
+| | | | | Look for "frame too long" |
| | | | | |
-| | | | | - Look for "frame too long" |
-| | | | | |
-| | | | | - Answer PTS question with "yes" |
+| | | | | Answer PTS question with "yes" |
+-----------------------+--------+--------+-------+------------------------------------------------------+
| L2CAP/COS/CED/BI-09-C | PASS | 6.1 | 5.69 | Pre-condition: |
| | | | | |
| | | | | - Run: |
| | | | | |
| | | | | - btmon |
+| | | | +------------------------------------------------------+
+| | | | | Look for "invalid signal packet size" |
| | | | | |
-| | | | | - Look for "invalid signal packet size" |
-| | | | | |
-| | | | | - Answer PTS question with "yes" |
+| | | | | Answer PTS question with "yes" |
+-----------------------+--------+--------+-------+------------------------------------------------------+
| L2CAP/COS/CED/BI-11-C | PASS | 6.1 | 5.69 | |
+-----------------------+--------+--------+-------+------------------------------------------------------+
@@ -118,30 +118,30 @@ for which we know the test passed.
| | | | | - Run: |
| | | | | |
| | | | | - btmon |
+| | | | +------------------------------------------------------+
+| | | | | Look for "invalid signal packet size" |
| | | | | |
-| | | | | - Look for "invalid signal packet size" |
-| | | | | |
-| | | | | - Answer PTS question with "yes" |
+| | | | | Answer PTS question with "yes" |
+-----------------------+--------+--------+-------+------------------------------------------------------+
| L2CAP/COS/CED/BI-16-C | PASS | 6.1 | 5.69 | Pre-condition: |
| | | | | |
| | | | | - Run: |
| | | | | |
| | | | | - btmon |
+| | | | +------------------------------------------------------+
+| | | | | Look for "invalid signal packet size" |
| | | | | |
-| | | | | - Look for "invalid signal packet size" |
-| | | | | |
-| | | | | - Answer PTS question with "yes" |
+| | | | | Answer PTS question with "yes" |
+-----------------------+--------+--------+-------+------------------------------------------------------+
| L2CAP/COS/CED/BI-17-C | PASS | 6.1 | 5.69 | Pre-condition: |
| | | | | |
| | | | | - Run: |
| | | | | |
| | | | | - btmon |
+| | | | +------------------------------------------------------+
+| | | | | Look for "invalid signal packet size" |
| | | | | |
-| | | | | - Look for "invalid signal packet size" |
-| | | | | |
-| | | | | - Answer PTS question with "yes" |
+| | | | | Answer PTS question with "yes" |
+-----------------------+--------+--------+-------+------------------------------------------------------+
| L2CAP/COS/CED/BI-29-C | PASS | future | 5.69 | On request run: |
| | | | | |
@@ -510,8 +510,8 @@ for which we know the test passed.
| | | | | |
| | | | | - l2test -w -P 0x0027 -V le_public |
| | | | | -e $((0x78563412)) -b 10 |
-| | | | | |
-| | | | | - Result: 123456780A007F7F7F7F |
+| | | | +------------------------------------------------------+
+| | | | | Result: 123456780A007F7F7F7F |
+-----------------------+--------+--------+-------+------------------------------------------------------+
| L2CAP/LE/CFC/BV-05-C | PASS | 6.1 | 5.69 | |
+-----------------------+--------+--------+-------+------------------------------------------------------+
@@ -533,8 +533,8 @@ for which we know the test passed.
| | | | | - Run: |
| | | | | |
| | | | | - l2test -r -V le_public -P 0x0027 |
-| | | | | |
-| | | | | - On request terminate l2test |
+| | | | +------------------------------------------------------|
+| | | | | On request terminate l2test |
+-----------------------+--------+--------+-------+------------------------------------------------------+
| L2CAP/LE/CFC/BV-09-C | PASS | 6.1 | 5.69 | Pre-condition: |
| | | | | |
--
2.51.0
^ permalink raw reply related [flat|nested] 9+ messages in thread* Re: [PATCH BlueZ 0/6] doc/qualification: follow up patches
2026-03-06 16:19 [PATCH BlueZ 0/6] doc/qualification: follow up patches Christian Eggers
` (5 preceding siblings ...)
2026-03-06 16:19 ` [PATCH BlueZ 6/6] doc/qualification: l2cap-pts: fu: add descriptions for LE CFC tests Christian Eggers
@ 2026-03-06 18:20 ` patchwork-bot+bluetooth
6 siblings, 0 replies; 9+ messages in thread
From: patchwork-bot+bluetooth @ 2026-03-06 18:20 UTC (permalink / raw)
To: Christian Eggers; +Cc: linux-bluetooth, frederic.danis
Hello:
This series was applied to bluetooth/bluez.git (master)
by Luiz Augusto von Dentz <luiz.von.dentz@intel.com>:
On Fri, 6 Mar 2026 17:19:15 +0100 you wrote:
> Unfortunately, v1 of my patch series has been applied to master. This
> series updates all modfied patches to v2.
Here is the summary with links:
- [BlueZ,1/6] doc/qualification: gap-pics: fu: add footnote for TSPC_GAP_21_9 feature
https://git.kernel.org/pub/scm/bluetooth/bluez.git/?id=dfc43ee483fc
- [BlueZ,2/6] doc/qualification: gatt-pts: fu: add description for GATT/SR/GAW/BI-39-C
https://git.kernel.org/pub/scm/bluetooth/bluez.git/?id=a843a95b4cd1
- [BlueZ,3/6] doc/qualification: gatt-pts: fu: add description for GATT/SR/GAN/BV-03-C
https://git.kernel.org/pub/scm/bluetooth/bluez.git/?id=0ca7685dd6b9
- [BlueZ,4/6] doc/qualification: gatt-pts: fu: update descr. for GATT/SR/GAI/BV-01-C
https://git.kernel.org/pub/scm/bluetooth/bluez.git/?id=47bf221d3183
- [BlueZ,5/6] doc/qualification: gatt-pts: fu: add description for GATT/SR/GAI/BV-02-C
https://git.kernel.org/pub/scm/bluetooth/bluez.git/?id=5ab15728068c
- [BlueZ,6/6] doc/qualification: l2cap-pts: fu: add descriptions for LE CFC tests
https://git.kernel.org/pub/scm/bluetooth/bluez.git/?id=33388cb1d6f1
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] 9+ messages in thread