Since the new products like Nexus or Samsung support ble peripheral is there any android
sample project that can support a virtual estimote beacon?
I can create on my Nexus 6 a BLE transmitter but I do not know what parameters to use
to generate an Estimote Beacon:
Beacon beacon = new Beacon.Builder()
.setId1(“B9407F30-F5F8-466E-AFF9-25556B57FE6D”)
.setId2(“1”)
.setId3(“2”)
.setManufacturer(0x015D) // Choose a number of 0x00ff or less as some devices cannot detect beacons with a manufacturer code > 0x00ff
.setTxPower(-59)
.setDataFields(Arrays.asList(new Long[] {0l}))
.build();