Home
last modified time | relevance | path

Searched refs:otMacFrameIsCommand (Results 1 – 3 of 3) sorted by relevance

/openthread-latest/examples/platforms/utils/
Dmac_frame.h96 bool otMacFrameIsCommand(const otRadioFrame *aFrame);
Dmac_frame.cpp94 bool otMacFrameIsCommand(const otRadioFrame *aFrame) in otMacFrameIsCommand() function
/openthread-latest/examples/platforms/simulation/
Dradio.c793 ((otMacFrameIsVersion2015(&sReceiveFrame) && otMacFrameIsCommand(&sReceiveFrame)) || in radioSendAck()