Home
last modified time | relevance | path

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

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