Nearable packet format

Hello,

I am looking to parse the Nearable packet using Altbeacon library[1]

So far I found this javascript code to parse nearables data:

But I am not able to get any beacons nearby with this expression:
beaconManager.getBeaconParsers().add(new BeaconParser()
.setBeaconLayout(“s:0-1=5d01,m:2-2=01,i:3-11,p:21-21,d:11-22”));[2]

Can you please point me to nearable packet specifications, or point out what I am missing?

[1] https://github.com/AltBeacon/android-beacon-library
[2] https://altbeacon.github.io/android-beacon-library/javadoc/org/altbeacon/beacon/BeaconParser.html#setBeaconLayout(java.lang.String)