Home
last modified time | relevance | path

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

/openthread-3.5.0/examples/platforms/utils/
Dmac_frame.h114 bool otMacFrameIsDataRequest(const otRadioFrame *aFrame);
Dmac_frame.cpp84 bool otMacFrameIsDataRequest(const otRadioFrame *aFrame) in otMacFrameIsDataRequest() function
/openthread-3.5.0/examples/platforms/simulation/
Dradio.c1006 otMacFrameIsData(&sReceiveFrame) || otMacFrameIsDataRequest(&sReceiveFrame)) in radioSendAck()
1008 otMacFrameIsDataRequest(&sReceiveFrame) in radioSendAck()