| Commit message (Expand) | Author | Age | Files | Lines |
* | BluetoothDevice: Add connect(..) w/ LE connection parameter | Sven Gothel | 2020-05-25 | 1 | -2/+23 |
* | Expose Whitelist (auto-)connect management to BluetoothAdapter.java, impl in ... | Sven Gothel | 2020-05-25 | 1 | -0/+30 |
* | AdapterStatusListener (C++/Java): Add discoveringChanged(..), converge device... | Sven Gothel | 2020-05-24 | 2 | -35/+39 |
* | Add Whitelist to DBTManager/DBTAdapter and test (Result: No auto-connection) | Sven Gothel | 2020-05-24 | 1 | -2/+5 |
* | C++ multithreading fixes and example | Sven Gothel | 2020-05-24 | 1 | -9/+0 |
* | Expose UUID strings in TinyB compatible fashion (unified uuid128_t) as an opt... | Sven Gothel | 2020-05-18 | 1 | -2/+23 |
* | Working GATT Java Side; GATT Types made fully functional for user to avoid 't... | Sven Gothel | 2020-05-17 | 7 | -139/+402 |
* | GATT Service and Characteristic Java <-> JNI binding (incomplete, TODO Descri... | Sven Gothel | 2020-05-14 | 3 | -17/+74 |
* | DBTManager(java/jni): get/setDefaultAdapter(..) java side implementation, rem... | Sven Gothel | 2020-05-14 | 1 | -7/+11 |
* | Fixing multiple Java/C++ Lifecycle Issues (DBTDevice, add ShutdownHook, ..) | Sven Gothel | 2020-05-12 | 3 | -3/+103 |
* | 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 |
* | Move general types out of MgmtTypes; Extract DBTDevice + DBTAdapter into thei... | Sven Gothel | 2020-05-11 | 1 | -1/+2 |
* | Converging Java/JNI and C++ API to match tinyb interface requirements (step-2) | Sven Gothel | 2020-05-10 | 2 | -115/+171 |
* | [Bluetooth]AdapterStatusListener: Renamed; Using a list instead of one-shot c... | Sven Gothel | 2020-05-10 | 2 | -27/+95 |
* | Extend BluetoothDeviceStatusListener -> BluetoothAdapterStatusListener; Enum ... | Sven Gothel | 2020-05-04 | 1 | -61/+71 |
* | DBTAdapter Java/JNI: Add enable/disable Powered|Discovering Notifications | Sven Gothel | 2020-05-03 | 1 | -31/+44 |
* | DBTAdapter: Cleanup and sort fields, isOpen:=false on close. | Sven Gothel | 2020-05-03 | 1 | -16/+21 |
* | Java: Utilize new EIRDataType in BluetoothDeviceStatusListener; ... | Sven Gothel | 2020-05-03 | 2 | -6/+11 |
* | DBTManager Java: Add getAdapterListImpl() | Sven Gothel | 2020-05-02 | 2 | -23/+29 |
* | DBTManager / DBTDeviceStatusListener: Refine events; java: Keep alive discove... | Sven Gothel | 2020-04-26 | 1 | -156/+82 |
* | Refine: DBT API, HCISession/DBTAdapter lifecycle, API doc and C++ and C++/JNI... | Sven Gothel | 2020-04-21 | 1 | -11/+43 |
* | HCIComm thread safety, resolve deadlock; Renaming: MgmtHandler -> DBTManager,... | Sven Gothel | 2020-04-20 | 1 | -3/+5 |
* | Direct-BT: Fix BluetoothFactory; Renaming using 'DBT' prefix | Sven Gothel | 2020-04-20 | 8 | -48/+42 |
* | Initial working Java binding for the direct_bt C++ module | Sven Gothel | 2020-04-20 | 9 | -0/+1356 |