summaryrefslogtreecommitdiffstats
path: root/java/jni/helper_base.hpp
Commit message (Expand)AuthorAgeFilesLines
* Adopt to jaulib jau::jni namespace changesSven Gothel2022-06-061-12/+16
* Removed TinyB API artifacts, fix copyright notice. Add README.md 'Direct-BT O...Sven Gothel2021-10-101-6/+1
* Direct-BT: Remove TinyB and Cleanup Java API (1)Sven Gothel2021-08-311-2/+0
* Java: New API Layout: Shorten named [Bluetooth -> BT], [Characteristic -> Cha...Sven Gothel2021-01-251-2/+2
* Extract common C++ Support Library inclusive Java JNI Binding to sub-project ...Sven Gothel2020-10-161-222/+3
* JNI helper_base.hpp: java_exception_check_and_throw(..) after adding object t...Sven Gothel2020-09-301-0/+3
* DBTAdapter.cxx [add|remove]StatusListener(): add-case needs setInstance befor...Sven Gothel2020-09-261-0/+4
* POctets::malloc: throw new exception type OutOfMemoryError early on malloc fa...Sven Gothel2020-09-191-0/+1
* C++/JNI: helper_base.hpp/cxx: Rework raise_java_exception(..) and rethrow_and...Sven Gothel2020-09-191-116/+22
* helper_base.hpp: Have all raise_java_exception(..) and rethrow_and_raise_java...Sven Gothel2020-09-191-19/+116
* JNI: Complete C++ to Java Exception mappingSven Gothel2020-07-291-0/+12
* DBTGattCharacteristic::configNotificationIndicationImpl(..): Tolerate deleted...v2.1.14Sven Gothel2020-07-241-0/+7
* jni helper: Unique rename for 'convert_vector*(..)' template functionsSven Gothel2020-05-141-7/+7
* helper_base: Add generic getField(..), getObjectRef<T>(..) and setObjectRef<T...Sven Gothel2020-05-041-25/+45
* Java: Utilize new EIRDataType in BluetoothDeviceStatusListener; ...Sven Gothel2020-05-031-4/+34
* JNI helper_base: Robustness: Add java_exception_check_and_throw(..) and use I...Sven Gothel2020-05-021-5/+8
* Refine: DBT API, HCISession/DBTAdapter lifecycle, API doc and C++ and C++/JNI...Sven Gothel2020-04-211-16/+29
* Initial working Java binding for the direct_bt C++ moduleSven Gothel2020-04-201-1/+67
* java jni: Split helper to helper_base + helper_tinyb (modularization)Sven Gothel2020-02-091-0/+117