According with the library, to detect proprietary beacons, I must add a line like below corresponding to my beacon type. I need to know the correct proper expression for "setBeaconLayout".
Example:
beaconManager.getBeaconParsers().add(new BeaconParser(). setBeaconLayout("m:2-3=beac,i:4-19,i:20-21,i:22-23,p:24-24,d:25-25"));
Thanks for your help