Searched refs:otPlatRadioSetChannelMaxTransmitPower (Results 1 – 5 of 5) sorted by relevance
/external/openthread/src/core/radio/ |
D | radio_platform.cpp | 276 OT_TOOL_WEAK otError otPlatRadioSetChannelMaxTransmitPower(otInstance *aInstance, uint8_t aChannel,… in otPlatRadioSetChannelMaxTransmitPower() function
|
/external/openthread/include/openthread/platform/ |
D | radio.h | 1086 otError otPlatRadioSetChannelMaxTransmitPower(otInstance *aInstance, uint8_t aChannel, int8_t aMaxP…
|
/external/openthread/src/posix/platform/ |
D | radio.cpp | 630 otError otPlatRadioSetChannelMaxTransmitPower(otInstance *aInstance, uint8_t aChannel, int8_t aMaxP… in otPlatRadioSetChannelMaxTransmitPower() function
|
/external/openthread/examples/platforms/simulation/ |
D | radio.c | 1280 otError otPlatRadioSetChannelMaxTransmitPower(otInstance *aInstance, uint8_t aChannel, int8_t aMaxP… in otPlatRadioSetChannelMaxTransmitPower() function
|
/external/openthread/src/ncp/ |
D | ncp_base.cpp | 2344 error = otPlatRadioSetChannelMaxTransmitPower(mInstance, channel, maxPower); in HandlePropertySet()
|