Skip to content

Commit fe98309

Browse files
mention tx power in the readme
1 parent 056f46d commit fe98309

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
@@ -46,3 +46,9 @@ specific to the controller used.
4646
The driver also provides an interface to perform RF testing on the BLE trasnmitter.
4747
This is done using the LE Receiver/Transmitter Test command and LE Test End command
4848
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

Comments
 (0)