What is the max nb of periodic advertisers that can synchronize to a single receiver?
The bt_le_per_adv_sync struct defines a uint16_t sync handle so I infer that at least the max number of synchronized periodic advertisers is over 128.
Apart from the radio stack limitations, I presume that it is also relevant to consider the RAM requirements to store all the sync periodic advertisers.
Thanks for your help