Hello!
I am trying to scan for ble beacons implemented using beacon_broadcast flutter package. I am using a flutter app that implements flutter_blue package, as my beacon scanner. But the scan result does not show any UUID. However when I use Beacon Simulator app available on playstore for scanning, it shows the uuid of my beacon.Below is the troubleshooting method posted on flutter_blue page. So is this a issue I need to check in beacon_broadcast package or flutter_blue package? And if the change is needed in beacon_broadcast package where should it be?
"Troubleshooting--
Scanning for service UUID's doesn't return any results
Make sure the device is advertising which service UUID's it supports. This is found in the advertisement packet as UUID 16 bit complete list or UUID 128 bit complete list."
Hello! I am trying to scan for ble beacons implemented using beacon_broadcast flutter package. I am using a flutter app that implements flutter_blue package, as my beacon scanner. But the scan result does not show any UUID. However when I use Beacon Simulator app available on playstore for scanning, it shows the uuid of my beacon.Below is the troubleshooting method posted on flutter_blue page. So is this a issue I need to check in beacon_broadcast package or flutter_blue package? And if the change is needed in beacon_broadcast package where should it be? "Troubleshooting-- Scanning for service UUID's doesn't return any results Make sure the device is advertising which service UUID's it supports. This is found in the advertisement packet as UUID 16 bit complete list or UUID 128 bit complete list."