Home
last modified time | relevance | path

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

/openthread-latest/examples/platforms/utils/
Dmac_frame.h86 bool otMacFrameIsData(const otRadioFrame *aFrame);
Dmac_frame.cpp89 bool otMacFrameIsData(const otRadioFrame *aFrame) in otMacFrameIsData() function
/openthread-latest/examples/platforms/simulation/
Dradio.c794 otMacFrameIsData(&sReceiveFrame) || otMacFrameIsDataRequest(&sReceiveFrame)) in radioSendAck()