nrf5340 Audio BIS transmitter Address Issues

I'm using the nrf5340_audio application and with SDK 2.6.0. The Bluetooth address printed out in the terminal does not match what actually shows in advertisements. For example the following message prints in the UART:

<inf> bt_mgmt_adv: Local addr: 0E:7D:0F:DE:5A:4C (random)

but the address shown while sniffing is 02:64:9E:A5:30:F2.

How do I get the correct address to print in the terminal?

This same issue exists with SDK 2.3.0 as well.

Related