Hello,
I have two nrf52840 DKs.
I can get the central to connect based off the device name or a specific UUID but what I want is the central device to scan for the peripheral that is advertising "Hello" as its manufacture specific data and connect to only that one. I have looked into the filters but am not sure how to do this.
Here is what the peripheral advertising_init looks like:
I can confirm that it does advertise "Hello" (As hex) by using a scanner. Can someone help me figure out how to get my central device to check for that data and connect if "Hello" is present?
If this isnt possible please let me know.
Thanks!