Home
last modified time | relevance | path

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

/openthread-latest/include/openthread/
Djam_detection.h181 uint64_t otJamDetectionGetHistoryBitmap(otInstance *aInstance);
/openthread-latest/src/core/api/
Djam_detection_api.cpp93 uint64_t otJamDetectionGetHistoryBitmap(otInstance *aInstance) in otJamDetectionGetHistoryBitmap() function
/openthread-latest/src/ncp/
Dncp_base_mtd.cpp2417 return mEncoder.WriteUint64(otJamDetectionGetHistoryBitmap(mInstance)); in HandlePropertyGet()