summaryrefslogtreecommitdiffstats
path: root/java/jni/direct_bt/DBTGattService.cxx
Commit message (Expand)AuthorAgeFilesLines
* Replace remaining std::function with jau::functionSven Gothel2022-11-281-1/+1
* Adopt to jaulib jau::jni namespace changesSven Gothel2022-06-061-12/+12
* JNI Lifecycle Fix: Make Java/Native object relation inherently thread safe by...Sven Gothel2022-05-091-18/+22
* JNI on DBT*: Hold the JNIGlobalRef shared_ptr<JavaAnon> while inside JNI call...Sven Gothel2022-05-041-4/+7
* noexcept: BTGattChar + BTGattDescSven Gothel2022-04-231-1/+4
* Cleanup Gatt numbers: Merge GattTypes.hpp into GattNumbers.hpp, remove redund...Sven Gothel2022-04-111-0/+1
* Fix JNI DBTGattService_getCharsImpl(): Missed 'userDescriptionIndex' in _char...Sven Gothel2021-11-081-3/+4
* [BT|DB]GattChar::getUserDescription() and userDescriptionIndex added (from de...Sven Gothel2021-10-131-1/+3
* Remove DirectBTJNISettings: Always use uuid_t -> uuid128_t mapping, unifying ...Sven Gothel2021-10-101-3/+1
* Direct-BT: Remove TinyB and Cleanup Java API (1)Sven Gothel2021-08-311-29/+34
* Java: New API Layout: Shorten named [Bluetooth -> BT], [Characteristic -> Cha...Sven Gothel2021-01-251-18/+18
* Java: New Layout: [tinyb2 -> direct_bt].jar ; org.[tinyb -> direct_bt] ..; Up...Sven Gothel2021-01-251-4/+4
* Replace std::vector w/ jau::darray: Adapt JNI methodsSven Gothel2021-01-111-3/+4
* Use -Wshadow: Shadowing (or local scope override) often causing sloppy bugs, ...Sven Gothel2020-10-201-21/+21
* Extract common C++ Support Library inclusive Java JNI Binding to sub-project ...Sven Gothel2020-10-161-5/+5
* Direct-BT JNI: DeleteLocalRef when no more needed, avoiding the 32 max local-...Sven Gothel2020-09-301-6/+11
* Robustness: Distinguish between get<Type>Checked() and get<Type>Unchecked(): ...Sven Gothel2020-07-261-4/+1
* Have GATT[Service,Characteristic,Descriptor] derived from DBTObject for valid...Sven Gothel2020-07-261-2/+2
* Reworking GATTCharacteristicListener (C++ and Java)Sven Gothel2020-07-241-2/+6
* Resolve regression calling DBTNativeDownlink.delete() having notifyDeleted() ...Sven Gothel2020-06-291-2/+3
* Resolve circular references (p1): C++ GATTHandler, GATTService, pp are not ow...Sven Gothel2020-06-291-2/+6
* Expose UUID strings in TinyB compatible fashion (unified uuid128_t) as an opt...Sven Gothel2020-05-181-1/+3
* Working GATT Java Side; GATT Types made fully functional for user to avoid 't...Sven Gothel2020-05-171-10/+26
* GATT Cleanup of method + field names; GATT discoverDescriptors: Use more reas...Sven Gothel2020-05-151-2/+2
* GATT Service and Characteristic Java <-> JNI binding (incomplete, TODO Descri...Sven Gothel2020-05-141-1/+65
* Direct-BT: Fix BluetoothFactory; Renaming using 'DBT' prefixSven Gothel2020-04-201-2/+2
* Initial working Java binding for the direct_bt C++ moduleSven Gothel2020-04-201-0/+34