Searched refs:HandleNotification (Results 1 – 2 of 2) sorted by relevance
1172 void HandleNotification(const uint8_t *aFrame, uint16_t aLength, bool &aShouldSaveFrame);1173 void HandleNotification(const uint8_t *aFrame, uint16_t aLength);
321 void RadioSpinel::HandleNotification(const uint8_t *aFrame, uint16_t aLength, bool &aShouldSaveFram… in HandleNotification() function in ot::Spinel::RadioSpinel368 void RadioSpinel::HandleNotification(const uint8_t *aFrame, uint16_t aLength) in HandleNotification() function in ot::Spinel::RadioSpinel2154 HandleNotification(aFrame, aLength, aShouldSaveFrame); in HandleReceivedFrame()2168 void RadioSpinel::HandleSavedFrame(const uint8_t *aFrame, uint16_t aLength) { HandleNotification(aF… in HandleSavedFrame()