| Commit message (Expand) | Author | Age | Files | Lines |
... | |
* | DBTDevice Java/JNI: Implement missing methods and cleanup | Sven Gothel | 2020-06-08 | 2 | -158/+363 |
* | DBTAdapter::JNIAdapterStatusListener: Use JNIGlobalRef directly w/o unique_pt... | Sven Gothel | 2020-06-08 | 3 | -103/+51 |
* | Relax GATTHandler == nullptr for disable and listener-removal operations, it'... | Sven Gothel | 2020-06-07 | 1 | -3/+6 |
* | BasicTypes: Rename getUTF8String(..) -> decodeUTF8String(..): Adding API doc ...v2.1.2 | Sven Gothel | 2020-06-04 | 2 | -3/+7 |
* | Rename HCIErrorCode -> HCIStatusCode for clarity and pleasing the eyes | Sven Gothel | 2020-06-04 | 5 | -22/+22 |
* | Introduce HCITypes + HCIHandler: Providing C++ basics for full HCI support; M... | Sven Gothel | 2020-06-04 | 1 | -2/+2 |
* | Specify le_create_connection arguments (API doc) and set default le_scan_* to... | Sven Gothel | 2020-06-01 | 1 | -5/+5 |
* | Clarify le_scan and conn[ection] arguments for whitelist and connect methods ... | Sven Gothel | 2020-06-01 | 4 | -27/+27 |
* | Complete using definite tyep HCIErrorCode for disconnect reason; Add Mgmt Dis... | Sven Gothel | 2020-06-01 | 1 | -2/+4 |
* | HCIErrorCode (Java): Use byte native value (uint8_t) and fast switch/case val... | Sven Gothel | 2020-05-31 | 2 | -78/+142 |
* | AdapterStatusListener(C++/Java): Expose 'HCIErrorCode reason' on disconnect (... | Sven Gothel | 2020-05-31 | 7 | -28/+261 |
* | Aligned Java scanner 10 w/ native example (working error recovery); Tolerant ... | Sven Gothel | 2020-05-30 | 1 | -1/+1 |
* | Java DBTDevice: Drop getGATTService() from connect* as it should be done afte... | Sven Gothel | 2020-05-28 | 2 | -39/+27 |
* | JNI AdapterStatusListener::deviceConnectionChanged(..) can't expect the java ... | Sven Gothel | 2020-05-28 | 1 | -4/+21 |
* | JNI Callback listener issued from a native thread must not mute exceptions (f... | Sven Gothel | 2020-05-28 | 2 | -128/+83 |
* | Java GATTCharacteristic and -Descriptor readValue shall return an empty byte-... | Sven Gothel | 2020-05-28 | 2 | -2/+2 |
* | AdapterStatusListener (C++): Add toString() for error handling purposes; DBTD... | Sven Gothel | 2020-05-28 | 1 | -4/+12 |
* | BasicTypes: Add getUTF8String(..) safe UTF8 decoding to string; Expose to Jav... | Sven Gothel | 2020-05-28 | 3 | -0/+69 |
* | DBTDevice: Avoid NPE: Check user callback reference before using | Sven Gothel | 2020-05-28 | 1 | -6/+18 |
* | DBTGattCharacteristic: Added commented out code to detect notify/indicate pro... | Sven Gothel | 2020-05-28 | 1 | -0/+18 |
* | BluetoothGattCharacteristic::getFlags() Move flags == properties API doc to top | Sven Gothel | 2020-05-28 | 2 | -15/+13 |
* | DBTNativeDownlink* and derivations: Avoid double-close by query isValid() | Sven Gothel | 2020-05-28 | 5 | -19/+27 |
* | DBTDevice/BluetoothDevice: Expose getCreationTimestamp() and add BluetoothAdd... | Sven Gothel | 2020-05-28 | 5 | -8/+61 |
* | AdapterStatusListener java/C++: Add API doc | Sven Gothel | 2020-05-28 | 1 | -6/+27 |
* | HCI le_connect: COMMAND_DISALLOWED handled 'softer' / applications may ignore... | Sven Gothel | 2020-05-27 | 1 | -3/+3 |
* | DBTDevice.cxx JNI: Fix connectImpl* signature | Sven Gothel | 2020-05-27 | 1 | -7/+7 |
* | DBTDevice/HCIComm: More 'snappy' connect method names and drop unused LE min/... | Sven Gothel | 2020-05-25 | 3 | -7/+10 |
* | BluetoothDevice: Add connect(..) w/ LE connection parameter | Sven Gothel | 2020-05-25 | 4 | -2/+99 |
* | BluetoothAdapter.addDeviceToWhitelist(..) refine API doc. | Sven Gothel | 2020-05-25 | 1 | -5/+3 |
* | Expose Whitelist (auto-)connect management to BluetoothAdapter.java, impl in ... | Sven Gothel | 2020-05-25 | 6 | -1/+331 |
* | Add API doc to EIRDataType (C++) and EIRDataTypeSet (Java) | Sven Gothel | 2020-05-25 | 1 | -0/+11 |
* | DBTDevice::getGATTServices(): Reuse GATTHandler's list result, retrieve Gener... | Sven Gothel | 2020-05-25 | 1 | -43/+34 |
* | Fix listener notice for discovering and connection (enabled and add connected) | Sven Gothel | 2020-05-24 | 1 | -2/+2 |
* | AdapterStatusListener (C++/Java): Add discoveringChanged(..), converge device... | Sven Gothel | 2020-05-24 | 6 | -159/+195 |
* | Add Whitelist to DBTManager/DBTAdapter and test (Result: No auto-connection) | Sven Gothel | 2020-05-24 | 2 | -4/+7 |
* | C++ multithreading fixes and example | Sven Gothel | 2020-05-24 | 2 | -24/+5 |
* | DBTAdapter: Remove explicit HCISession, migrate connectedDevice and use HCICo... | Sven Gothel | 2020-05-23 | 1 | -2/+2 |
* | Expose UUID strings in TinyB compatible fashion (unified uuid128_t) as an opt... | Sven Gothel | 2020-05-18 | 7 | -6/+53 |
* | API doc: DBT/Main refine and add lifecycle + listener; Enhance listener java/... | Sven Gothel | 2020-05-18 | 2 | -5/+11 |
* | API doc AdapterStatusListener, GATTCharacteristicListener restriction: One in... | Sven Gothel | 2020-05-18 | 2 | -2/+27 |
* | Working GATT Java Side; GATT Types made fully functional for user to avoid 't... | Sven Gothel | 2020-05-17 | 25 | -266/+1281 |
* | GATT Cleanup of method + field names; GATT discoverDescriptors: Use more reas... | Sven Gothel | 2020-05-15 | 2 | -3/+3 |
* | GATT Service and Characteristic Java <-> JNI binding (incomplete, TODO Descri... | Sven Gothel | 2020-05-14 | 5 | -20/+167 |
* | DBTDevice JNI: Add comment re delete and add javaObject check | Sven Gothel | 2020-05-14 | 1 | -0/+2 |
* | DBTManager(java/jni): get/setDefaultAdapter(..) java side implementation, rem... | Sven Gothel | 2020-05-14 | 2 | -44/+11 |
* | jni helper: Unique rename for 'convert_vector*(..)' template functions | Sven Gothel | 2020-05-14 | 10 | -53/+19 |
* | Fixing multiple Java/C++ Lifecycle Issues (DBTDevice, add ShutdownHook, ..) | Sven Gothel | 2020-05-12 | 10 | -22/+166 |
* | Resolving flushed discovered devices and shared device reference usage. | Sven Gothel | 2020-05-11 | 1 | -0/+13 |
* | Revert "Adapter::startDiscovery(): removeDevices() will not work as previousl... | Sven Gothel | 2020-05-11 | 1 | -0/+1 |
* | Adapter::startDiscovery(): removeDevices() will not work as previously scanne... | Sven Gothel | 2020-05-11 | 1 | -1/+0 |