Home
last modified time | relevance | path

Searched defs:HandleSavedFrame (Results 1 – 2 of 2) sorted by relevance

/external/openthread/src/lib/spinel/
Dradio_spinel.cpp2166 void RadioSpinel::HandleSavedFrame(const uint8_t *aFrame, uint16_t aLength, void *aContext) in HandleSavedFrame() function in ot::Spinel::RadioSpinel
2171 void RadioSpinel::HandleSavedFrame(const uint8_t *aFrame, uint16_t aLength) { HandleNotification(aF… in HandleSavedFrame() function in ot::Spinel::RadioSpinel
/external/ot-br-posix/src/host/
Dncp_spinel.cpp303 void NcpSpinel::HandleSavedFrame(const uint8_t *aFrame, uint16_t aLength, void *aContext) in HandleSavedFrame() function in otbr::Host::NcpSpinel