From: Prathibha Madugonde <prathibha.madugonde@oss.qualcomm.com>
To: linux-bluetooth@vger.kernel.org
Cc: luiz.dentz@gmail.com, quic_mohamull@quicinc.com,
quic_hbandi@quicinc.com, quic_anubhavg@quicinc.com
Subject: [PATCH BlueZ v7 0/3] Add RAS Packet format and Notification support
Date: Thu, 30 Apr 2026 13:11:39 +0530 [thread overview]
Message-ID: <20260430074142.3599484-1-prathm@qti.qualcomm.com> (raw)
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
next reply other threads:[~2026-04-30 7:41 UTC|newest]
Thread overview: 6+ messages / expand[flat|nested] mbox.gz Atom feed top
2026-04-30 7:41 Prathibha Madugonde [this message]
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
Reply instructions:
You may reply publicly to this message via plain-text email
using any one of the following methods:
* Save the following mbox file, import it into your mail client,
and reply-to-all from there: mbox
Avoid top-posting and favor interleaved quoting:
https://en.wikipedia.org/wiki/Posting_style#Interleaved_style
* Reply using the --to, --cc, and --in-reply-to
switches of git-send-email(1):
git send-email \
--in-reply-to=20260430074142.3599484-1-prathm@qti.qualcomm.com \
--to=prathibha.madugonde@oss.qualcomm.com \
--cc=linux-bluetooth@vger.kernel.org \
--cc=luiz.dentz@gmail.com \
--cc=quic_anubhavg@quicinc.com \
--cc=quic_hbandi@quicinc.com \
--cc=quic_mohamull@quicinc.com \
/path/to/YOUR_REPLY
https://kernel.org/pub/software/scm/git/docs/git-send-email.html
* If your mail client supports setting the In-Reply-To header
via mailto: links, try the mailto: link
Be sure your reply has a Subject: header at the top and a blank line
before the message body.
This is a public inbox, see mirroring instructions
for how to clone and mirror all data and code used for this inbox