summaryrefslogtreecommitdiff
Side-by-side diff
Diffstat (more/less context) (ignore whitespace changes)
-rw-r--r--noncore/net/opietooth/manager/bluebase.cpp35
1 files changed, 26 insertions, 9 deletions
diff --git a/noncore/net/opietooth/manager/bluebase.cpp b/noncore/net/opietooth/manager/bluebase.cpp
index 598ce16..d2854a1 100644
--- a/noncore/net/opietooth/manager/bluebase.cpp
+++ b/noncore/net/opietooth/manager/bluebase.cpp
@@ -145,2 +145,5 @@ void BlueBase::writeConfig() {
+/**
+ * Modify the hcid.conf file to our needs
+ */
void BlueBase::writeToHciConfig() {
@@ -150,6 +153,2 @@ void BlueBase::writeToHciConfig() {
hciconf.setPinHelper( "/bin/QtPalmtop/bin/blue-pin" );
-
-
- // hciconf->setPinHelper( "/bin/QtPalmtop/bin/blue-pin" );
-
hciconf.setName( m_deviceName );
@@ -176,2 +175,3 @@ void BlueBase::readSavedDevices() {
+
/**
@@ -279,2 +279,3 @@ void BlueBase::startServiceActionClicked( QListViewItem */*item*/ ) {
+
/**
@@ -315,3 +316,4 @@ void BlueBase::startServiceActionHold( QListViewItem * item, const QPoint & poin
}
- /**
+
+ /*
* We got service sensitive PopupMenus in our factory
@@ -365,6 +367,7 @@ void BlueBase::startServiceActionHold( QListViewItem * item, const QPoint & poin
- /**
- * Search and display avail. services for a device (on expand from device listing)
- *
- */
+
+/**
+ * Search and display avail. services for a device (on expand from device listing)
+ * @param item the service item returned
+ */
void BlueBase::addServicesToDevice( BTDeviceItem * item ) {
@@ -432,3 +435,11 @@ void BlueBase::addConnectedDevices() {
+/**
+ * This adds the found connections to the connection tab.
+ * @param connectionList the ValueList with all current connections
+ */
void BlueBase::addConnectedDevices( ConnectionState::ValueList connectionList ) {
+
+ // clear the ListView first
+ ListView4->clear();
+
QValueList<OpieTooth::ConnectionState>::Iterator it;
@@ -451,4 +462,6 @@ void BlueBase::addConnectedDevices( ConnectionState::ValueList connectionList )
+
/**
* Find out if a device can currently be reached
+ * @param device
*/
@@ -460,2 +473,3 @@ void BlueBase::deviceActive( const RemoteDevice &device ) {
+
/**
@@ -485,2 +499,3 @@ void BlueBase::deviceActive( const QString& device, bool connected ) {
+
/**
@@ -505,2 +520,3 @@ void BlueBase::setInfo() {
+
/**
@@ -513,2 +529,3 @@ BlueBase::~BlueBase() {
+
/**