| Commit message (Expand) | Author | Age | Files | Lines |
* | Replace remaining std::function with jau::function | Sven Gothel | 2022-11-28 | 1 | -1/+1 |
* | Adopt to jaulib jau::jni namespace changes | Sven Gothel | 2022-06-06 | 1 | -12/+12 |
* | JNI Lifecycle Fix: Make Java/Native object relation inherently thread safe by... | Sven Gothel | 2022-05-09 | 1 | -18/+22 |
* | JNI on DBT*: Hold the JNIGlobalRef shared_ptr<JavaAnon> while inside JNI call... | Sven Gothel | 2022-05-04 | 1 | -4/+7 |
* | noexcept: BTGattChar + BTGattDesc | Sven Gothel | 2022-04-23 | 1 | -1/+4 |
* | Cleanup Gatt numbers: Merge GattTypes.hpp into GattNumbers.hpp, remove redund... | Sven Gothel | 2022-04-11 | 1 | -0/+1 |
* | Fix JNI DBTGattService_getCharsImpl(): Missed 'userDescriptionIndex' in _char... | Sven Gothel | 2021-11-08 | 1 | -3/+4 |
* | [BT|DB]GattChar::getUserDescription() and userDescriptionIndex added (from de... | Sven Gothel | 2021-10-13 | 1 | -1/+3 |
* | Remove DirectBTJNISettings: Always use uuid_t -> uuid128_t mapping, unifying ... | Sven Gothel | 2021-10-10 | 1 | -3/+1 |
* | Direct-BT: Remove TinyB and Cleanup Java API (1) | Sven Gothel | 2021-08-31 | 1 | -29/+34 |
* | Java: New API Layout: Shorten named [Bluetooth -> BT], [Characteristic -> Cha... | Sven Gothel | 2021-01-25 | 1 | -18/+18 |
* | Java: New Layout: [tinyb2 -> direct_bt].jar ; org.[tinyb -> direct_bt] ..; Up... | Sven Gothel | 2021-01-25 | 1 | -4/+4 |
* | Replace std::vector w/ jau::darray: Adapt JNI methods | Sven Gothel | 2021-01-11 | 1 | -3/+4 |
* | Use -Wshadow: Shadowing (or local scope override) often causing sloppy bugs, ... | Sven Gothel | 2020-10-20 | 1 | -21/+21 |
* | Extract common C++ Support Library inclusive Java JNI Binding to sub-project ... | Sven Gothel | 2020-10-16 | 1 | -5/+5 |
* | Direct-BT JNI: DeleteLocalRef when no more needed, avoiding the 32 max local-... | Sven Gothel | 2020-09-30 | 1 | -6/+11 |
* | Robustness: Distinguish between get<Type>Checked() and get<Type>Unchecked(): ... | Sven Gothel | 2020-07-26 | 1 | -4/+1 |
* | Have GATT[Service,Characteristic,Descriptor] derived from DBTObject for valid... | Sven Gothel | 2020-07-26 | 1 | -2/+2 |
* | Reworking GATTCharacteristicListener (C++ and Java) | Sven Gothel | 2020-07-24 | 1 | -2/+6 |
* | Resolve regression calling DBTNativeDownlink.delete() having notifyDeleted() ... | Sven Gothel | 2020-06-29 | 1 | -2/+3 |
* | Resolve circular references (p1): C++ GATTHandler, GATTService, pp are not ow... | Sven Gothel | 2020-06-29 | 1 | -2/+6 |
* | Expose UUID strings in TinyB compatible fashion (unified uuid128_t) as an opt... | Sven Gothel | 2020-05-18 | 1 | -1/+3 |
* | Working GATT Java Side; GATT Types made fully functional for user to avoid 't... | Sven Gothel | 2020-05-17 | 1 | -10/+26 |
* | GATT Cleanup of method + field names; GATT discoverDescriptors: Use more reas... | Sven Gothel | 2020-05-15 | 1 | -2/+2 |
* | GATT Service and Characteristic Java <-> JNI binding (incomplete, TODO Descri... | Sven Gothel | 2020-05-14 | 1 | -1/+65 |
* | Direct-BT: Fix BluetoothFactory; Renaming using 'DBT' prefix | Sven Gothel | 2020-04-20 | 1 | -2/+2 |
* | Initial working Java binding for the direct_bt C++ module | Sven Gothel | 2020-04-20 | 1 | -0/+34 |