summaryrefslogtreecommitdiffstats
path: root/README.md
diff options
context:
space:
mode:
Diffstat (limited to 'README.md')
-rw-r--r--README.md18
1 files changed, 12 insertions, 6 deletions
diff --git a/README.md b/README.md
index 182ad46..921fa89 100644
--- a/README.md
+++ b/README.md
@@ -13,6 +13,8 @@ Please test and report back so that we can improve the application and its compo
# Applications and libraries
+You can install the package tdebluez-api-doc and use the API documentation online. There you will find information on the libraries tdebluez and tdeobex.
+
## tdebluez
This is the main application that provides the main functionality.
@@ -261,14 +263,14 @@ Please note that some IDs conflict with each other and can not be used together.
# Known issues
Please report back your experience, so that we can improve the code.
-* At the moment support for only one adapter was tested.
+* At the moment there is issue when pairing two devices with same name.
* Due to lack of HID devices, the code was tested only with
** mobile phones (Android, Sailfish OS)
-** headset
+** head sets
** head phones
-* The ioslaves support only file/directory listing.
+* The ioslaves support only file/directory listing. [**broken**]
# Improvements
## 14.1 TODO List
@@ -281,9 +283,13 @@ Please report back your experience, so that we can improve the code.
2. flip the mouse press button on the tray icon [**done**]
3. fix the wizard when pairing (test with Android phone and non Android also with Headsets) [**done**]
4. add some logic so that sub-processes are killed in case tdebluez crashes [**done**]
-5. add obexFTP/OPP support
+5. add obexFTP/OPP support [**14.2**]
6. add support for multiple adapters [**done**]
-7. add autoconnect option
-8. Port the UUID logic from https://codebrowser.dev/qt5/qtconnectivity/src/bluetooth/qbluetoothuuid.h.html
+7. add autoconnect option [**14.2**]
+8. Port the UUID logic from https://codebrowser.dev/qt5/qtconnectivity/src/bluetooth/qbluetoothuuid.h.html [**14.2**]
+## 14.2 TODO List
+1. add obexFTP/OPP support
+2. add autoconnect option
+3. Port the UUID logic from https://codebrowser.dev/qt5/qtconnectivity/src/bluetooth/qbluetoothuuid.h.html