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 e18f36e commit cda3bb8Copy full SHA for cda3bb8
features/FEATURE_BLE/targets/TARGET_CORDIO/doc/HCIAbstraction.md
@@ -42,3 +42,9 @@ A partial implementation is present in the file
42
delivering memory to the stack and a complete reset sequence. However, it does
43
not define any initialization for the Bluetooth controller, this part being
44
specific to the controller used.
45
+
46
+The driver allows to set preferred TX power. This is an optional feature
47
+(check return code) and the support for it and the extent of control is
48
+down to the BLE chip. Chips may have different allowed values, although the
49
+command will pick the closest value no smaller than requested. Please refer
50
+to the controller code or BLE chip documentation.
0 commit comments