Hello,
I would like to modify the code in the Android-nRF-Blinky application so it can scan for devices with a specified major value. After you click on the device, I would like the minor value of the beacon to be displayed on the screen. The nRF Connect app can do this already, however I would like to make a specialized app that focuses on only these features.
1. How do I modify the LBS model so it scans for beacons that have a specific major value?
2. How do I display the beacon's minor value?
Thank you!