aboutsummaryrefslogtreecommitdiffstats
path: root/java/tinyb/dbus/DBusGattCharacteristic.java
Commit message (Expand)AuthorAgeFilesLines
* Direct-BT: Remove TinyB and Cleanup Java API (1)Sven Gothel2021-08-311-142/+0
* API Change C++/Java: BTGattChar::addCharListener(..): Use naive BTGattChar::L...v2.2.13Sven Gothel2021-08-281-7/+2
* API renaming of missed 'Characteristic', add listener to API name tableSven Gothel2021-01-271-4/+4
* Java: New API Layout: Shorten named [Bluetooth -> BT], [Characteristic -> Cha...Sven Gothel2021-01-251-25/+25
* Java: New Layout: [tinyb2 -> direct_bt].jar ; org.[tinyb -> direct_bt] ..; Up...Sven Gothel2021-01-251-8/+8
* BluetoothAdapter.getManager() added; BluetoothManager.Settings added; D*Manag...Sven Gothel2020-09-251-1/+1
* BluetoothGattCharacteristic: API Change: 'writeValue(byte[] value)' -> 'write...Sven Gothel2020-08-261-1/+7
* GATTCharacteristic: Add enableNotificationOrIndication(..)..; DIRECTBT_CHARAC...v2.1.15Sven Gothel2020-07-251-1/+6
* Reworking GATTCharacteristicListener (C++ and Java)Sven Gothel2020-07-241-2/+16
* dbus java: Add minimalistic toString() implementation; direct_bt toString(): ...Sven Gothel2020-07-171-0/+5
* Working GATT Java Side; GATT Types made fully functional for user to avoid 't...Sven Gothel2020-05-171-0/+13
* Java Refactory: Expose intefaces via org.tinyb.* and D-Bus implementation via...Sven Gothel2020-02-091-0/+104