Linux bluetooth development
 help / color / mirror / Atom feed
* [PATCH BlueZ v1 0/2] Initial Channel Sounding Support for
@ 2026-06-09 10:49 Naga Bhavani Akella
  2026-06-09 10:49 ` [PATCH BlueZ v1 1/2] shared: rap: Add the is_central parameter to verify whether the local role is central before sending the HCI CS Security Enable command Naga Bhavani Akella
  2026-06-09 10:49 ` [PATCH BlueZ v1 2/2] profiles: ranging: Add command flow and event support for CS Initiator Naga Bhavani Akella
  0 siblings, 2 replies; 4+ messages in thread
From: Naga Bhavani Akella @ 2026-06-09 10:49 UTC (permalink / raw)
  To: linux-bluetooth
  Cc: luiz.dentz, quic_mohamull, quic_hbandi, quic_anubhavg,
	Naga Bhavani Akella

This series adds initial LE Channel Sounding (CS) Initiator support by
introducing the required HCI command flow and event handling for CS
procedures.

The changes include
1. Adding an is_central parameter to validate that
current local role is central before issuing
HCI_LE_CS_Security_Enable command.

2. Introduction of initial LE Channel Sounding (CS)
Initiator support by adding required HCI command flow
and event handling for CS capability discovery,
configuration management, and ranging procedures.
The CS init pipeline is not yet wired to D-Bus APIs,
so bt_rap_read_local_supported_capabilities()
is currently marked __maybe_unused.


Naga Bhavani Akella (2):
  shared: rap: Add the is_central parameter to verify whether the local
    role is central before sending the HCI CS Security Enable command.
  profiles: ranging: Add command flow and event support     for CS
    Initiator

 profiles/ranging/rap.c     |   3 +-
 profiles/ranging/rap_hci.c | 876 +++++++++++++++++++++++++++++++++----
 src/shared/rap.h           |   3 +-
 3 files changed, 785 insertions(+), 97 deletions(-)

-- 


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

end of thread, other threads:[~2026-06-09 12:29 UTC | newest]

Thread overview: 4+ messages (download: mbox.gz follow: Atom feed
-- links below jump to the message on this page --
2026-06-09 10:49 [PATCH BlueZ v1 0/2] Initial Channel Sounding Support for Naga Bhavani Akella
2026-06-09 10:49 ` [PATCH BlueZ v1 1/2] shared: rap: Add the is_central parameter to verify whether the local role is central before sending the HCI CS Security Enable command Naga Bhavani Akella
2026-06-09 12:29   ` Initial Channel Sounding Support for bluez.test.bot
2026-06-09 10:49 ` [PATCH BlueZ v1 2/2] profiles: ranging: Add command flow and event support for CS Initiator 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