Commit message (Collapse) | Author | Age | Files | Lines | |
---|---|---|---|---|---|
* | Adopt jaulib detailed git version info: Using VERSION_COMMITS and ↵ | Sven Gothel | 2022-02-07 | 1 | -5/+5 |
| | | | | VERSION_SHA1_SHORT. VERSION_LONG reflects post-tag and dirty. | ||||
* | Direct-BT: Remove TinyB and Cleanup Java API (1) | Sven Gothel | 2021-08-31 | 1 | -4/+1 |
| | | | | | | | | | | | | | | | | | | Starting with version 2.3, the previously refactored *TinyB* has been removed completely. Motivation was lack of detailed Bluetooth support, inclusive increasing diversion with *Direct-BT*. Furthermore, work is underway for `BLE slave periphal and GATT server` support and its mapping to *BlueZ D-Bus* is questionable and would be resource intensive. Java API changed as follows: - Objects no more Clonable - Removed dead unsupported code - Removed deprecated code - Added 'GattCharPropertySet', representing property bit mask for BTGattChar, replacing the string array. | ||||
* | Have BTFactory.main(..) show version info and available adapter, also ↵ | Sven Gothel | 2021-01-27 | 1 | -1/+1 |
| | | | | | | whether jaulib is used or not; BTFactory: Shorten names (API) direct_bt.jar: Don't use jaulib.jar in its Class-Path (manifest) | ||||
* | Adapt to jaulib changes: Jar naming convention (dash, not underscore for ↵ | Sven Gothel | 2021-01-26 | 1 | -0/+46 |
extras) ..; direct-bt-fat* includes jaulib-fat (standalone) direct-bt-fat.jar is with Tinyb direct-bt-fat2.jar is ex Tinyb (merely testing size and encapsulation) |