For devices without address resolution acceleration in the LL hardware (like a nRF51), the current controller code does not support privacy (random addresses).
A method for resolving addresses in SW should be added for this kind of platforms.
This only needs to be added for the new split LL architecture (as the old will be deprecated soon).
The method shall defer the resolution of unknown addresses to a lower priority task, maintaining a table of already known and resolved addresses which the LLL will utilize inside the ADV events.