aboutsummaryrefslogtreecommitdiffstats
path: root/java/jni/BluetoothManager.cxx
Commit message (Expand)AuthorAgeFilesLines
* Java Refactory: Expose intefaces via org.tinyb.* and D-Bus implementation via...Sven Gothel2020-02-091-477/+0
* BluetoothManager: Expose native get_default_adapter() to java as getDefaultAd...Sven Gothel2020-02-011-0/+30
* Added Java method BluetoothManager::getDiscovering()Misterioso2017-10-031-0/+19
* java: jni: Fix other typos in JNI codePetre Eftime2016-05-311-2/+2
* c++, java: Add BluetoothException, throw it on DBus or BlueZ errorPetre Eftime2016-05-231-0/+28
* java: throw exceptions from JNI to JavaPetre Eftime2016-05-101-147/+297
* Add functions to retrieve version information. Check library versions in getB...Petre Eftime2016-05-041-0/+7
* jni: clean up allocated strings after getObject_setterPetre Eftime2016-03-071-0/+12
* java: Add find methods to classes, add AsyncTinyB examplePetre Eftime2016-03-071-0/+36
* jni: Fix reference to stack object in getObject_setterPetre Eftime2016-03-071-2/+2
* Better handling of default adapter and initializationPetre Eftime2016-02-291-4/+3
* jni: Implemented getObject* functions and added defensive checksAndrei Vasiliu2016-02-041-18/+83
* Fix Java package runtime mismatchPetre Eftime2016-01-271-4/+1
* java: Created Java package tinybAndrei Vasiliu2016-01-251-12/+12
* Java: Added copyright headerAndrei Vasiliu2016-01-131-0/+24
* Java: Added Java APIAndrei Vasiliu2016-01-121-0/+110