Home
last modified time | relevance | path

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

/ohos5.0/foundation/communication/dsoftbus/core/bus_center/lnn/lane_hub/heartbeat/include/
H A Dlnn_heartbeat_utils.h47 #define HB_REPEAD_JOIN_LNN_THRESHOLD (2 * HB_TIME_FACTOR) macro
/ohos5.0/foundation/communication/dsoftbus/core/bus_center/lnn/lane_hub/heartbeat/src/
H A Dlnn_heartbeat_medium_mgr.c154 return HB_REPEAD_JOIN_LNN_THRESHOLD; in HbGetRepeatThresholdByType()
345 if (nowTime - storedInfo->lastJoinLnnTime < HB_REPEAD_JOIN_LNN_THRESHOLD) { in HbIsRepeatedJoinLnnRequest()