summaryrefslogtreecommitdiffstats
path: root/java/tinyb
Commit message (Expand)AuthorAgeFilesLines
* GATTCharacteristic: Add enableNotificationOrIndication(..)..; DIRECTBT_CHARAC...v2.1.15Sven Gothel2020-07-251-1/+6
* Reworking GATTCharacteristicListener (C++ and Java)Sven Gothel2020-07-242-3/+22
* dbus java: Add minimalistic toString() implementation; direct_bt toString(): ...Sven Gothel2020-07-175-0/+25
* Support BDADDR_LE_RANDOM (p1): Add BLERandomAddressType, distinguish HCIAddre...Sven Gothel2020-07-021-0/+4
* BluetoothDevice pingGATT() non implementation shall return true, as false sha...v2.1.7Sven Gothel2020-06-251-1/+1
* GATTHandler/DBTDevice (incl Java): Add ping[GATT](), testing device availabil...Sven Gothel2020-06-251-0/+3
* DBTDevice (C++/Java): Expose getLastDiscoveryTimestamp() and rename lastUpdat...Sven Gothel2020-06-091-0/+6
* [DBT]Adapter (Java/C++) startDiscovery(bool keepAlive) policy change: keepAli...Sven Gothel2020-06-091-0/+5
* DBTDevice/BluetoothDevice: Expose getCreationTimestamp() and add BluetoothAdd...Sven Gothel2020-05-281-1/+10
* BluetoothDevice: Add connect(..) w/ LE connection parameterSven Gothel2020-05-251-0/+7
* Expose Whitelist (auto-)connect management to BluetoothAdapter.java, impl in ...Sven Gothel2020-05-251-0/+26
* AdapterStatusListener (C++/Java): Add discoveringChanged(..), converge device...Sven Gothel2020-05-241-0/+6
* Working GATT Java Side; GATT Types made fully functional for user to avoid 't...Sven Gothel2020-05-173-2/+38
* [Bluetooth]AdapterStatusListener: Renamed; Using a list instead of one-shot c...Sven Gothel2020-05-101-2/+7
* Extend BluetoothDeviceStatusListener -> BluetoothAdapterStatusListener; Enum ...Sven Gothel2020-05-041-2/+2
* DBTManager / DBTDeviceStatusListener: Refine events; java: Keep alive discove...Sven Gothel2020-04-261-2/+2
* Direct-BT: Fix BluetoothFactory; Renaming using 'DBT' prefixSven Gothel2020-04-201-7/+1
* Initial working Java binding for the direct_bt C++ moduleSven Gothel2020-04-2010-1011/+11
* C++ tinyb_hci: Working HCIScanner showing AD packets, demonstrating new HCI c...Sven Gothel2020-02-159-4/+1011
* BluetoothFactory handles API verification via native-API and Manifest attribu...v2.0.0Sven Gothel2020-02-092-31/+6
* Java Refactory: Expose intefaces via org.tinyb.* and D-Bus implementation via...Sven Gothel2020-02-0920-1561/+815
* Move java classes to package sub folderSven Gothel2020-02-0815-0/+1730