diff options
author | Sven Gothel <[email protected]> | 2021-08-31 04:41:54 +0200 |
---|---|---|
committer | Sven Gothel <[email protected]> | 2021-08-31 04:41:54 +0200 |
commit | aef10f3cdec0fd698cfa7d913725b40d1513ce30 (patch) | |
tree | e36d6b2796e40c5d4f40e66d9cbb6b7259bd42f6 /java_fat/manifest-fat2.txt.in | |
parent | 99ddbcee148144b3593adf4440d3fa3d06f229ab (diff) |
Direct-BT: Remove TinyB and Cleanup Java API (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.
Diffstat (limited to 'java_fat/manifest-fat2.txt.in')
-rw-r--r-- | java_fat/manifest-fat2.txt.in | 43 |
1 files changed, 0 insertions, 43 deletions
diff --git a/java_fat/manifest-fat2.txt.in b/java_fat/manifest-fat2.txt.in deleted file mode 100644 index 70ba4dc2..00000000 --- a/java_fat/manifest-fat2.txt.in +++ /dev/null @@ -1,43 +0,0 @@ -Manifest-Version: 1.0 -Bundle-Date: @BUILD_TSTAMP@ -Bundle-ManifestVersion: 2 -Bundle-Name: org.direct_bt -Bundle-SymbolicName: org.direct_bt -Bundle-Version: @VERSION_SHORT@ -Export-Package: org.direct_bt -Require-Capability: osgi.ee;filter:="(&(osgi.ee=JavaSE)(version=1.9))" -Package-Title: org.direct_bt -Package-Vendor: Gothel Software -Package-Version: @VERSION_SHORT@ -Specification-Title: Direct-BT Jaulib Fat -Specification-Vendor: Gothel Software -Specification-Version: @VERSION_API@ -Implementation-Title: Direct-BT Jaulib Fat (ex TinyB) -Implementation-Vendor: Gothel Software -Implementation-Version: @VERSION@ -Implementation-Commit: @VERSION_SHA1@ -Implementation-URL: http://www.jausoft.com/ -Extension-Name: org.direct_bt -Trusted-Library: true -Permissions: all-permissions -Application-Library-Allowable-Codebase: * -Main-Class: org.direct_bt.BTFactory - -Name: org/jau -Sealed: true - -Name: jau/util -Sealed: true - -Name: jau/sys -Sealed: true - -Name: jau/pkg -Sealed: true - -Name: org/direct_bt/ -Sealed: true - -Name: jau/direct_bt/ -Sealed: true - |