neXenio / BLE-Indoor-Positioning

Multilateration using bluetooth beacons
Apache License 2.0
430 stars 129 forks source link

How to make the application to support all the beacons? #169

Closed jasirjasir closed 4 years ago

jasirjasir commented 4 years ago

I know there is a beacon filter in your application.How to disable it to use for accepting all the ibeacons and eddystone .

marvinmirtschin commented 4 years ago

The BeaconViewFragment holds an IBeaconFilter uuidFilter. You can either remove it from being added in the onAttach method or call uuidFilter.setMatchProximityUuid(false).