Linux bluetooth development
 help / color / mirror / Atom feed
* [PATCH BlueZ 0/3] client/btpclient: Add GAP extended advertising support
@ 2026-05-19 10:55 Frédéric Danis
  2026-05-19 10:55 ` [PATCH BlueZ 1/3] client/btpclient: refactor read-commands bitmap building Frédéric Danis
                   ` (3 more replies)
  0 siblings, 4 replies; 6+ messages in thread
From: Frédéric Danis @ 2026-05-19 10:55 UTC (permalink / raw)
  To: linux-bluetooth

The BTP_OP_GAP_SET_EXTENDED_ADVERTISING command is used by at least the
BAP/USR/DISC/BV-01-C test.

Since this opcode is defined as 0x21 (33), it does not fit into the
current fixed-size command bitmap. This series refactors the way
btpclient reports supported auto-PTS commands so it can grow the bitmap
dynamically as needed.

The series also switches GAP advertising data handling to the
advertising type definitions already provided by src/shared/ad.h.

Frédéric Danis (3):
  client/btpclient: refactor read-commands bitmap building
  client/btpclient: Replace advertising defines by shared ones
  client/btpclient: Add BTP_OP_GAP_SET_EXTENDED_ADVERTISING support

 client/btpclient/bap.c       |  27 ++++--
 client/btpclient/btpclient.c |  25 +++++
 client/btpclient/btpclient.h |   5 +
 client/btpclient/core.c      |  29 ++++--
 client/btpclient/gap.c       | 171 +++++++++++++++++++++++++----------
 client/btpclient/gatt.c      |  39 +++++---
 src/shared/btp.h             |   7 ++
 7 files changed, 229 insertions(+), 74 deletions(-)

-- 
2.43.0


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

end of thread, other threads:[~2026-05-21 13:29 UTC | newest]

Thread overview: 6+ messages (download: mbox.gz follow: Atom feed
-- links below jump to the message on this page --
2026-05-19 10:55 [PATCH BlueZ 0/3] client/btpclient: Add GAP extended advertising support Frédéric Danis
2026-05-19 10:55 ` [PATCH BlueZ 1/3] client/btpclient: refactor read-commands bitmap building Frédéric Danis
2026-05-19 12:34   ` client/btpclient: Add GAP extended advertising support bluez.test.bot
2026-05-19 10:55 ` [PATCH BlueZ 2/3] client/btpclient: Replace advertising defines by shared ones Frédéric Danis
2026-05-19 10:55 ` [PATCH BlueZ 3/3] client/btpclient: Add BTP_OP_GAP_SET_EXTENDED_ADVERTISING support Frédéric Danis
2026-05-21 13:30 ` [PATCH BlueZ 0/3] client/btpclient: Add GAP extended advertising support 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