| Commit message (Expand) | Author | Age | Files | Lines |
... | |
* | BasicTypes: Add getUTF8String(..) safe UTF8 decoding to string; Expose to Jav... | Sven Gothel | 2020-05-28 | 1 | -3/+83 |
* | Working GATT Java Side; GATT Types made fully functional for user to avoid 't... | Sven Gothel | 2020-05-17 | 1 | -150/+0 |
* | GATT Cleanup of method + field names; GATT discoverDescriptors: Use more reas... | Sven Gothel | 2020-05-15 | 1 | -16/+23 |
* | C++ GATT: Cleanup and complete Descriptor <*-1> Characteristic <*-1> Service | Sven Gothel | 2020-05-14 | 1 | -62/+58 |
* | Shape GATTServiceDecl + GATTCharacterisicsDecl into TinyB API conform data re... | Sven Gothel | 2020-05-11 | 1 | -1/+34 |
* | Use Kernel BlueZ Manager for Discovery, Connect, etc. (Initial Commit - Java ... | Sven Gothel | 2020-04-25 | 1 | -0/+4 |
* | HCIComm thread safety, resolve deadlock; Renaming: MgmtHandler -> DBTManager,... | Sven Gothel | 2020-04-20 | 3 | -1183/+0 |
* | Direct-BT: Fix BluetoothFactory; Renaming using 'DBT' prefix | Sven Gothel | 2020-04-20 | 3 | -43/+43 |
* | Initial working Java binding for the direct_bt C++ module | Sven Gothel | 2020-04-20 | 6 | -77/+40 |
* | Warnings: Remove -Wextra warnings | Sven Gothel | 2020-04-11 | 1 | -0/+1 |
* | Implement direct_bt: Direct Bluetooth access via Linux's Kernel BlueZ protoco... | Sven Gothel | 2020-04-09 | 11 | -878/+1250 |
* | Clarify file [re]naming: HCIUtil -> BasicTypes, DataTypes -> BTDataTypes | Sven Gothel | 2020-02-18 | 3 | -8/+12 |
* | HCIAdapter::discovery: Fix regression: Double bookkeeping scannedDevices + di... | Sven Gothel | 2020-02-18 | 2 | -64/+90 |
* | Refine HCIAdapter::discoverDevices .. and related: ~500ms until connected. | Sven Gothel | 2020-02-17 | 3 | -28/+116 |
* | HCIAdapter: Add 'le_connect(..)'; 'startDiscovery(..)' uses given HCISession ... | Sven Gothel | 2020-02-17 | 2 | -24/+52 |
* | GAP_Types -> GAP_T; Group SSP Section 1.6 w/ SSP prefix for readability .. | Sven Gothel | 2020-02-17 | 2 | -27/+32 |
* | Merge AD_Types + EIR_Types -> GAP_Types, sync identifier values, refine namin... | Sven Gothel | 2020-02-17 | 1 | -16/+29 |
* | Add 'Warning:' to reported identified issues in data parsing and output them ... | Sven Gothel | 2020-02-16 | 2 | -5/+3 |
* | RuntimeException and derivatives: Enforce passing __FILE__ and __LINE__, remo... | Sven Gothel | 2020-02-16 | 3 | -4/+4 |
* | Encapsulate EInfoReport handling + ensure memory bounds are checked. | Sven Gothel | 2020-02-16 | 9 | -765/+828 |
* | Fix tabstop -> 4 spaces | Sven Gothel | 2020-02-16 | 4 | -200/+200 |
* | Cleanup discovery: Use new EInfoReport(for AD + EIR), add timestamp (creation... | Sven Gothel | 2020-02-16 | 3 | -143/+194 |
* | C++ tinyb_hci: Working HCIScanner showing AD packets, demonstrating new HCI c... | Sven Gothel | 2020-02-15 | 19 | -2834/+987 |
* | Java Refactory: Expose intefaces via org.tinyb.* and D-Bus implementation via... | Sven Gothel | 2020-02-09 | 8 | -7/+60 |
* | 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... | 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 Java | Petre Eftime | 2016-05-10 | 5 | -22/+35 |