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'.