Bump - ZeroByte-Software/LifeSync GitHub Wiki
Variables used in Bump are:
private String myBumpName = "LifeSync User"; private String myBumpData = "This is the data";
myBumpName is for the identification, myBumpData is the actual data sent. myBumpData will be converted to bytes, however it is automatically done in BroadcastReceiver, so we could use any sort of data for myBumpData.