[PATCH BlueZ v1 1/2] src: Modify MaxTxPower option documentation for ChannelSounding
Naga Bhavani Akella <[email protected]>
| Newsgroups | org.kernel.vger.linux-bluetooth |
|---|---|
| Message-ID | <[email protected]> |
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 --