Skip to content

Instantly share code, notes, and snippets.

@Ernest314
Created September 2, 2016 18:30
Show Gist options
  • Save Ernest314/d537e1dfb7ee2df65bc49bbcdc2e1094 to your computer and use it in GitHub Desktop.
Save Ernest314/d537e1dfb7ee2df65bc49bbcdc2e1094 to your computer and use it in GitHub Desktop.
Temporary beacon interface
public interface WallyBeacon {
public String getMacAddress();
public String getServiceUUID();
public String getServiceData();
public String getBeaconName();
public int getRSSI();
public int getTxPowerLevel();
}
Sign up for free to join this conversation on GitHub. Already have an account? Sign in to comment