Linux bluetooth development
 help / color / mirror / Atom feed
* [PATCH BlueZ v7 0/3] Add RAS Packet format and Notification support
@ 2026-04-30  7:41 Prathibha Madugonde
  2026-04-30  7:41 ` [PATCH BlueZ v7 1/3] src/shared: Add RAS packet format and notification support Prathibha Madugonde
                   ` (3 more replies)
  0 siblings, 4 replies; 6+ messages in thread
From: Prathibha Madugonde @ 2026-04-30  7:41 UTC (permalink / raw)
  To: linux-bluetooth; +Cc: luiz.dentz, quic_mohamull, quic_hbandi, quic_anubhavg

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

Changes in v7:
src/shared:
 Replace pointer operations to util_iov operations
 Club ranging counter and config id into one field
 Add helper functions for ranging counter and config id

Changes in v6:
src/shared:
 Removed 5 separate CCC write callbacks
 Added unified ras_ranging_data_ccc_write_cb for Real-time and On-demand
 Removed unused macros
 refactored CS mode processing into separate functions
 Improved iov_prepend_bytes - use realloc/memmove instead of malloc/memcpy
unit/test-rap:
 Added RAS/SR/SPE/BI-11-C test case for mutual exclusivity validation

Changes in v5:
 Fixed Max length err in title

Changes in v4:
 Fixed declaration after statement in src/shared/rap.c

Changes in v3:
 Fix for cs_mode_one_data struct members rearrage as per spec
 Reading of cs_mode_one_data in rap_hci.c
 Address cs_mode data struct padding in src/shared/rap.c

Changes in v2:
 Fixed missing declaration in src/shared/rap.c

Patch overview:
  1/3 src/shared: Add RAS packet format and sending notifications to client
  2/3 uint/test-rap : Add PTS tests for CS reflector
  3/3 profiles/ranging: Read cs_mode_one_data members as per spec

 profiles/ranging/rap_hci.c |   25 +-
 src/shared/rap.c           | 1258 +++++++++++++++++++++++++++++++++++-
 src/shared/rap.h           |    4 +-
 unit/test-rap.c            |  325 +++++++++-
 4 files changed, 1584 insertions(+), 28 deletions(-)

-- 
2.34.1


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

end of thread, other threads:[~2026-04-30 14:40 UTC | newest]

Thread overview: 6+ messages (download: mbox.gz follow: Atom feed
-- links below jump to the message on this page --
2026-04-30  7:41 [PATCH BlueZ v7 0/3] Add RAS Packet format and Notification support Prathibha Madugonde
2026-04-30  7:41 ` [PATCH BlueZ v7 1/3] src/shared: Add RAS packet format and notification support Prathibha Madugonde
2026-04-30 10:21   ` Add RAS Packet format and Notification support bluez.test.bot
2026-04-30  7:41 ` [PATCH BlueZ v7 2/3] unit/test-rap: Add PTS tests for CS reflector Prathibha Madugonde
2026-04-30  7:41 ` [PATCH BlueZ v7 3/3] profiles/ranging: Read cs_mode_one_data members Prathibha Madugonde
2026-04-30 14:40 ` [PATCH BlueZ v7 0/3] Add RAS Packet format and Notification 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