Home
last modified time | relevance | path

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

/ohos5.0/foundation/communication/dsoftbus/core/common/dfx/hisysevent_adapter/
H A Dsoftbus_hisysevt_discreporter.c53 #define BLE_RSSI_RANGE_SIZE 52 macro
113 static uint32_t g_bleRssiRangeId[BLE_RSSI_RANGE_SIZE] = {0};
114 static uint32_t g_bleRssiRangeData[BLE_RSSI_RANGE_SIZE] = {0};
133 for (size_t rangeId = 0; rangeId < BLE_RSSI_RANGE_SIZE; rangeId++) { in ClearBleRssi()
531 if (rangeId >= BLE_RSSI_RANGE_SIZE) { in SoftbusRecordDiscBleRssi()