Home
last modified time | relevance | path

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

/openthread-latest/src/lib/spinel/
Dradio_spinel.hpp1172 void HandleNotification(const uint8_t *aFrame, uint16_t aLength, bool &aShouldSaveFrame);
1195 …dleReceivedFrame(const uint8_t *aFrame, uint16_t aLength, uint8_t aHeader, bool &aShouldSaveFrame);
Dradio_spinel.cpp321 …id RadioSpinel::HandleNotification(const uint8_t *aFrame, uint16_t aLength, bool &aShouldSaveFrame) in HandleNotification() argument
331 aShouldSaveFrame = false; in HandleNotification()
347 ExitNow(aShouldSaveFrame = true); in HandleNotification()
2150 …ndleReceivedFrame(const uint8_t *aFrame, uint16_t aLength, uint8_t aHeader, bool &aShouldSaveFrame) in HandleReceivedFrame() argument
2154 HandleNotification(aFrame, aLength, aShouldSaveFrame); in HandleReceivedFrame()
2159 aShouldSaveFrame = false; in HandleReceivedFrame()