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 v1 1/2] src: Modify MaxTxPower option documentation for ChannelSounding
Date: Thu, 20 Aug 2026 23:19:09 +0530 [thread overview]
Message-ID: <20260820174910.559116-2-naga.akella@oss.qualcomm.com> (raw)
In-Reply-To: <20260820174910.559116-1-naga.akella@oss.qualcomm.com>
Modify MaxTxPower configuration option to take decimal values
within the range of -127dBm to 20dBm
Defaults to 20 (max power).
---
src/main.conf | 6 +++---
1 file changed, 3 insertions(+), 3 deletions(-)
diff --git a/src/main.conf b/src/main.conf
index 5846ef92d..80f4a3a0c 100644
--- a/src/main.conf
+++ b/src/main.conf
@@ -319,9 +319,9 @@
#CsSyncAntennaSel = 0xFF
# Maximum Transmit power
-# Possible values: 0x81-0x14 (-127dBm to 20dBm)
-# Default: 0x14 (Max Power possible)
-#MaxTxPower = 0x14
+# Possible values: -127dBm to 20dBm
+# Default: 20 (Max Power possible)
+#MaxTxPower = 20
[CSIS]
# SIRK - Set Identification Resolution Key which is common for all the
--
next prev parent reply other threads:[~2026-08-20 17:49 UTC|newest]
Thread overview: 4+ messages / expand[flat|nested] mbox.gz Atom feed top
2026-08-20 17:49 [PATCH BlueZ v1 0/2] ranging: mode validation and Naga Bhavani Akella
2026-08-20 17:49 ` Naga Bhavani Akella [this message]
2026-08-20 18:57 ` bluez.test.bot
2026-08-20 17:49 ` [PATCH BlueZ v1 2/2] client: Enforce Valid Main Mode and Sub Mode Combinations 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=20260820174910.559116-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 an external index of several public inboxes,
see mirroring instructions on how to clone and mirror
all data and code used by this external index.