Mobile OS as assistant using native Broadcast scanning with nrf5340

We tested a few of the newest Auracast capable phones and headphones. For example using the S24 and Galaxy Buds 2 Pro allows the user to search for broadcasts from the Bluetooth settings within the os. That works fine. We can see other broadcasts and tell the headphones to connect to those. Even if they require a password.

Our question is now: is there an example that allows the nrf5340 to act the same as the buds in the above mentioned example? 

We were unable to replicate the behavior using the broadcast sink sample. It seems like most of the features are there though? Using the sink sample Android detects the Auracast characteristics and displays all the options as with other headphones but nothing happens when clicking scan. So no scanning results. The example code itself can scan and find broadcasts just fine when no assistant is connected but does not publish those findings in any way that we were able to observe when connected to the Assistent.

Did we make a mistake? Is there a different example that is applicable for this use case? Or are the small missing parts coming later this year?

Related