LSI Media Staff

Results 4 comments of LSI Media Staff

Line 1101 in java/jini/BluetoothDevice.cxx jshort Java_tinyb_BluetoothDevice_getT**X**Power(JNIEnv *env, jobject obj) should be jshort Java_tinyb_BluetoothDevice_getT**x**Power(JNIEnv *env, jobject obj)

I submiited a patch to correct the UnsatisfiedLinkError for BluetoothDevice.getTxPower BluetoothDevice.getBluetoothType

I implemented an additional method called removeDevices() in the adaptor class, which will remove all known devices from internal list (so getDevice() will return an empty list). I call this...

I've done a pull request with the modification, so the maintainer can review the code and merge it if needed. For the moment you can clone my tinyb fork. The...