aboutsummaryrefslogtreecommitdiffstats
Commit message (Expand)AuthorAgeFilesLines
* JNIEnvContainer::attach/detach: Reuse GetEnv's JNIEnv if available and don't ...connector-1.5connector_b_1.5Sven Gothel2020-02-052-6/+27
* Add experimental Adapter1::ConnectDevice callSven Gothel2020-02-055-1/+122
* Re-add dropped g_bytes_unref(..)/g_free(..) where it still appliesSven Gothel2020-02-052-1/+17
* Merge remote-tracking branch 'impala454/master' into gdbus-codegenSven Gothel2020-02-0516-14336/+99
|\
| * Added SetDiscoveryFilter functionality. Added CMake dependency for the dbus ...Chuck Claunch2017-06-144-0/+98
| * Removed generated dbus code and added call to gdbus-codegen in the build processChuck Claunch2017-06-1211-15982/+25
| * Added annotations to dbus profile so GVariants would replace gchars in the co...Chuck Claunch2017-06-114-53/+59
| * Added LEAdvertisement1 to dbus file, recompiled with gdbus-codegen, and refac...Chuck Claunch2017-06-107-224/+2123
| * Changed examples to a cmake option rather than being built by defaultChuck Claunch2017-06-072-1/+8
| * Removed unnecessary cinttypes include in BluetoothUUIDChuck Claunch2017-06-071-1/+0
| * Corrected format specifier warnings in BluetoothUUIDChuck Claunch2017-06-072-3/+4
* | BluetoothManager: Expose native get_default_adapter() to java as getDefaultAd...Sven Gothel2020-02-012-0/+38
* | BluetoothManager: Allow launching from plain class files (no jar package w/ v...Sven Gothel2020-01-311-1/+1
* | Expose BluetoothDevice async calls: device1_call_connect(..) / device1_call_c...Sven Gothel2020-01-314-0/+81
* | BluetoothManager: Utilize own glib main context and associate it with the mai...Sven Gothel2020-01-211-2/+12
* | 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