summaryrefslogtreecommitdiffstats
path: root/java/jni/direct_bt/DBTGattDescriptor.cxx
Commit message (Expand)AuthorAgeFilesLines
* Use -Wshadow: Shadowing (or local scope override) often causing sloppy bugs, ...Sven Gothel2020-10-201-4/+4
* Extract common C++ Support Library inclusive Java JNI Binding to sub-project ...Sven Gothel2020-10-161-6/+6
* Fix Java_direct_1bt_tinyb_DBTGattDescriptor_toStringImpl(..): Wrong arg list,...v2.1.27Sven Gothel2020-09-221-4/+4
* Have GATT[Service,Characteristic,Descriptor] derived from DBTObject for valid...Sven Gothel2020-07-261-3/+3
* Reworking GATTCharacteristicListener (C++ and Java)Sven Gothel2020-07-241-1/+1
* Resolve regression calling DBTNativeDownlink.delete() having notifyDeleted() ...Sven Gothel2020-06-291-2/+3
* Java GATTCharacteristic and -Descriptor readValue shall return an empty byte-...Sven Gothel2020-05-281-1/+1
* Working GATT Java Side; GATT Types made fully functional for user to avoid 't...Sven Gothel2020-05-171-1/+80
* 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