Home
last modified time | relevance | path

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

/openthread-3.6.0/include/openthread/
Djam_detection.h64 typedef void (*otJamDetectionCallback)(bool aJamState, void *aContext); typedef
145 otError otJamDetectionStart(otInstance *aInstance, otJamDetectionCallback aCallback, void *aContext…
/openthread-3.6.0/src/core/api/
Djam_detection_api.cpp77 otError otJamDetectionStart(otInstance *aInstance, otJamDetectionCallback aCallback, void *aContext) in otJamDetectionStart()