I use nrf connect sdk 1.9.0, to run periodic_adv and periodic_sync example.
The adv side sends this data: mfg_data[] = { 0xff, 0xff, 0x00 };
But in sync side in scan_recv() -> bt_data_parse() function get the name of the Sending node.
I assume it should get data on calling recv_cb() to get data, but it never does it.
So, I don't know why it is not receiving data. Please explain me.