[PATCH BlueZ v1 0/2] ranging: mode validation and
Naga Bhavani Akella <[email protected]>
| Newsgroups | org.kernel.vger.linux-bluetooth |
|---|---|
| Message-ID | <[email protected]> |
This patch series introduces validation for Main Mode and Sub Mode combinations in Channel Sounding configuration and updates the MaxTxPower option documentation to reflect the supported value range. Patch 1 adds validation to ensure that only specification compliant main_mode_type and sub_mode_type combinations are accepted. Invalid combinations are rejected, and the user is informed of the supported mode pairings. Patch 2 updates the MaxTxPower configuration option documentation to clarify that decimal values are supported within the range of -127 dBm to 20 dBm. The documentation also notes that the default value is 20 dBm, corresponding to the maximum transmit power. Naga Bhavani Akella (2): src: Modify MaxTxPower option documentation for ChannelSounding client: Enforce Valid Main Mode and Sub Mode Combinations client/cs.c | 76 ++++++++++++++++++++++++++++++++++++++++++++++++++- src/main.conf | 6 ++-- 2 files changed, 78 insertions(+), 4 deletions(-) --