i use android beacon library-reference-kotin demo, https://github.com/davidgyoung/android-beacon-library-reference-kotlin in the readme file,i find the way to find ibeacon .just like this // The example shows how to find iBeacon.
beaconManager.getBeaconParsers().add(BeaconParser().
setBeaconLayout("m:2-3=0215,i:4-19,i:20-21,i:22-23,p:24-24"))
but i need the code to find my remote control.enter image description here i dont know how to find that . i just try to write
setBeaconLayout("m:2-6=303566616,i:7-9,i:10-25,p:26-39")).
but didnt work . so who can help me .