We read every piece of feedback, and take your input very seriously.
To see all available qualifiers, see our documentation.
There was an error while loading. Please reload this page.
1 parent 056f46d commit fe98309Copy full SHA for fe98309
features/FEATURE_BLE/targets/TARGET_CORDIO/doc/HCIAbstraction.md
@@ -46,3 +46,9 @@ specific to the controller used.
46
The driver also provides an interface to perform RF testing on the BLE trasnmitter.
47
This is done using the LE Receiver/Transmitter Test command and LE Test End command
48
as described in the Bluetooth Core spec in Vol.2, Part E, 7.8.28-30.
49
+
50
+The driver allows to set preferred TX power. This is an optional feature
51
+(check return code) and the support for it and the extent of control is
52
+down to the BLE chip. Chips may have different allowed values, although the
53
+command will pick the closest value no smaller than requested. Please refer
54
+to the controller code or BLE chip documentation.
0 commit comments