What is the correct BeaconLayout for Estimote and Gimbal beacons

后端 未结 1 1531
暗喜
暗喜 2020-12-30 14:20

I would like the 2.0 release of the Android Beacon Library to be able to properly detect both old style Estimote beacons (pre-2013 models that did not support iBeacon techno

相关标签:
1条回答
  • 2020-12-30 14:51

    For estimote

    beaconManager.getBeaconParsers().
          add(new BeaconParser().
          setBeaconLayout("m:2-3=0215,i:4-19,i:20-21,i:22-23,p:24-24"));
    
    0 讨论(0)
提交回复
热议问题