Get Broadcasting Power

How can I get in AndroidSDK information about what level of broadcasting power is set?

If you need this in order to calculate the estimated distance, then take a look at the computeAccuracy methods in the RegionUtils class. If you pass it, e.g., the Beacon object received from the rangingListener, it’ll automatically extract the measuredPower (a special value that’s part of the packet that corresponds to the beacon’s broadcasting power) and use it for calculations.