Home
last modified time | relevance | path

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

/openthread-latest/include/openthread/
Djam_detection.h62 typedef void (*otJamDetectionCallback)(bool aJamState, void *aContext); typedef
137 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()