beacon-scanner-library icon indicating copy to clipboard operation
beacon-scanner-library copied to clipboard

A library for scanning BLE beacons

Results 3 beacon-scanner-library issues
Sort by recently updated
recently updated
newest added

Callback is not firing, is it implemented? Following the readme to implement, it doesn't appear to fire and I cant seem to get the 'newly_scanned' or type to change upon...

In implementations of the `Beacon::addOrUpdate` method, `uint8_t` is used for the loop index. If there are more than 255 beacons in the vector, the variable will overflow, causing an infinite...

## The problem: It's often desirable to include BeaconScanner as a submodule within another project. Currently, users can't easily do this because configuring the library to strip some beacon types...