aboutsummaryrefslogtreecommitdiffstats
Commit message (Expand)AuthorAgeFilesLines
* Implementing discovery filter by UUIDs (java) and fixing a bug with discovery...v0.5.1tinyb-masterVlad Kolotov2017-10-143-7/+24
* Implementing a generic method to set discover filters (UUIDs, rssi, pathloss,...Vlad Kolotov2017-10-147-10/+83
* Adding support for setting RSSI discovery filterVlad Kolotov2017-10-147-2/+292
* Added Java method BluetoothManager::getDiscovering()Misterioso2017-10-034-0/+38
* Removing System.exit as it causes to exit application containers (like OSGi a...Vlad Kolotov2017-10-031-1/+0
* Added Java method BluetoothDevice::remove()Misterioso2017-09-244-0/+38
* Fix issue #121Tzafrir Poupko2017-09-241-4/+4
* Fix native memory leakTzafrir Poupko2017-09-135-2/+39
* drop dependencies of unused linked librariesMarkus Rathgeb2017-09-131-0/+2
* Removed System.exit from BluetoothManagerpierantoniomerlino2017-09-071-3/+2
* Fixed typo in BluetoothDevice.cxx Java_tinyb_BluetoothDevice_getTxPowerStephan Bodmer2017-08-186-11/+131
* examples: list_mfg also lists advertised service dataPetre Eftime2017-08-071-9/+21
* Provide a java method to release native memoryTzafrir Poupko2017-08-061-2/+16
* Fix memory leak with g_objectsTzafrir Poupko2017-08-066-4/+18
* Fix native memory leakTzafrir Poupko2017-08-065-0/+8
* Fix java objects memory leakTzafrir Poupko2017-08-054-0/+14
* Fix get_service_data: was getting manufacturer data insteadPetre Eftime2017-08-031-1/+1
* BluetoothGattDescriptor.hpp added functional headerVadim Panov2017-07-301-0/+1
* Force loading of tinyb libpierantoniomerlino2017-07-181-0/+1
* Added getInterfaceName methodpierantoniomerlino2017-06-301-0/+8
* java: Add notifications for ManufacturerData, ServiceData and ServicesResolvedPetre Eftime2016-10-312-0/+233
* Add notifications for manufacturer data, service data and services resolvedPetre Eftime2016-10-312-0/+178
* Fix JNI FindClass "tinyb/BluetoothNotification" not foundJulien Decaen2016-10-286-11/+23
* examples: java: Stopping discovery can sometimes failPetre Eftime2016-09-282-2/+10
* Add missing BluetoothDevice propertiesPetre Eftime2016-09-169-8/+777
* Add BluetoothUUID classPetre Eftime2016-09-097-1/+191
* Support for BlueZ 5.40+, previous versions will stop workingPetre Eftime2016-08-197-34/+233
* examples: Updated esstiny.cpp to use notifications.Henry Bruce2016-08-171-35/+71
* Release 0.5.0v0.5.00.5.0Petre Eftime2016-07-112-1/+10
* java: Document Notification methodsPetre Eftime2016-07-115-12/+140
* Add documentation for notification functionsPetre Eftime2016-07-114-59/+232
* java: Refactor JNIMem classesPetre Eftime2016-07-062-40/+71
* Add license headers where missingPetre Eftime2016-07-065-1/+120
* java: Add hashCode function for BluetoothObjectsPetre Eftime2016-07-052-0/+14
* java: throw BluetoothExceptions explicitlyPetre Eftime2016-07-055-15/+15
* examples: java: Improve interrupt handling in Java examplesPetre Eftime2016-07-053-20/+59
* examples: simplify and complete error handlingPetre Eftime2016-07-053-77/+142
* java: Properly uppercase UUIDPetre Eftime2016-07-0111-14/+14
* java: Add initial support for Java notificationsPetre Eftime2016-07-0115-14/+826
* java: BluetoothObject should not be instantiatedPetre Eftime2016-07-011-1/+1
* Add notifications examplePetre Eftime2016-07-012-0/+160
* Add support for notificationsPetre Eftime2016-06-3019-28/+563
* examples: Added environmental sensing services test appHenry Bruce2016-06-292-0/+171
* java: Make BluetoothException publicPetre Eftime2016-06-011-1/+1
* java: jni: Fix other typos in JNI codePetre Eftime2016-05-311-2/+2
* java: jni: Fix typo in convert_vector_to_objectPetre Eftime2016-05-271-1/+1
* Add copyright headers to new classesPetre Eftime2016-05-232-1/+47
* c++, java: Add BluetoothException, throw it on DBus or BlueZ errorPetre Eftime2016-05-2320-36/+266
* Update to v0.4.3v0.4.3Petre Eftime2016-05-231-1/+1
* Update TROUBLESHOOTING.mdpetreeftime2016-05-191-7/+7