ot-br-posix
ot-br-posix copied to clipboard
otPlatform and dbus server/client to deliver new API to Set Tx power
Is your feature request related to a problem? Please describe. A clear and concise description of what the problem is. Implementations using dbus interface do not have a mechanism to read/write region nor RF Tx power.
Describe the solution you'd like A clear and concise description of what you want to happen. create the following:
otPlatform_SetRadioTxPower(const int8_t aTxPower);
ThreadApiDBus::SetRadioTxPower(const int8_t aTxPower)
I will come back with PR proposal.