Home
last modified time | relevance | path

Searched refs:otPlatRadioTransmit (Results 1 – 2 of 2) sorted by relevance

/Zephyr-Core-3.7.0/tests/subsys/openthread/
Dradio_test.c304 zassert_equal(otPlatRadioTransmit(ot, frm), OT_ERROR_NONE, "Transmit failed."); in ZTEST()
342 zassert_equal(otPlatRadioTransmit(ot, frm), OT_ERROR_NONE, "Transmit failed."); in ZTEST()
/Zephyr-Core-3.7.0/modules/openthread/platform/
Dradio.c842 otError otPlatRadioTransmit(otInstance *aInstance, otRadioFrame *aPacket) in otPlatRadioTransmit() function