pszklarska / beacon_broadcast

A Flutter plugin for turning your device into a beacon.
https://pub.dartlang.org/packages/beacon_broadcast/
MIT License
81 stars 34 forks source link

Cannot scan uuid of beacon using flutter_blue package #20

Closed kamsur closed 4 years ago

kamsur commented 4 years ago

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."