Linux bluetooth development
 help / color / mirror / Atom feed
* [PATCH BlueZ v1 0/4] CS: Add create_context support
@ 2026-07-17 13:34 Naga Bhavani Akella
  2026-07-17 13:35 ` [PATCH BlueZ v1 1/4] shared: Add create_context CS config parameter Naga Bhavani Akella
                   ` (3 more replies)
  0 siblings, 4 replies; 6+ messages in thread
From: Naga Bhavani Akella @ 2026-07-17 13:34 UTC (permalink / raw)
  To: linux-bluetooth
  Cc: luiz.dentz, quic_mohamull, quic_hbandi, quic_anubhavg,
	Naga Bhavani Akella

This series adds end-to-end support for the create_context parameter
across the shared, profile, and bluetoothctl layers, allowing users to
control the Create_Context behavior from bluetoothctl and propagating
the setting down to the HCI command.

In addition, the series improves CS state handling by transitioning to
CS_STATE_HOLD on HCI command transmission failures and non-zero command
completion statuses, reserving CS_STATE_STOPPED for the expected
procedure termination indicated by a Procedure Enable Complete event
with state == 0x00.

Finally, the series updates the license headers in cs.c and cs.h and
removes the RangingInterface-related code for now, as the interface is
still under discussion.

Naga Bhavani Akella (4):
  shared: Add create_context CS config parameter
  profiles: Add create_context param as part of CS Create Config cmd
  client: Add create_context CS config parameter
  doc: Document create_context in bluetoothctl-cs.rst

 client/cs.c                | 109 ++++++-------------------------------
 client/cs.h                |   2 +-
 doc/bluetoothctl-cs.rst    |  18 ++++++
 profiles/ranging/rap.c     |   1 +
 profiles/ranging/rap_hci.c |  42 ++++++++------
 src/shared/cs-types.h      |   1 +
 6 files changed, 64 insertions(+), 109 deletions(-)

-- 


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

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

Thread overview: 6+ messages (download: mbox.gz follow: Atom feed
-- links below jump to the message on this page --
2026-07-17 13:34 [PATCH BlueZ v1 0/4] CS: Add create_context support Naga Bhavani Akella
2026-07-17 13:35 ` [PATCH BlueZ v1 1/4] shared: Add create_context CS config parameter Naga Bhavani Akella
2026-07-17 15:06   ` CS: Add create_context support bluez.test.bot
2026-07-17 13:35 ` [PATCH BlueZ v1 2/4] profiles: Add create_context param as part of CS Create Config cmd Naga Bhavani Akella
2026-07-17 13:35 ` [PATCH BlueZ v1 3/4] client: Add create_context CS config parameter Naga Bhavani Akella
2026-07-17 13:35 ` [PATCH BlueZ v1 4/4] doc: Document create_context in bluetoothctl-cs.rst 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