Linux bluetooth development
 help / color / mirror / Atom feed
* [PATCH BlueZ v1 0/3] RAS: Add support for on-demand ranging data
@ 2026-09-08  4:27 Naga Bhavani Akella
  2026-09-08  4:27 ` [PATCH BlueZ v1 1/3] rap: Add OndemandRanging configuration option Naga Bhavani Akella
                   ` (3 more replies)
  0 siblings, 4 replies; 8+ messages in thread
From: Naga Bhavani Akella @ 2026-09-08  4:27 UTC (permalink / raw)
  To: linux-bluetooth
  Cc: luiz.dentz, quic_mohamull, quic_hbandi, quic_anubhavg,
	Naga Bhavani Akella

This series adds support for on-demand ranging data
delivery in RAS through a new OndemandRanging configuration option.
When enabled, the initiator uses the Get_Ranging_Data/
ACK_Ranging_Data procedure instead of real-time ranging data notifications.

The series adds configuration parsing, enables on-demand data delivery
in the reflector role, handles the associated notifications and
control point procedures in the initiator role
and ensures the initiator honors the configured setting during RAP setup.

Patches:

rap: Add OndemandRanging configuration option
shared: add on demand notification handling
profiles: honor OndemandRanging config for RAS Initiator


Naga Bhavani Akella (3):
  rap: Add OndemandRanging configuration option
  shared: add support for on-demand notification handling
  profiles: honor OndemandRanging config for RAS Initiator

 profiles/ranging/rap.c |   3 +
 src/btd.h              |   1 +
 src/main.c             |   4 +
 src/main.conf          |   8 +
 src/shared/rap.c       | 849 +++++++++++++++++++++++++++++++++++++----
 src/shared/rap.h       |   6 +
 6 files changed, 804 insertions(+), 67 deletions(-)

-- 


^ permalink raw reply	[flat|nested] 8+ messages in thread
* [PATCH BlueZ v1 0/3] RAS: Add support for on-demand ranging data
@ 2026-09-07 13:56 Naga Bhavani Akella
  0 siblings, 0 replies; 8+ messages in thread
From: Naga Bhavani Akella @ 2026-09-07 13:56 UTC (permalink / raw)
  To: linux-bluetooth
  Cc: luiz.dentz, quic_mohamull, quic_hbandi, quic_anubhavg,
	Naga Bhavani Akella

This series adds support for on-demand ranging data
delivery in RAS through a new OndemandRanging configuration option.
When enabled, the initiator uses the Get_Ranging_Data/
ACK_Ranging_Data procedure instead of real-time ranging data notifications.

The series adds configuration parsing, enables on-demand data delivery
in the reflector role, handles the associated notifications and
control point procedures in the initiator role
and ensures the initiator honors the configured setting during RAP setup.

Patches:

rap: Add OndemandRanging configuration option
shared: add on demand notification handling
profiles: honor OndemandRanging config for RAS Initiator

Naga Bhavani Akella (3):
  rap: Add OndemandRanging configuration option
  shared: add on demand notification handling
  profiles: honor OndemandRanging config for RAS Initiator

 profiles/ranging/rap.c |   3 +
 src/btd.h              |   1 +
 src/main.c             |   4 +
 src/main.conf          |   8 +
 src/shared/rap.c       | 842 ++++++++++++++++++++++++++++++++++++++---
 src/shared/rap.h       |   6 +
 6 files changed, 801 insertions(+), 63 deletions(-)

-- 


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

end of thread, other threads:[~2026-09-08 19:21 UTC | newest]

Thread overview: 8+ messages (download: mbox.gz follow: Atom feed
-- links below jump to the message on this page --
2026-09-08  4:27 [PATCH BlueZ v1 0/3] RAS: Add support for on-demand ranging data Naga Bhavani Akella
2026-09-08  4:27 ` [PATCH BlueZ v1 1/3] rap: Add OndemandRanging configuration option Naga Bhavani Akella
2026-09-08  4:32   ` RAS: Add support for on-demand ranging data bluez.test.bot
2026-09-08 18:29   ` bluez.test.bot
2026-09-08  4:27 ` [PATCH BlueZ v1 2/3] shared: add support for on-demand notification handling Naga Bhavani Akella
2026-09-08  4:27 ` [PATCH BlueZ v1 3/3] profiles: honor OndemandRanging config for RAS Initiator Naga Bhavani Akella
2026-09-08 19:20 ` [PATCH BlueZ v1 0/3] RAS: Add support for on-demand ranging data patchwork-bot+bluetooth
  -- strict thread matches above, loose matches on Subject: below --
2026-09-07 13:56 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