This post is older than 2 years and might not be relevant anymore
More Info: Consider searching for newer posts

In the Multi-Link example, I would like to retrieve only the UUID I want during the scan.

Hello,

I am working on Multi-link.
I want to scan the advertising information and connect only the uuid I set up.

I want to process it on_adv_report (), but I do not know how to get the advertising information and extract uuid.

Where can I get uuid information?
For example, I want to have a 16bit uuid,
If another device has a UUID of "0x19F1" and my NRF52840 is scanning and finds 0x19F1, I want it to work as a connection.

Can you help me with what to do?

Related