Home
last modified time | relevance | path

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

/openthread-3.5.0/include/openthread/
Djam_detection.h193 uint64_t otJamDetectionGetHistoryBitmap(otInstance *aInstance);
/openthread-3.5.0/src/core/api/
Djam_detection_api.cpp94 uint64_t otJamDetectionGetHistoryBitmap(otInstance *aInstance) in otJamDetectionGetHistoryBitmap() function
/openthread-3.5.0/src/ncp/
Dncp_base_mtd.cpp2315 return mEncoder.WriteUint64(otJamDetectionGetHistoryBitmap(mInstance)); in HandlePropertyGet()