Home
last modified time | relevance | path

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

/openthread-latest/src/core/mac/
Dmac_frame.cpp837 bool isDataRequest = false; in IsDataRequestCommand() local
842 isDataRequest = (commandId == kMacCmdDataRequest); in IsDataRequestCommand()
845 return isDataRequest; in IsDataRequestCommand()