| Commit message (Expand) | Author | Age | Files | Lines |
* | Resolve regression calling DBTNativeDownlink.delete() having notifyDeleted() ... | Sven Gothel | 2020-06-29 | 1 | -2/+3 |
* | Resolve circular references (p3): Java: Ensure DBTDevice can be GC'ed (at rem... | Sven Gothel | 2020-06-29 | 1 | -16/+18 |
* | DBTDevice (C++/Java): Expose getLastDiscoveryTimestamp() and rename lastUpdat... | Sven Gothel | 2020-06-09 | 1 | -7/+17 |
* | DBTAdapter::JNIAdapterStatusListener: Use JNIGlobalRef directly w/o unique_pt... | Sven Gothel | 2020-06-08 | 1 | -103/+43 |
* | Rename HCIErrorCode -> HCIStatusCode for clarity and pleasing the eyes | Sven Gothel | 2020-06-04 | 1 | -10/+10 |
* | Introduce HCITypes + HCIHandler: Providing C++ basics for full HCI support; M... | Sven Gothel | 2020-06-04 | 1 | -2/+2 |
* | HCIErrorCode (Java): Use byte native value (uint8_t) and fast switch/case val... | Sven Gothel | 2020-05-31 | 1 | -2/+2 |
* | AdapterStatusListener(C++/Java): Expose 'HCIErrorCode reason' on disconnect (... | Sven Gothel | 2020-05-31 | 1 | -13/+60 |
* | 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 | 1 | -102/+65 |
* | AdapterStatusListener (C++): Add toString() for error handling purposes; DBTD... | Sven Gothel | 2020-05-28 | 1 | -4/+12 |
* | DBTDevice/BluetoothDevice: Expose getCreationTimestamp() and add BluetoothAdd... | Sven Gothel | 2020-05-28 | 1 | -4/+6 |
* | DBTDevice/HCIComm: More 'snappy' connect method names and drop unused LE min/... | Sven Gothel | 2020-05-25 | 1 | -1/+1 |
* | Expose Whitelist (auto-)connect management to BluetoothAdapter.java, impl in ... | Sven Gothel | 2020-05-25 | 1 | -0/+60 |
* | 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 | 1 | -112/+121 |
* | Add Whitelist to DBTManager/DBTAdapter and test (Result: No auto-connection) | Sven Gothel | 2020-05-24 | 1 | -2/+2 |
* | C++ multithreading fixes and example | Sven Gothel | 2020-05-24 | 1 | -15/+5 |
* | DBTAdapter: Remove explicit HCISession, migrate connectedDevice and use HCICo... | Sven Gothel | 2020-05-23 | 1 | -2/+2 |
* | Working GATT Java Side; GATT Types made fully functional for user to avoid 't... | Sven Gothel | 2020-05-17 | 1 | -73/+98 |
* | jni helper: Unique rename for 'convert_vector*(..)' template functions | Sven Gothel | 2020-05-14 | 1 | -1/+1 |
* | Fixing multiple Java/C++ Lifecycle Issues (DBTDevice, add ShutdownHook, ..) | Sven Gothel | 2020-05-12 | 1 | -12/+19 |
* | Move general types out of MgmtTypes; Extract DBTDevice + DBTAdapter into thei... | Sven Gothel | 2020-05-11 | 1 | -1/+1 |
* | Converging Java/JNI and C++ API to match tinyb interface requirements (step-2) | Sven Gothel | 2020-05-10 | 1 | -0/+84 |
* | [Bluetooth]AdapterStatusListener: Renamed; Using a list instead of one-shot c... | Sven Gothel | 2020-05-10 | 1 | -17/+61 |
* | JNI DBTAdapter: Enhance callback pattern (here DiscoveringNotifications); Pow... | Sven Gothel | 2020-05-04 | 1 | -129/+33 |
* | 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 |
* | Java: Utilize new EIRDataType in BluetoothDeviceStatusListener; ... | Sven Gothel | 2020-05-03 | 1 | -17/+31 |
* | DBTManager Java: Add getAdapterListImpl() | Sven Gothel | 2020-05-02 | 1 | -7/+23 |
* | DBTAdapter: Drop discoverDevices(..), only allow usage of deviceFound(..) cal... | Sven Gothel | 2020-04-28 | 1 | -11/+0 |
* | Add HCI non LE connect; DBTDevice: Add defaultConnect() for LE and BREDR addr... | Sven Gothel | 2020-04-26 | 1 | -2/+0 |
* | DBTManager / DBTDeviceStatusListener: Refine events; java: Keep alive discove... | Sven Gothel | 2020-04-26 | 1 | -31/+63 |
* | Refine: DBT API, HCISession/DBTAdapter lifecycle, API doc and C++ and C++/JNI... | Sven Gothel | 2020-04-21 | 1 | -52/+63 |
* | HCIComm thread safety, resolve deadlock; Renaming: MgmtHandler -> DBTManager,... | Sven Gothel | 2020-04-20 | 1 | -4/+4 |
* | Direct-BT: Fix BluetoothFactory; Renaming using 'DBT' prefix | Sven Gothel | 2020-04-20 | 1 | -37/+40 |
* | Initial working Java binding for the direct_bt C++ module | Sven Gothel | 2020-04-20 | 1 | -0/+259 |