Searched refs:targetLength (Results 1 – 1 of 1) sorted by relevance
128 uint8_t targetLength = in testRequestRangingAsync() local131 void *array = chreHeapAlloc(sizeof(chreWifiRangingTarget) * targetLength); in testRequestRangingAsync()142 for (uint8_t i = 0; i < targetLength - 1; i++) { in testRequestRangingAsync()146 for (uint8_t i = targetLength - 1; i < length; i++) { in testRequestRangingAsync()151 &targetList[targetLength - 1]); in testRequestRangingAsync()156 struct chreWifiRangingParams params = {.targetListLen = targetLength, in testRequestRangingAsync()