Linux bluetooth development
 help / color / mirror / Atom feed
* [PATCH BlueZ v1 0/2] Channel Sounding reflector GATT registration and
@ 2026-07-10  7:08 Naga Bhavani Akella
  2026-07-10  7:08 ` [PATCH BlueZ v1 1/2] rap: Add Channel Sounding parameter types and APIs Naga Bhavani Akella
  2026-07-10  7:08 ` [PATCH BlueZ v1 2/2] src: Register GATT profiles for Channel Sounding reflector Naga Bhavani Akella
  0 siblings, 2 replies; 4+ messages in thread
From: Naga Bhavani Akella @ 2026-07-10  7:08 UTC (permalink / raw)
  To: linux-bluetooth
  Cc: luiz.dentz, quic_mohamull, quic_hbandi, quic_anubhavg,
	Naga Bhavani Akella

This series adds the initial plumbing required for Channel Sounding
reflector support and RAP-side management of CS configuration parameters.

The first patch registers Channel Sounding GATT profiles on reflector
devices before GATT client discovery checks, ensuring
org.bluez.ChannelSounding1 interface is available
when discovery is skipped.

The second patch adds shared CS parameter structures and
getter/setter APIs for exchanging configuration, frequency,
default settings  and measurement-related data
between RAP and the HCI state machine.


Naga Bhavani Akella (2):
  rap: Add Channel Sounding parameter types and APIs
  src: Register GATT profiles for Channel Sounding reflector

 Makefile.am           |  2 +-
 src/device.c          | 28 ++++++++++++++++++------
 src/shared/cs-types.h | 50 +++++++++++++++++++++++++++++++++++++++++++
 src/shared/rap.h      | 27 ++++++++++++++++++++++-
 4 files changed, 98 insertions(+), 9 deletions(-)
 create mode 100644 src/shared/cs-types.h

-- 


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

end of thread, other threads:[~2026-07-10  9:27 UTC | newest]

Thread overview: 4+ messages (download: mbox.gz follow: Atom feed
-- links below jump to the message on this page --
2026-07-10  7:08 [PATCH BlueZ v1 0/2] Channel Sounding reflector GATT registration and Naga Bhavani Akella
2026-07-10  7:08 ` [PATCH BlueZ v1 1/2] rap: Add Channel Sounding parameter types and APIs Naga Bhavani Akella
2026-07-10  9:27   ` Channel Sounding reflector GATT registration and bluez.test.bot
2026-07-10  7:08 ` [PATCH BlueZ v1 2/2] src: Register GATT profiles for Channel Sounding reflector Naga Bhavani Akella

This is a public inbox, see mirroring instructions
for how to clone and mirror all data and code used for this inbox