Home
last modified time | relevance | path

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

/openthread-latest/include/openthread/
Djam_detection.h137 otError otJamDetectionStart(otInstance *aInstance, otJamDetectionCallback aCallback, void *aContext…
/openthread-latest/src/core/api/
Djam_detection_api.cpp76 otError otJamDetectionStart(otInstance *aInstance, otJamDetectionCallback aCallback, void *aContext) in otJamDetectionStart() function
/openthread-latest/src/ncp/
Dncp_base_mtd.cpp2429 IgnoreError(otJamDetectionStart(mInstance, &NcpBase::HandleJamStateChange_Jump, this)); in HandlePropertySet()