@ -6,7 +6,9 @@ Originally it was introduced around 2008 in SUSE, but it was not included in the
Due to the major API change from Bluez4 to Bluez5 in Linux it was necessary to completely rewrite most of the applications while adding new and removing old parts of the functionality that were obsoleted.
Due to the major API change from Bluez4 to Bluez5 in Linux it was necessary to completely rewrite most of the applications while adding new and removing old parts of the functionality that were obsoleted.
Lack of devices for testing and differences in hardware standards make testing even more difficult and suggest unexpected behavior and issues. Please test and report back so that we can improve the application and its components.
Lack of devices for testing and differences in hardware standards make testing even more difficult and suggest unexpected behavior and issues.
Please test and report back so that we can improve the application and its components.
# Applications and libraries
# Applications and libraries
@ -20,7 +22,7 @@ This is the main application that provides the main functionality.
* Allows to configure bluetooth adapters and devices.
* Allows to configure bluetooth adapters and devices.
* User must be member of group netdev for /dev/rfkill access. This is required to make BT adapter switch on/off to work.
* User must be member of group netdev for `/dev/rfkill` access. This is required to make BT adapter switch on/off to work.
* pulseaudio-module-bluetooth needs to be installed for a2dp to work
* pulseaudio-module-bluetooth needs to be installed for a2dp to work
@ -66,19 +68,22 @@ It provides agent for authentication utilizing several DBus interfaces.
This can be seen as third party application that can be started as stand alone application or by tdebluez.
This can be seen as third party application that can be started as stand alone application or by tdebluez.
It provides Obex FTP, OPP, Message Access, PSE.
It provides Obex FTP, OPP, Message Access, PSE.
* FTP is working per default in ~/Download directory.
* FTP is working per default in `~/Download` directory.
If you want to change this, open .trinity/share/config/tdebluezrc and add/modify entry
If you want to change this, open `.trinity/share/config/tdebluezrc` and add/modify entry
downloadDir=Downloads
`downloadDir=Downloads`
You can use absolute or relative path. Both absolute and relative can be used, but relative paths are assumed to be relative to user $HOME folder. Default $HOME/Downloads.
You can use absolute or relative path. Both absolute and relative can be used, but relative paths are assumed to be relative to user `$HOME` folder. Default `$HOME/Downloads`.
## openobex
## openobex
This is third party library providing functionality for SyncML like used in SyncEvolution. Please, note that only v1.5 works. v1.7 is broken.
This is third party library providing functionality for SyncML like used in SyncEvolution.
Please, note that v1.7 is broken and only v1.5 works.
# Configuration
# Configuration
The configuration file is `~/.trinity/share/config/tdebluezrc`
The configuration file is `~/.trinity/share/config/tdebluezrc`