Hi,
My configuration is as follow :
NCS : 2.2.0
DK : nrf52833DK (pca10100)
Dev environnement :Ubuntu 20.04
IDE : visual studio code with NCS plugin
I'm trying to develop some behaviors based on PAST (Periodic Advertising Sync Transfer) procedure and to start I used peripheral_past example in zephyr samples.
But when I tried to compile it, there was this undefended reference error to 'bt_le_per_adv_sync_transfer_subscribe' as shown below.
I didn't change anything in the example !
Do you have any idea for this issue ?
Thank you.