1.1 KiB
1.1 KiB
Bluetooth Set Transmit Power
~hint
For another device like a smartphone to use any of the Bluetooth "services" which the @boardname@ has, it must first be paired with the @boardname@. Once paired, the other device may connect to the @boardname@ and exchange data relating to many of the @boardname@'s features.
~
Change the output power level of the transmitter to the given value.
bluetooth.setTransmitPower(7);
Parameters
power
: a number in the range0..7
, where0
is the lowest power and7
is the highest.
See also
About Bluetooth, @boardname@ Bluetooth profile overview , @boardname@ Bluetooth profile reference, Bluetooth on @boardname@ resources, Bluetooth SIG
bluetooth