linux-bluetooth.vger.kernel.org archive mirror
 help / color / mirror / Atom feed
* [PATCH BlueZ v3 0/5] Enhance GATT to pass PTS tests
@ 2024-01-25 19:08 Frédéric Danis
  2024-01-25 19:08 ` [PATCH BlueZ v3 1/5] shared/gatt: Prevent security level change for PTS GATT tests Frédéric Danis
                   ` (5 more replies)
  0 siblings, 6 replies; 8+ messages in thread
From: Frédéric Danis @ 2024-01-25 19:08 UTC (permalink / raw)
  To: linux-bluetooth

The two first patches  allow to prevent automatic security level change
to allow to display the security error when running GATT/CL/GAR/BI-04-C
using btgatt-client.

The other patches add commands to be able to call GATT discovery
functions from btgatt-client and get their results.

v1 -> v2: Re-use att_send_op->retry and make it possible to prevent
            security upgrade on a per operation basis
          Remove "btgatt-client: Add function to search descriptors"
            as GATT/CL/GAD/BV-06-C test is optional
          Fix command arguments check in btgatt-client
v2 -> v3: Split first commit in two, one for src/shared and the other
            for tools directories

Frédéric Danis (5):
  shared/gatt: Prevent security level change for PTS GATT tests
  btgatt-client: Add command to prevent security level change
  btgatt-client: Add function to search service based on UUID
  btgatt-client: Add function to search characteristics
  btgatt-client: Add function to search all primary services

 src/shared/att.c         |  26 ++++
 src/shared/att.h         |   1 +
 src/shared/gatt-client.c |  19 +++
 src/shared/gatt-client.h |   3 +
 tools/btgatt-client.c    | 251 +++++++++++++++++++++++++++++++++++++--
 5 files changed, 288 insertions(+), 12 deletions(-)

-- 
2.34.1


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

end of thread, other threads:[~2024-01-25 22:20 UTC | newest]

Thread overview: 8+ messages (download: mbox.gz follow: Atom feed
-- links below jump to the message on this page --
2024-01-25 19:08 [PATCH BlueZ v3 0/5] Enhance GATT to pass PTS tests Frédéric Danis
2024-01-25 19:08 ` [PATCH BlueZ v3 1/5] shared/gatt: Prevent security level change for PTS GATT tests Frédéric Danis
2024-01-25 21:13   ` Enhance GATT to pass PTS tests bluez.test.bot
2024-01-25 19:08 ` [PATCH BlueZ v3 2/5] btgatt-client: Add command to prevent security level change Frédéric Danis
2024-01-25 19:08 ` [PATCH BlueZ v3 3/5] btgatt-client: Add function to search service based on UUID Frédéric Danis
2024-01-25 19:08 ` [PATCH BlueZ v3 4/5] btgatt-client: Add function to search characteristics Frédéric Danis
2024-01-25 19:08 ` [PATCH BlueZ v3 5/5] btgatt-client: Add function to search all primary services Frédéric Danis
2024-01-25 22:20 ` [PATCH BlueZ v3 0/5] Enhance GATT to pass PTS tests 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;
as well as URLs for NNTP newsgroup(s).