From c4f82599db775f52c7e04cce09c7c45ecc89ccfd Mon Sep 17 00:00:00 2001 From: korovkin Date: Sat, 25 Mar 2006 18:10:13 +0000 Subject: Added RFCOMM binding table functionality. --- (limited to 'noncore/net/opietooth/manager/rfcpopup.cpp') diff --git a/noncore/net/opietooth/manager/rfcpopup.cpp b/noncore/net/opietooth/manager/rfcpopup.cpp index 7711f0a..04da19f 100644 --- a/noncore/net/opietooth/manager/rfcpopup.cpp +++ b/noncore/net/opietooth/manager/rfcpopup.cpp @@ -105,7 +105,8 @@ void RfcCommPopup::slotBind() { RfcommAssignDialog rfcommAssign ( this, "RfcommAssignDialog", true, WStyle_ContextHelp ); - rfcommAssign.newDevice( m_item->mac() ); + rfcommAssign.newDevice( m_item->mac(), + m_service.protocolDescriptorList().last().port()); if ( QPEApplication::execDialog( &rfcommAssign ) == QDialog::Accepted ) { -- cgit v0.9.0.2