summaryrefslogtreecommitdiff
path: root/noncore/net/opietooth/manager/bluebase.cpp
Side-by-side diff
Diffstat (limited to 'noncore/net/opietooth/manager/bluebase.cpp') (more/less context) (ignore whitespace changes)
-rw-r--r--noncore/net/opietooth/manager/bluebase.cpp12
1 files changed, 2 insertions, 10 deletions
diff --git a/noncore/net/opietooth/manager/bluebase.cpp b/noncore/net/opietooth/manager/bluebase.cpp
index b31e14f..d3abb54 100644
--- a/noncore/net/opietooth/manager/bluebase.cpp
+++ b/noncore/net/opietooth/manager/bluebase.cpp
@@ -297,19 +297,11 @@ void BlueBase::startServiceActionHold( QListViewItem * item, const QPoint & poin
switch(ret) {
case -1:
break;
- case 0:
+ case 2:
addServicesToDevice( (BTDeviceItem*)item );
break;
- case 1:
- break;
-
- // NO need to, since hcid does that on the fly
- // case 2:
- // make connection
- //m_localDevice->connectTo( ((BTDeviceItem*)item)->mac() );
- //break;
- case 3:
+ case 4:
// deletes childs too
delete item;
break;