Skip to content

Instantly share code, notes, and snippets.

@stephenfeather
Created October 28, 2014 04:47
Show Gist options
  • Star 0 You must be signed in to star a gist
  • Fork 0 You must be signed in to fork a gist
  • Save stephenfeather/3397970b2d72077cde6a to your computer and use it in GitHub Desktop.
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