Kmm Beacons
Constructors
Functions
Listen for errors during scans;
Observe non-Beacon BLE Devices raw data. On iOS, this always returns an empty list due to OS restrictions. Results with be delivered according times set with setScanPeriod and setBetweenScanPeriod.
Observe the scan results. Note that results will be delivered each scanPeriod + betweenScanPeriod time. It is possible to adjust delivery time with setScanPeriod and setBetweenScanPeriod.
Sets given regions for Android devices. If no region is provided, Android will return beacons with all UUIDS.
Sets the time between each bluetooth scan with the given betweenScanPeriod in millis.
Sets given regions for iOS devices. iOS scanning needs regions to be defined to recognize beacons with the given uuid. If no region is provided, iOS scan will not recognize any beacons.
Filter beacons (and non beacons) which have an RSSI value below value.
Sets the time of each bluetooth scan with the given scanPeriod in millis.