Can not receive periodic advertising reports nrf52833

Hi,

I am trying to make the nrf52833 into an Auracast broadcast receiver (for a broadcast from my phone).  

I am using bindings to the softdevice controller (https://github.com/nrfconnect/sdk-nrfxlib/tree/main/softdevice_controller) (The bindings are here: https://github.com/alexmoon/nrf-sdc). 

Extended scanning works and I am able to get the data from it just fine (including a non-zero periodic advertising interval).

When trying to sync to the periodic advertising using the create sync HCI command (

, a sync established event is generated with a success code like you would expect, but then no periodic advertising report events occur (HCI_LE_­Periodic_­Advertising_­Report). 

Can you confirm that scanning for periodic advertising is supported? If so, do you have any ideas as to what might be going wrong?

Thanks,

Related