Home
last modified time | relevance | path

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

/openthread-2.7.6/include/openthread/
Djam_detection.h64 typedef void (*otJamDetectionCallback)(bool aJamState, void *aContext);
/openthread-2.7.6/src/core/utils/
Djam_detector.hpp66 typedef void (*Handler)(bool aJamState, void *aContext);
/openthread-2.7.6/src/ncp/
Dncp_base.hpp321 static void HandleJamStateChange_Jump(bool aJamState, void *aContext);
322 void HandleJamStateChange(bool aJamState);
Dncp_base_mtd.cpp2393 void NcpBase::HandleJamStateChange_Jump(bool aJamState, void *aContext) in HandleJamStateChange_Jump() argument
2395 static_cast<NcpBase *>(aContext)->HandleJamStateChange(aJamState); in HandleJamStateChange_Jump()
2398 void NcpBase::HandleJamStateChange(bool aJamState) in HandleJamStateChange() argument
2400 OT_UNUSED_VARIABLE(aJamState); in HandleJamStateChange()