| Commit message (Expand) | Author | Age | Files | Lines |
* | Use Kernel BlueZ Manager for Discovery, Connect, etc. (Initial Commit - Java ... | Sven Gothel | 2020-04-25 | 1 | -1/+1 |
* | Refine: DBT API, HCISession/DBTAdapter lifecycle, API doc and C++ and C++/JNI... | Sven Gothel | 2020-04-21 | 7 | -101/+261 |
* | HCIComm thread safety, resolve deadlock; Renaming: MgmtHandler -> DBTManager,... | Sven Gothel | 2020-04-20 | 3 | -12/+14 |
* | Direct-BT: Fix BluetoothFactory; Renaming using 'DBT' prefix | Sven Gothel | 2020-04-20 | 20 | -177/+226 |
* | Initial working Java binding for the direct_bt C++ module | Sven Gothel | 2020-04-20 | 49 | -469/+1754 |
* | Implement direct_bt: Direct Bluetooth access via Linux's Kernel BlueZ protoco... | Sven Gothel | 2020-04-09 | 8 | -14/+14 |
* | java: CMakeLists.txt replace depricated javah with javac -htinyb | Xerxes RĂ„nby | 2020-02-17 | 1 | -37/+1 |
* | C++ tinyb_hci: Working HCIScanner showing AD packets, demonstrating new HCI c... | Sven Gothel | 2020-02-15 | 19 | -6/+1343 |
* | BluetoothFactory handles API verification via native-API and Manifest attribu...v2.0.0 | Sven Gothel | 2020-02-09 | 4 | -33/+175 |
* | java jni: Split helper to helper_base + helper_tinyb (modularization) | Sven Gothel | 2020-02-09 | 14 | -89/+220 |
* | Refine BluetoothFactory using reflection, providing default implementation fa... | Sven Gothel | 2020-02-09 | 1 | -1/+76 |
* | Adding BluetoothDevice API doc in interface header | Sven Gothel | 2020-02-09 | 1 | -0/+4 |
* | Update tinyb2.jar's manifest: Add 'Implementation-*' using get_git_head_revis... | Sven Gothel | 2020-02-09 | 1 | -7/+12 |
* | Java Refactory: Expose intefaces via org.tinyb.* and D-Bus implementation via... | Sven Gothel | 2020-02-09 | 34 | -660/+1415 |
* | Move java classes to package sub folder | Sven Gothel | 2020-02-08 | 15 | -0/+0 |
* | JNIEnvContainer::attach/detach: Reuse GetEnv's JNIEnv if available and don't ...connector-1.5connector_b_1.5 | Sven Gothel | 2020-02-05 | 2 | -6/+27 |
* | Add experimental Adapter1::ConnectDevice call | Sven Gothel | 2020-02-05 | 2 | -1/+66 |
* | BluetoothManager: Expose native get_default_adapter() to java as getDefaultAd... | Sven Gothel | 2020-02-01 | 2 | -0/+38 |
* | BluetoothManager: Allow launching from plain class files (no jar package w/ v... | Sven Gothel | 2020-01-31 | 1 | -1/+1 |
* | Expose BluetoothDevice async calls: device1_call_connect(..) / device1_call_c... | Sven Gothel | 2020-01-31 | 2 | -0/+49 |
* | Implementing discovery filter by UUIDs (java) and fixing a bug with discovery...v0.5.1tinyb-master | Vlad Kolotov | 2017-10-14 | 2 | -4/+21 |
* | Implementing a generic method to set discover filters (UUIDs, rssi, pathloss,... | Vlad Kolotov | 2017-10-14 | 5 | -4/+78 |
* | Adding support for setting RSSI discovery filter | Vlad Kolotov | 2017-10-14 | 2 | -1/+28 |
* | Added Java method BluetoothManager::getDiscovering() | Misterioso | 2017-10-03 | 2 | -0/+24 |
* | Removing System.exit as it causes to exit application containers (like OSGi a... | Vlad Kolotov | 2017-10-03 | 1 | -1/+0 |
* | Added Java method BluetoothDevice::remove() | Misterioso | 2017-09-24 | 2 | -0/+26 |
* | Fix issue #121 | Tzafrir Poupko | 2017-09-24 | 1 | -4/+4 |
* | Fix native memory leak | Tzafrir Poupko | 2017-09-13 | 5 | -2/+39 |
* | drop dependencies of unused linked libraries | Markus Rathgeb | 2017-09-13 | 1 | -0/+2 |
* | Removed System.exit from BluetoothManager | pierantoniomerlino | 2017-09-07 | 1 | -3/+2 |
* | Fixed typo in BluetoothDevice.cxx Java_tinyb_BluetoothDevice_getTxPower | Stephan Bodmer | 2017-08-18 | 5 | -3/+123 |
* | Provide a java method to release native memory | Tzafrir Poupko | 2017-08-06 | 1 | -2/+16 |
* | Fix java objects memory leak | Tzafrir Poupko | 2017-08-05 | 4 | -0/+14 |
* | Force loading of tinyb lib | pierantoniomerlino | 2017-07-18 | 1 | -0/+1 |
* | Added getInterfaceName method | pierantoniomerlino | 2017-06-30 | 1 | -0/+8 |
* | java: Add notifications for ManufacturerData, ServiceData and ServicesResolved | Petre Eftime | 2016-10-31 | 2 | -0/+233 |
* | Fix JNI FindClass "tinyb/BluetoothNotification" not found | Julien Decaen | 2016-10-28 | 6 | -11/+23 |
* | Add missing BluetoothDevice properties | Petre Eftime | 2016-09-16 | 2 | -0/+156 |
* | java: Document Notification methods | Petre Eftime | 2016-07-11 | 5 | -12/+140 |
* | java: Refactor JNIMem classes | Petre Eftime | 2016-07-06 | 2 | -40/+71 |
* | Add license headers where missing | Petre Eftime | 2016-07-06 | 3 | -1/+72 |
* | java: Add hashCode function for BluetoothObjects | Petre Eftime | 2016-07-05 | 2 | -0/+14 |
* | java: throw BluetoothExceptions explicitly | Petre Eftime | 2016-07-05 | 5 | -15/+15 |
* | java: Properly uppercase UUID | Petre Eftime | 2016-07-01 | 8 | -8/+8 |
* | java: Add initial support for Java notifications | Petre Eftime | 2016-07-01 | 11 | -14/+638 |
* | java: BluetoothObject should not be instantiated | Petre Eftime | 2016-07-01 | 1 | -1/+1 |
* | Add support for notifications | Petre Eftime | 2016-06-30 | 3 | -7/+7 |
* | java: Make BluetoothException public | Petre Eftime | 2016-06-01 | 1 | -1/+1 |
* | java: jni: Fix other typos in JNI code | Petre Eftime | 2016-05-31 | 1 | -2/+2 |
* | java: jni: Fix typo in convert_vector_to_object | Petre Eftime | 2016-05-27 | 1 | -1/+1 |