From: Naga Bhavani Akella <naga.akella@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,
Naga Bhavani Akella <naga.akella@oss.qualcomm.com>
Subject: [PATCH BlueZ v2 1/6] shared: remove default settings params from bt_rap_attach_hci
Date: Tue, 30 Jun 2026 19:09:35 +0530 [thread overview]
Message-ID: <20260630133940.2461816-2-naga.akella@oss.qualcomm.com> (raw)
In-Reply-To: <20260630133940.2461816-1-naga.akella@oss.qualcomm.com>
role, cs_sync_ant_sel and max_tx_power were passed into bt_rap_attach_hci
but these are CS default settings that belong to the measurement session,
Callers need to set them via bt_rap_set_default_settings_params() in
start_measurement where they belong, alongside the other per-session
CS parameters
---
src/shared/rap.h | 2 ++
1 file changed, 2 insertions(+)
diff --git a/src/shared/rap.h b/src/shared/rap.h
index 7bc49f03d..45be14dde 100644
--- a/src/shared/rap.h
+++ b/src/shared/rap.h
@@ -206,9 +206,11 @@ void bt_rap_hci_cs_subevent_result_cont_callback(uint16_t length,
const void *param,
void *user_data);
+/* Wrapper to be removed */
void *bt_rap_attach_hci(struct bt_rap *rap, struct bt_hci *hci,
uint8_t role, uint8_t cs_sync_ant_sel,
int8_t max_tx_power);
+void *bt_rap_attach_hci_v2(struct bt_rap *rap, struct bt_hci *hci);
void bt_rap_detach_hci(struct bt_rap *rap, void *hci_sm);
/* Connection handle mapping functions */
--
next prev parent reply other threads:[~2026-06-30 13:39 UTC|newest]
Thread overview: 10+ messages / expand[flat|nested] mbox.gz Atom feed top
2026-06-30 13:39 [PATCH BlueZ v2 0/6] RAP: Move CS default settings Naga Bhavani Akella
2026-06-30 13:39 ` Naga Bhavani Akella [this message]
2026-06-30 16:27 ` bluez.test.bot
2026-06-30 13:39 ` [PATCH BlueZ v2 2/6] profiles: update bt_rap_attach_hci call to drop def settings Naga Bhavani Akella
2026-06-30 13:39 ` [PATCH BlueZ v2 3/6] rap: remove CS default settings from main.conf Naga Bhavani Akella
2026-06-30 13:39 ` [PATCH BlueZ v2 4/6] shared: replace the wrapper API Naga Bhavani Akella
2026-06-30 13:39 ` [PATCH BlueZ v2 5/6] profiles: replace " Naga Bhavani Akella
2026-06-30 13:39 ` [PATCH BlueZ v2 6/6] shared: remove " Naga Bhavani Akella
2026-06-30 18:34 ` [PATCH BlueZ v2 0/6] RAP: Move CS default settings Luiz Augusto von Dentz
2026-07-01 7:29 ` Naga Bhavani Akella
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=20260630133940.2461816-2-naga.akella@oss.qualcomm.com \
--to=naga.akella@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