aboutsummaryrefslogtreecommitdiffstats
path: root/src
Commit message (Expand)AuthorAgeFilesLines
...
* BasicTypes: Add getUTF8String(..) safe UTF8 decoding to string; Expose to Jav...Sven Gothel2020-05-281-3/+83
* Working GATT Java Side; GATT Types made fully functional for user to avoid 't...Sven Gothel2020-05-171-150/+0
* GATT Cleanup of method + field names; GATT discoverDescriptors: Use more reas...Sven Gothel2020-05-151-16/+23
* C++ GATT: Cleanup and complete Descriptor <*-1> Characteristic <*-1> ServiceSven Gothel2020-05-141-62/+58
* Shape GATTServiceDecl + GATTCharacterisicsDecl into TinyB API conform data re...Sven Gothel2020-05-111-1/+34
* Use Kernel BlueZ Manager for Discovery, Connect, etc. (Initial Commit - Java ...Sven Gothel2020-04-251-0/+4
* HCIComm thread safety, resolve deadlock; Renaming: MgmtHandler -> DBTManager,...Sven Gothel2020-04-203-1183/+0
* Direct-BT: Fix BluetoothFactory; Renaming using 'DBT' prefixSven Gothel2020-04-203-43/+43
* Initial working Java binding for the direct_bt C++ moduleSven Gothel2020-04-206-77/+40
* Warnings: Remove -Wextra warningsSven Gothel2020-04-111-0/+1
* Implement direct_bt: Direct Bluetooth access via Linux's Kernel BlueZ protoco...Sven Gothel2020-04-0911-878/+1250
* Clarify file [re]naming: HCIUtil -> BasicTypes, DataTypes -> BTDataTypesSven Gothel2020-02-183-8/+12
* HCIAdapter::discovery: Fix regression: Double bookkeeping scannedDevices + di...Sven Gothel2020-02-182-64/+90
* Refine HCIAdapter::discoverDevices .. and related: ~500ms until connected.Sven Gothel2020-02-173-28/+116
* HCIAdapter: Add 'le_connect(..)'; 'startDiscovery(..)' uses given HCISession ...Sven Gothel2020-02-172-24/+52
* GAP_Types -> GAP_T; Group SSP Section 1.6 w/ SSP prefix for readability ..Sven Gothel2020-02-172-27/+32
* Merge AD_Types + EIR_Types -> GAP_Types, sync identifier values, refine namin...Sven Gothel2020-02-171-16/+29
* Add 'Warning:' to reported identified issues in data parsing and output them ...Sven Gothel2020-02-162-5/+3
* RuntimeException and derivatives: Enforce passing __FILE__ and __LINE__, remo...Sven Gothel2020-02-163-4/+4
* Encapsulate EInfoReport handling + ensure memory bounds are checked.Sven Gothel2020-02-169-765/+828
* Fix tabstop -> 4 spacesSven Gothel2020-02-164-200/+200
* Cleanup discovery: Use new EInfoReport(for AD + EIR), add timestamp (creation...Sven Gothel2020-02-163-143/+194
* C++ tinyb_hci: Working HCIScanner showing AD packets, demonstrating new HCI c...Sven Gothel2020-02-1519-2834/+987
* Java Refactory: Expose intefaces via org.tinyb.* and D-Bus implementation via...Sven Gothel2020-02-098-7/+60
* 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...Vlad 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 JavaPetre Eftime2016-05-105-22/+35