Hey
what are the downsides of using the already burned-in Random Static Device Address compared to a Public Address?
My assumptions are as follows:
| Pro | Con | |
| Public | Is a registered IEEE address and there should not be collisions with others. | Price |
| Random Static | For free and already burned-in. | Might be colliding with others. Probability 1 / (2^46), depending on the RNG . |
I'd like to use the burned-in Random Static Device Address in combination with a Random Private Resolvable Device Address (for bonded devices). Do you see a potential risk of using the burned-in Random Static Device Address, for this scenario?
Thanks a lot!