When changed UUID , MAJOR and MINOR the beacon doenst assume the changes

Followed this sample of code: http://developer.estimote.com/android/tutorial/part-2-background-monitoring/

And just changed to : beaconManager.connect(new BeaconManager.ServiceReadyCallback() { @Override public void onServiceReady() { beaconManager.startMonitoring(new BeaconRegion( "monitored region",null, null, null)); } });

and then tested with different Estimote beacons… it always intersect the same with:

  • UUID: E1F54E02-1E23-44E0-9C3D-512EB56ADEC9
  • Major: 100
  • Minor: 100