Skip to main content


Eclipse Community Forums
Forum Search:

Search      Help    Register    Login    Home
Home » Eclipse Projects » Kura » Unimplemented methods in BluetoothGattCharacteristicImpl, BluetoothGattServiceImpl etc
Unimplemented methods in BluetoothGattCharacteristicImpl, BluetoothGattServiceImpl etc [message #1746746] Fri, 04 November 2016 06:17
Sameek Bhaumik is currently offline Sameek BhaumikFriend
Messages: 9
Registered: August 2016
Junior Member
Dear All,

I was going through the BLE related Kura implementation classes like
org.eclipse.kura.linux.bluetooth.le.BluetoothGattCharacteristicImpl
and
org.eclipse.kura.linux.bluetooth.le.BluetoothGattServiceImpl 
.

Found some unimplemented methods or hard coded implementations. E.g.

@Override
    public Object getValue() {
        return null;
    }

    @Override
    public void setValue(Object value) {

    }

    @Override
    public int getPermissions() {
        return 0;
    }


Checked both the Development and release-2.1.0 branches.

Just out of curiosity, what is the reason behind those unimplemented methods? In future will those be implemented? If yes, when is the implementation expected?

Regards,
Sameek
Previous Topic:Setting out port
Next Topic:Problem with Advertising Scan of a Beacon
Goto Forum:
  


Current Time: Fri Apr 26 10:32:12 GMT 2024

Powered by FUDForum. Page generated in 0.03300 seconds
.:: Contact :: Home ::.

Powered by: FUDforum 3.0.2.
Copyright ©2001-2010 FUDforum Bulletin Board Software

Back to the top