This discussion has been locked.
You can no longer post new replies to this discussion. If you have a question you can start a new discussion

How to retrieve data sent on Periodic Advertisement?

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.

Parents Reply Children
No Data
Related