summaryrefslogtreecommitdiffstats
path: root/examples/java/HelloTinyB.java
Commit message (Expand)AuthorAgeFilesLines
* Direct-BT: Remove TinyB and Cleanup Java API (1)Sven Gothel2021-08-311-247/+0
* Have BTFactory.main(..) show version info and available adapter, also whether...Sven Gothel2021-01-271-1/+1
* Java: New API Layout: Shorten named [Bluetooth -> BT], [Characteristic -> Cha...Sven Gothel2021-01-251-28/+28
* Java: New Layout: [tinyb2 -> direct_bt].jar ; org.[tinyb -> direct_bt] ..; Up...Sven Gothel2021-01-251-10/+10
* Adopt new BDAddressAndType key value across projectSven Gothel2020-12-121-4/+8
* Cleanup warningsSven Gothel2020-10-161-0/+2
* BluetoothGattCharacteristic: API Change: 'writeValue(byte[] value)' -> 'write...Sven Gothel2020-08-261-1/+1
* C++/Java *Device::connect*(..), disconnect(): Return HCIStatusCode instead of...Sven Gothel2020-07-271-1/+2
* Direct-BT: Fix BluetoothFactory; Renaming using 'DBT' prefixSven Gothel2020-04-201-4/+12
* Java Refactory: Expose intefaces via org.tinyb.* and D-Bus implementation via...Sven Gothel2020-02-091-33/+40
* examples: java: Stopping discovery can sometimes failPetre Eftime2016-09-281-1/+5
* examples: java: Improve interrupt handling in Java examplesPetre Eftime2016-07-051-3/+18
* java: Properly uppercase UUIDPetre Eftime2016-07-011-4/+4
* examples: use bitwise or instead of addition for byte concatenationPetre Eftime2016-04-181-3/+9
* examples: java: Improve shutdown handlingPetre Eftime2016-03-071-12/+9
* java: Update HelloTinyB sample to read temp from TI Sensor Tagv0.3.2Petre Eftime2016-02-151-59/+118
* Reorganize java examplePetre Eftime2016-02-111-0/+144