0

I have python script which transmits beacon. I executed script on raspberry pi. Now I want to locate beacon on android device. I have created a app using android-beacon-library. Now as per the documentation I should set beacon parser to locate beacon. I found so many arctilces saying search for "setBeaconLayout" on google. I tried everything to find out right expression but I am not able to find it out the correct expression. Where I can find correct expression or any hint to create my own expression.

SangamAngre
  • 809
  • 8
  • 25

1 Answers1

0

I found an answer here

enter image description here

The byte offsets in the beaconLayout string start with the manufacturer data.

Correct beacon layout is m:2-3=0215,i:4-19,i:20-21,i:22-23,p:24-24

Community
  • 1
  • 1
SangamAngre
  • 809
  • 8
  • 25