BLE-Indoor-Positioning
BLE-Indoor-Positioning copied to clipboard
Unused method
What is the reason for having this method in Beacon.java
class?
Should be changed? or removed?
public void applyPropertiesFromAdvertisingPacket(P advertisingPacket) {
//setTransmissionPower(lastAdvertisingPacket.get);
}
The method is overridden in the child classes of Beacon
therefore we can not remove it.
I agree that we should change the method to either do something (e.g. to set the transmission power) or make it abstract.