| Commit message (Expand) | Author | Age | Files | Lines |
* | Add experimental Adapter1::ConnectDevice call | Sven Gothel | 2020-02-05 | 2 | -0/+53 |
* | Re-add dropped g_bytes_unref(..)/g_free(..) where it still applies | Sven Gothel | 2020-02-05 | 2 | -1/+17 |
* | Merge remote-tracking branch 'impala454/master' into gdbus-codegen | Sven Gothel | 2020-02-05 | 12 | -12811/+88 |
|\ |
|
| * | Added SetDiscoveryFilter functionality. Added CMake dependency for the dbus ... | Chuck Claunch | 2017-06-14 | 3 | -0/+82 |
| * | Removed generated dbus code and added call to gdbus-codegen in the build process | Chuck Claunch | 2017-06-12 | 9 | -14281/+24 |
| * | Added annotations to dbus profile so GVariants would replace gchars in the co... | Chuck Claunch | 2017-06-11 | 3 | -43/+49 |
| * | Added LEAdvertisement1 to dbus file, recompiled with gdbus-codegen, and refac... | Chuck Claunch | 2017-06-10 | 5 | -206/+1904 |
| * | Corrected format specifier warnings in BluetoothUUID | Chuck Claunch | 2017-06-07 | 1 | -3/+3 |
* | | Expose BluetoothDevice async calls: device1_call_connect(..) / device1_call_c... | Sven Gothel | 2020-01-31 | 1 | -0/+23 |
* | | BluetoothManager: Utilize own glib main context and associate it with the mai... | Sven Gothel | 2020-01-21 | 1 | -2/+12 |
* | | Implementing discovery filter by UUIDs (java) and fixing a bug with discovery...v0.5.1tinyb-master | Vlad Kolotov | 2017-10-14 | 1 | -3/+3 |
* | | Adding support for setting RSSI discovery filter | Vlad Kolotov | 2017-10-14 | 3 | -1/+226 |
* | | Added Java method BluetoothManager::getDiscovering() | Misterioso | 2017-10-03 | 1 | -0/+8 |
* | | Added Java method BluetoothDevice::remove() | Misterioso | 2017-09-24 | 1 | -0/+6 |
* | | Fix memory leak with g_objects | Tzafrir Poupko | 2017-08-06 | 6 | -4/+18 |
* | | Fix native memory leak | Tzafrir Poupko | 2017-08-06 | 5 | -0/+8 |
* | | Fix get_service_data: was getting manufacturer data instead | Petre Eftime | 2017-08-03 | 1 | -1/+1 |
|/ |
|
* | Add notifications for manufacturer data, service data and services resolved | Petre Eftime | 2016-10-31 | 1 | -0/+92 |
* | Add missing BluetoothDevice properties | Petre Eftime | 2016-09-16 | 3 | -7/+460 |
* | Add BluetoothUUID class | Petre Eftime | 2016-09-09 | 2 | -0/+90 |
* | Support for BlueZ 5.40+, previous versions will stop working | Petre Eftime | 2016-08-19 | 4 | -27/+157 |
* | Add license headers where missing | Petre Eftime | 2016-07-06 | 1 | -0/+24 |
* | java: Add initial support for Java notifications | Petre Eftime | 2016-07-01 | 1 | -0/+4 |
* | Add support for notifications | Petre Eftime | 2016-06-30 | 7 | -9/+361 |
* | c++, java: Add BluetoothException, throw it on DBus or BlueZ error | Petre Eftime | 2016-05-23 | 7 | -35/+36 |
* | java: throw exceptions from JNI to Javav0.4.2 | Petre Eftime | 2016-05-10 | 5 | -22/+35 |
* | c++, java: Optional values return null when they are not available | Petre Eftime | 2016-05-06 | 2 | -6/+15 |
* | Add functions to retrieve version information. Check library versions in getB... | Petre Eftime | 2016-05-04 | 1 | -0/+9 |
* | Fix incorrect pointer in read_value, get_value | Petre Eftime | 2016-04-20 | 1 | -7/+7 |
* | Remove event from event_list before find function completes | Petre Eftime | 2016-03-07 | 2 | -1/+2 |
* | Add comparison for find's parent parameter | Petre Eftime | 2016-03-07 | 2 | -1/+10 |
* | Fix some minor issues in asynctinyb example, remove debug prints | Petre Eftime | 2016-03-07 | 1 | -5/+0 |
* | Fix compilation warnings | Petre Eftime | 2016-03-07 | 1 | -1/+0 |
* | Implement handle_event, fix some issues | Petre Eftime | 2016-03-07 | 2 | -15/+68 |
* | Bluetooth Events, initial commit | Petre Eftime | 2016-03-07 | 2 | -11/+93 |
* | Add checkinit which tests if library loads ok and manager initialization comp...v0.3.3 | Petre Eftime | 2016-02-29 | 1 | -4/+5 |
* | Better handling of default adapter and initialization | Petre Eftime | 2016-02-29 | 1 | -10/+15 |
* | Fix compilation warnings | Petre Eftime | 2016-01-26 | 5 | -18/+0 |
* | Start/stop discovery only when not in proper state | Petre Eftime | 2016-01-26 | 1 | -1/+6 |
* | src/CMakeLists.txt: Deleted non-existent header from CMakeLists | Andrei Vasiliu | 2016-01-22 | 1 | -1/+0 |
* | Fix crash due to optional name | Petre Eftime | 2016-01-12 | 1 | -1/+4 |
* | Java: Added Java API | Andrei Vasiliu | 2016-01-12 | 1 | -11/+1 |
* | Version 0.2.0v0.2.0 | Petre Eftime | 2015-11-27 | 13 | -0/+13874 |