| Commit message (Expand) | Author | Age | Files | Lines |
* | JNIGlobalRef: Add copy-ctor, move-ctor and equality operations | Sven Gothel | 2020-05-04 | 2 | -3/+68 |
* | Extend BluetoothDeviceStatusListener -> BluetoothAdapterStatusListener; Enum ... | Sven Gothel | 2020-05-04 | 1 | -30/+98 |
* | JNI: DBTAdapter: Use new FunctionDef::CaptureInvocationFunc | Sven Gothel | 2020-05-03 | 1 | -6/+38 |
* | DBTAdapter Java/JNI: Add enable/disable Powered|Discovering Notifications | Sven Gothel | 2020-05-03 | 1 | -0/+131 |
* | cmake: COMPILE_FLAGS += -Werror (warnings -> error) | Sven Gothel | 2020-05-03 | 1 | -1/+1 |
* | Java: Utilize new EIRDataType in BluetoothDeviceStatusListener; ... | Sven Gothel | 2020-05-03 | 4 | -28/+73 |
* | DBTManager::close(): Clear adapterInfos (avoiding re-entry failure); Java del... | Sven Gothel | 2020-05-03 | 1 | -0/+1 |
* | JNI helper_base: Robustness: Add java_exception_check_and_throw(..) and use I... | Sven Gothel | 2020-05-02 | 2 | -13/+19 |
* | DBTManager Java: Add getAdapterListImpl() | Sven Gothel | 2020-05-02 | 2 | -20/+67 |
* | DBTAdapter: Drop discoverDevices(..), only allow usage of deviceFound(..) cal... | Sven Gothel | 2020-04-28 | 1 | -11/+0 |
* | Wire AdapterInfo w/ MgmtEvtNewSettings and MgmtEvtLocalNameChanged; AdapterIn... | Sven Gothel | 2020-04-27 | 1 | -1/+2 |
* | Add HCI non LE connect; DBTDevice: Add defaultConnect() for LE and BREDR addr... | Sven Gothel | 2020-04-26 | 2 | -4/+2 |
* | DBTManager / DBTDeviceStatusListener: Refine events; java: Keep alive discove... | Sven Gothel | 2020-04-26 | 1 | -31/+63 |
* | 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 | 6 | -90/+218 |
* | HCIComm thread safety, resolve deadlock; Renaming: MgmtHandler -> DBTManager,... | Sven Gothel | 2020-04-20 | 2 | -9/+9 |
* | Direct-BT: Fix BluetoothFactory; Renaming using 'DBT' prefix | Sven Gothel | 2020-04-20 | 9 | -74/+77 |
* | Initial working Java binding for the direct_bt C++ module | Sven Gothel | 2020-04-20 | 31 | -163/+1000 |
* | Implement direct_bt: Direct Bluetooth access via Linux's Kernel BlueZ protoco... | Sven Gothel | 2020-04-09 | 8 | -14/+14 |
* | C++ tinyb_hci: Working HCIScanner showing AD packets, demonstrating new HCI c... | Sven Gothel | 2020-02-15 | 9 | -0/+322 |
* | java jni: Split helper to helper_base + helper_tinyb (modularization) | Sven Gothel | 2020-02-09 | 12 | -89/+217 |
* | Java Refactory: Expose intefaces via org.tinyb.* and D-Bus implementation via... | Sven Gothel | 2020-02-09 | 9 | -153/+153 |
* | 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 | 1 | -1/+40 |
* | BluetoothManager: Expose native get_default_adapter() to java as getDefaultAd... | Sven Gothel | 2020-02-01 | 1 | -0/+30 |
* | Expose BluetoothDevice async calls: device1_call_connect(..) / device1_call_c... | Sven Gothel | 2020-01-31 | 1 | -0/+39 |
* | Implementing discovery filter by UUIDs (java) and fixing a bug with discovery...v0.5.1tinyb-master | Vlad Kolotov | 2017-10-14 | 1 | -1/+14 |
* | Implementing a generic method to set discover filters (UUIDs, rssi, pathloss,... | Vlad Kolotov | 2017-10-14 | 3 | -3/+31 |
* | Adding support for setting RSSI discovery filter | Vlad Kolotov | 2017-10-14 | 1 | -0/+21 |
* | Added Java method BluetoothManager::getDiscovering() | Misterioso | 2017-10-03 | 1 | -0/+19 |
* | Added Java method BluetoothDevice::remove() | Misterioso | 2017-09-24 | 1 | -0/+20 |
* | 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 |
* | Fixed typo in BluetoothDevice.cxx Java_tinyb_BluetoothDevice_getTxPower | Stephan Bodmer | 2017-08-18 | 3 | -3/+33 |
* | Fix java objects memory leak | Tzafrir Poupko | 2017-08-05 | 4 | -0/+14 |
* | java: Add notifications for ManufacturerData, ServiceData and ServicesResolved | Petre Eftime | 2016-10-31 | 1 | -0/+188 |
* | Fix JNI FindClass "tinyb/BluetoothNotification" not found | Julien Decaen | 2016-10-28 | 6 | -11/+23 |
* | Add missing BluetoothDevice properties | Petre Eftime | 2016-09-16 | 1 | -0/+134 |
* | java: Refactor JNIMem classes | Petre Eftime | 2016-07-06 | 2 | -40/+71 |
* | Add license headers where missing | Petre Eftime | 2016-07-06 | 2 | -1/+48 |
* | java: Add hashCode function for BluetoothObjects | Petre Eftime | 2016-07-05 | 1 | -0/+7 |
* | java: Properly uppercase UUID | Petre Eftime | 2016-07-01 | 4 | -4/+4 |
* | java: Add initial support for Java notifications | Petre Eftime | 2016-07-01 | 6 | -9/+598 |
* | Add support for notifications | Petre Eftime | 2016-06-30 | 2 | -5/+5 |
* | 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 |
* | c++, java: Add BluetoothException, throw it on DBus or BlueZ error | Petre Eftime | 2016-05-23 | 8 | -1/+196 |
* | java: throw exceptions from JNI to Javav0.4.2 | Petre Eftime | 2016-05-10 | 8 | -546/+1591 |
* | c++, java: Optional values return null when they are not available | Petre Eftime | 2016-05-06 | 2 | -6/+12 |