Hi,Team,
I am developing ble using nrf54l15-dk.
My goal is to get the ble identity address of the device, but I don't know how to read it.
I found " bt_addr_le_create_static(&addr) ", which creates a Bluetooth LE random static address. So I know the ble identity address.
I have a problem with bt_addr_le_create_static(&addr). Even though random mac addresses can be generated, But if thousands of devices are powered on and this function (bt_addr_le_create_static(&addr) is used to generate ble identity addresses, will the thousands of devices generate the same ble identity addresses?
My ncs version is v2.8.0.
Thanks.