Determines the best address type to use for automatic address type resolution. Calculation of the best address type is done as follows: if privacy requested: if we have a random static address: --> RPA with static random ID else --> RPA with public ID end else if we have a random static address: --> random static address else --> public address end end