I’m working on creating a Mobile app that should be able to update the iBeacon settings of a beacon (like broadcasting power, etc.) after connecting to it. Just like it is in the Estimote’s Android app.
Which method from the Estimote Android SDK would be most optimal to achieve this?
maybe this will help you, using: myDeviceConnection.settings.beacon.[search here your settings]
You can see more settings: myDeviceConnection.settings.[search here too]
Thanks for your reply. This looks great! I wasn’t aware that the “connection” object had the settings.beacon.transmitPower().set() method on it. I will test this out! Hopefully it works. Thanks again for your help!