Skip to content

Commit cda3bb8

Browse files
mention tx power in the readme
1 parent e18f36e commit cda3bb8

File tree

1 file changed

+6
-0
lines changed

1 file changed

+6
-0
lines changed

features/FEATURE_BLE/targets/TARGET_CORDIO/doc/HCIAbstraction.md

Lines changed: 6 additions & 0 deletions
Original file line numberDiff line numberDiff line change
@@ -42,3 +42,9 @@ A partial implementation is present in the file
4242
delivering memory to the stack and a complete reset sequence. However, it does
4343
not define any initialization for the Bluetooth controller, this part being
4444
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

Comments
 (0)