Part Number: CC2530
Other Parts Discussed in Thread: Z-STACK
In function RTG_GetRtgEntry in rtg.c of Z-stack 3.0.2, I see this description
// if looking for vacant entry and did not find one....also look at // entries with expirytime == 0
But the code is like this [redacted]
In this processing, why is "(rtgTable[i].expiryTime != 0)" ? "(rtgTable[i].expiryTime != 0)" means this record is valid, don't delete it.