Linux bluetooth development
 help / color / mirror / Atom feed
* [PATCH BlueZ v1 0/2] Channel Sounding: Aggregate procedure data and expose via D-Bus
@ 2026-07-17  7:26 Prathibha Madugonde
  2026-07-17  7:26 ` [PATCH BlueZ v1 1/2] shared/rap: Add bcs_procedure_data aggregation and procedure data API Prathibha Madugonde
  2026-07-17  7:26 ` [PATCH BlueZ v1 2/2] profiles/ranging: Add D-Bus ProcedureData signal for Channel Sounding Prathibha Madugonde
  0 siblings, 2 replies; 7+ messages in thread
From: Prathibha Madugonde @ 2026-07-17  7:26 UTC (permalink / raw)
  To: linux-bluetooth; +Cc: luiz.dentz, quic_mohamull, quic_hbandi, quic_anubhavg

From: Prathibha Madugonde <prathibha.madugonde@oss.qualcomm.com>

This series adds infrastructure to aggregate Channel Sounding (CS)
procedure results from both the local initiator and remote reflector
into a single bcs_procedure_data structure, and exposes the completed
data over D-Bus for use by distance-calculation applications.

Patch overview:
  1/2 shared/rap: Add bcs_procedure_data aggregation and procedure data API
  2/2 profiles/ranging: Add D-Bus ProcedureData signal for Channel Sounding

Prathibha Madugonde (2):
  shared/rap: Add bcs_procedure_data aggregation and procedure data API
  profiles/ranging: Add D-Bus ProcedureData signal for Channel Sounding

 profiles/ranging/rap.c     | 497 ++++++++++++++++++++++++++-
 profiles/ranging/rap_hci.c |  59 ++++
 src/shared/rap.c           | 673 +++++++++++++++++++++++++++++++++++--
 src/shared/rap.h           |  50 +++
 4 files changed, 1242 insertions(+), 37 deletions(-)

-- 
2.34.1


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

end of thread, other threads:[~2026-07-17 15:44 UTC | newest]

Thread overview: 7+ messages (download: mbox.gz follow: Atom feed
-- links below jump to the message on this page --
2026-07-17  7:26 [PATCH BlueZ v1 0/2] Channel Sounding: Aggregate procedure data and expose via D-Bus Prathibha Madugonde
2026-07-17  7:26 ` [PATCH BlueZ v1 1/2] shared/rap: Add bcs_procedure_data aggregation and procedure data API Prathibha Madugonde
2026-07-17  9:10   ` Channel Sounding: Aggregate procedure data and expose via D-Bus bluez.test.bot
2026-07-17  7:26 ` [PATCH BlueZ v1 2/2] profiles/ranging: Add D-Bus ProcedureData signal for Channel Sounding Prathibha Madugonde
2026-07-17 15:07   ` Luiz Augusto von Dentz
2026-07-17 15:17     ` Luiz Augusto von Dentz
2026-07-17 15:44       ` Luiz Augusto von Dentz

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