The build fails unless I specifically exclude the following modules from osh-addons:
sensorhub-comm-ble-dbus
sensorhub-driver-angelsensor
It appears the issue lies in the GattClientImpl:
|
public class GattClientImpl implements IGattClient |
Solution:
Class 'GattClientImpl' must either be declared abstract or implement abstract method 'requestMtu(int)' in 'IGattClient'.
The build fails unless I specifically exclude the following modules from osh-addons:
sensorhub-comm-ble-dbussensorhub-driver-angelsensorIt appears the issue lies in the
GattClientImpl:osh-addons/comm/sensorhub-comm-ble-dbus/src/main/java/org/sensorhub/impl/comm/ble/dbus/GattClientImpl.java
Line 52 in 29bc924
Solution:
Class 'GattClientImpl' must either be declared abstract or implement abstract method 'requestMtu(int)' in 'IGattClient'.