Skip to content

Instantly share code, notes, and snippets.

@stephenfeather
Created October 28, 2014 04:47
Show Gist options
  • Select an option

  • Save stephenfeather/3397970b2d72077cde6a to your computer and use it in GitHub Desktop.

Select an option

Save stephenfeather/3397970b2d72077cde6a to your computer and use it in GitHub Desktop.
"getBeaconParsers"
Code to detect a Gimbal beacon (without reading encrypted identifiers):
BeaconManager beaconManager = BeaconManager.getInstanceForApplication(this);
BeaconManager.getBeaconParsers().add(new BeaconParser().
setBeaconLayout("m:0-3=ad7700c6"));
beaconManager.bind(this);
Sign up for free to join this conversation on GitHub. Already have an account? Sign in to comment