summaryrefslogtreecommitdiffstats
path: root/src
Commit message (Expand)AuthorAgeFilesLines
* Add experimental Adapter1::ConnectDevice callSven Gothel2020-02-052-0/+53
* 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-0512-12811/+88
|\
| * Added SetDiscoveryFilter functionality. Added CMake dependency for the dbus ...Chuck Claunch2017-06-143-0/+82
| * Removed generated dbus code and added call to gdbus-codegen in the build processChuck Claunch2017-06-129-14281/+24
| * Added annotations to dbus profile so GVariants would replace gchars in the co...Chuck Claunch2017-06-113-43/+49
| * Added LEAdvertisement1 to dbus file, recompiled with gdbus-codegen, and refac...Chuck Claunch2017-06-105-206/+1904
| * Corrected format specifier warnings in BluetoothUUIDChuck Claunch2017-06-071-3/+3
* | Expose BluetoothDevice async calls: device1_call_connect(..) / device1_call_c...Sven Gothel2020-01-311-0/+23
* | 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-141-3/+3
* | Adding support for setting RSSI discovery filterVlad Kolotov2017-10-143-1/+226
* | Added Java method BluetoothManager::getDiscovering()Misterioso2017-10-031-0/+8
* | Added Java method BluetoothDevice::remove()Misterioso2017-09-241-0/+6
* | Fix memory leak with g_objectsTzafrir Poupko2017-08-066-4/+18
* | Fix native memory leakTzafrir Poupko2017-08-065-0/+8
* | Fix get_service_data: was getting manufacturer data insteadPetre Eftime2017-08-031-1/+1
|/
* Add notifications for manufacturer data, service data and services resolvedPetre Eftime2016-10-311-0/+92
* Add missing BluetoothDevice propertiesPetre Eftime2016-09-163-7/+460
* Add BluetoothUUID classPetre Eftime2016-09-092-0/+90
* Support for BlueZ 5.40+, previous versions will stop workingPetre Eftime2016-08-194-27/+157
* Add license headers where missingPetre Eftime2016-07-061-0/+24
* java: Add initial support for Java notificationsPetre Eftime2016-07-011-0/+4
* Add support for notificationsPetre Eftime2016-06-307-9/+361
* c++, java: Add BluetoothException, throw it on DBus or BlueZ errorPetre Eftime2016-05-237-35/+36
* java: throw exceptions from JNI to Javav0.4.2Petre Eftime2016-05-105-22/+35
* c++, java: Optional values return null when they are not availablePetre Eftime2016-05-062-6/+15
* Add functions to retrieve version information. Check library versions in getB...Petre Eftime2016-05-041-0/+9
* Fix incorrect pointer in read_value, get_valuePetre Eftime2016-04-201-7/+7
* Remove event from event_list before find function completesPetre Eftime2016-03-072-1/+2
* Add comparison for find's parent parameterPetre Eftime2016-03-072-1/+10
* Fix some minor issues in asynctinyb example, remove debug printsPetre Eftime2016-03-071-5/+0
* Fix compilation warningsPetre Eftime2016-03-071-1/+0
* Implement handle_event, fix some issuesPetre Eftime2016-03-072-15/+68
* Bluetooth Events, initial commitPetre Eftime2016-03-072-11/+93
* Add checkinit which tests if library loads ok and manager initialization comp...v0.3.3Petre Eftime2016-02-291-4/+5
* Better handling of default adapter and initializationPetre Eftime2016-02-291-10/+15
* Fix compilation warningsPetre Eftime2016-01-265-18/+0
* Start/stop discovery only when not in proper statePetre Eftime2016-01-261-1/+6
* src/CMakeLists.txt: Deleted non-existent header from CMakeListsAndrei Vasiliu2016-01-221-1/+0
* Fix crash due to optional namePetre Eftime2016-01-121-1/+4
* Java: Added Java APIAndrei Vasiliu2016-01-121-11/+1
* Version 0.2.0v0.2.0Petre Eftime2015-11-2713-0/+13874