Home
last modified time | relevance | path

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

/ohos5.0/foundation/communication/dsoftbus/core/common/dfx/hisysevent_adapter/
H A Dsoftbus_hisysevt_discreporter.c54 #define MAX_RANGE_ID 130 macro
523 if (rssi > MAX_RANGE_ID || rssi <= MIN_RANGE_ID) { in SoftbusRecordDiscBleRssi()
530 uint32_t rangeId = (uint32_t)((MAX_RANGE_ID - rssi) / INTERVAL_OF_RSSI); in SoftbusRecordDiscBleRssi()