Symbian3/Examples/guid-6013a680-57f9-415b-8851-c4fa63356636/panconnection_8cpp-source.html
changeset 1 25a17d01db0c
--- /dev/null	Thu Jan 01 00:00:00 1970 +0000
+++ b/Symbian3/Examples/guid-6013a680-57f9-415b-8851-c4fa63356636/panconnection_8cpp-source.html	Fri Jan 22 18:26:19 2010 +0000
@@ -0,0 +1,1014 @@
+<!DOCTYPE HTML PUBLIC "-//W3C//DTD HTML 4.01 Transitional//EN">
+<html><head><meta http-equiv="Content-Type" content="text/html;charset=UTF-8">
+<title>TB10.1 Example Applications: examples/Bluetooth/BTExample1/src/panconnection.cpp Source File</title>
+<link href="doxygen.css" rel="stylesheet" type="text/css">
+<link href="tabs.css" rel="stylesheet" type="text/css">
+</head><body>
+<!-- Generated by Doxygen 1.5.3 -->
+<h1>examples/Bluetooth/BTExample1/src/panconnection.cpp</h1><div class="fragment"><pre class="fragment"><a name="l00001"></a>00001 <span class="comment">// Copyright (c) 2006-2009 Nokia Corporation and/or its subsidiary(-ies).</span>
+<a name="l00002"></a>00002 <span class="comment">// All rights reserved.</span>
+<a name="l00003"></a>00003 <span class="comment">// This component and the accompanying materials are made available</span>
+<a name="l00004"></a>00004 <span class="comment">// under the terms of "Eclipse Public License v1.0"</span>
+<a name="l00005"></a>00005 <span class="comment">// which accompanies this distribution, and is available</span>
+<a name="l00006"></a>00006 <span class="comment">// at the URL "http://www.eclipse.org/legal/epl-v10.html".</span>
+<a name="l00007"></a>00007 <span class="comment">//</span>
+<a name="l00008"></a>00008 <span class="comment">// Initial Contributors:</span>
+<a name="l00009"></a>00009 <span class="comment">// Nokia Corporation - initial contribution.</span>
+<a name="l00010"></a>00010 <span class="comment">//</span>
+<a name="l00011"></a>00011 <span class="comment">// Contributors:</span>
+<a name="l00012"></a>00012 <span class="comment">//</span>
+<a name="l00013"></a>00013 <span class="comment">// Description:</span>
+<a name="l00014"></a>00014 <span class="comment">//</span>
+<a name="l00015"></a>00015 
+<a name="l00016"></a>00016 
+<a name="l00017"></a>00017 <span class="preprocessor">#include &lt;e32cons.h&gt;</span>
+<a name="l00018"></a>00018 <span class="preprocessor">#include &lt;comms-infras/nifif.h&gt;</span>
+<a name="l00019"></a>00019 <span class="preprocessor">#include &lt;comms-infras/nifagt.h&gt;</span>
+<a name="l00020"></a>00020 <span class="preprocessor">#include &lt;panprog.h&gt;</span>
+<a name="l00021"></a>00021 <span class="preprocessor">#include &lt;panctrl.h&gt;</span>
+<a name="l00022"></a>00022 <span class="preprocessor">#include &lt;commbbconnpref.h&gt;</span>
+<a name="l00023"></a>00023 <span class="preprocessor">#include &lt;bt_sock.h&gt;</span>
+<a name="l00024"></a>00024 <span class="preprocessor">#include &lt;es_sock.h&gt;</span>
+<a name="l00025"></a>00025 <span class="preprocessor">#include &lt;in_sock.h&gt;</span>
+<a name="l00026"></a>00026 <span class="preprocessor">#include &lt;c32comm.h&gt;</span>
+<a name="l00027"></a>00027 
+<a name="l00028"></a>00028 
+<a name="l00029"></a>00029 <span class="preprocessor">#include "panconnection.h"</span>
+<a name="l00030"></a>00030 <span class="preprocessor">#include "gameconstants.h"</span>
+<a name="l00031"></a>00031 
+<a name="l00032"></a>00032 
+<a name="l00033"></a>00033 
+<a name="l00037"></a><a class="code" href="class_c_pan_connections.html#b3d65eba7c9b59bc2bf952a7e881a626">00037</a> <a class="code" href="class_c_pan_connections.html">CPanConnections</a>* <a class="code" href="class_c_pan_connections.html#b3d65eba7c9b59bc2bf952a7e881a626">CPanConnections::NewL</a>(CConsoleBase &amp; aConsole)
+<a name="l00038"></a>00038         {
+<a name="l00039"></a>00039         <a class="code" href="class_c_pan_connections.html">CPanConnections</a>* <span class="keyword">self</span> = <span class="keyword">new</span> <a class="code" href="class_c_pan_connections.html">CPanConnections</a>(aConsole);
+<a name="l00040"></a>00040         <span class="keywordflow">return</span> <span class="keyword">self</span>;
+<a name="l00041"></a>00041         }
+<a name="l00042"></a>00042 
+<a name="l00046"></a>00046 CPanConnections::CPanConnections(CConsoleBase &amp; aConsole) 
+<a name="l00047"></a>00047         : CActive(EPriorityNormal),
+<a name="l00048"></a>00048         <a class="code" href="class_c_pan_connections.html#418dc0f90e99ec9637d9c1831044af04">iIapStarted</a>(EFalse), 
+<a name="l00049"></a>00049         iActivePanConn(KErrNotFound), 
+<a name="l00050"></a>00050         iConsole(aConsole), 
+<a name="l00051"></a>00051         iRemoteIpAddr(0)
+<a name="l00052"></a>00052         {       
+<a name="l00053"></a>00053         CActiveScheduler::Add(<span class="keyword">this</span>);
+<a name="l00054"></a>00054         }
+<a name="l00055"></a>00055 
+<a name="l00059"></a><a class="code" href="class_c_pan_connections.html#6f1e2360d9b792b4eb67233dd0757d41">00059</a> <a class="code" href="class_c_pan_connections.html#6f1e2360d9b792b4eb67233dd0757d41">CPanConnections::~CPanConnections</a>()
+<a name="l00060"></a>00060         {
+<a name="l00061"></a>00061 
+<a name="l00062"></a>00062         <span class="keywordflow">for</span> (TInt i=0; i &lt; iSocketArray.Count();i++)
+<a name="l00063"></a>00063                 {
+<a name="l00064"></a>00064                 iSocketArray[i].Close();
+<a name="l00065"></a>00065                 }       
+<a name="l00066"></a>00066         iSocketArray.Close();
+<a name="l00067"></a>00067         iSocket.Close();
+<a name="l00068"></a>00068         
+<a name="l00069"></a>00069         <span class="keywordflow">if</span> (<a class="code" href="class_c_pan_connections.html#418dc0f90e99ec9637d9c1831044af04">iIapStarted</a> != EFalse)
+<a name="l00070"></a>00070                 {
+<a name="l00071"></a>00071                 iConnection.Stop();
+<a name="l00072"></a>00072                 iConnection.Close();
+<a name="l00073"></a>00073                 <a class="code" href="class_c_pan_connections.html#418dc0f90e99ec9637d9c1831044af04">iIapStarted</a> = EFalse;
+<a name="l00074"></a>00074                 }
+<a name="l00075"></a>00075         
+<a name="l00076"></a>00076         <a class="code" href="class_c_pan_connections.html#16aec88b4b1dc3032457bb71b4534b5d">iIapLoading</a> = EFalse;
+<a name="l00077"></a>00077 
+<a name="l00078"></a>00078         iActiveConnections.Close();
+<a name="l00079"></a>00079         iSockSvr.Close();
+<a name="l00080"></a>00080         iSdp.Close();
+<a name="l00081"></a>00081         iSdpdb.Close();
+<a name="l00082"></a>00082         
+<a name="l00083"></a>00083 
+<a name="l00084"></a>00084 
+<a name="l00085"></a>00085         }
+<a name="l00086"></a>00086 
+<a name="l00090"></a>00090 TInt CPanConnections::Initialise()
+<a name="l00091"></a>00091         {
+<a name="l00092"></a>00092         
+<a name="l00093"></a>00093 <span class="preprocessor">        #if defined (__WINS__)</span>
+<a name="l00094"></a>00094 <span class="preprocessor"></span>                _LIT(KPDDName, <span class="stringliteral">"ECDRV"</span>);
+<a name="l00095"></a>00095 <span class="preprocessor">        #else           </span>
+<a name="l00096"></a>00096 <span class="preprocessor"></span>                _LIT(KPDDName, <span class="stringliteral">"EUART1"</span>);               
+<a name="l00097"></a>00097 <span class="preprocessor">        #endif</span>
+<a name="l00098"></a>00098 <span class="preprocessor"></span>                _LIT(KLDDName, <span class="stringliteral">"ECOMM"</span>);        
+<a name="l00099"></a>00099         TInt rerr = KErrNone;
+<a name="l00100"></a>00100         rerr = StartC32();<span class="comment">// For any Serial comms</span>
+<a name="l00101"></a>00101         <span class="comment">// Load required drivers</span>
+<a name="l00102"></a>00102         rerr = User::LoadPhysicalDevice(KPDDName);
+<a name="l00103"></a>00103         <span class="keywordflow">if</span>(rerr != KErrNone &amp;&amp; rerr != KErrAlreadyExists)
+<a name="l00104"></a>00104                 {
+<a name="l00105"></a>00105                 <span class="keywordflow">return</span> rerr;
+<a name="l00106"></a>00106                 }
+<a name="l00107"></a>00107                 
+<a name="l00108"></a>00108         rerr = User::LoadLogicalDevice(KLDDName);
+<a name="l00109"></a>00109         <span class="keywordflow">if</span>(rerr != KErrNone &amp;&amp; rerr != KErrAlreadyExists)
+<a name="l00110"></a>00110                 {
+<a name="l00111"></a>00111                 <span class="keywordflow">return</span> rerr;
+<a name="l00112"></a>00112                 }
+<a name="l00113"></a>00113 
+<a name="l00114"></a>00114         rerr = iSockSvr.Connect();
+<a name="l00115"></a>00115         <span class="keywordflow">if</span>(rerr)
+<a name="l00116"></a>00116                 {
+<a name="l00117"></a>00117                 <span class="keywordflow">return</span> rerr;
+<a name="l00118"></a>00118                 }
+<a name="l00119"></a>00119 
+<a name="l00120"></a>00120         TProtocolDesc iProtocolInfo;
+<a name="l00121"></a>00121         TRequestStatus status;
+<a name="l00122"></a>00122 
+<a name="l00123"></a>00123         rerr = iSockSvr.FindProtocol(_L(<span class="stringliteral">"L2CAP"</span>), iProtocolInfo);
+<a name="l00124"></a>00124         <span class="keywordflow">if</span>(rerr)
+<a name="l00125"></a>00125                 {
+<a name="l00126"></a>00126                 <span class="keywordflow">return</span> rerr;
+<a name="l00127"></a>00127                 }
+<a name="l00128"></a>00128         <span class="comment">// After Socket server is connected, start L2CAP protocol</span>
+<a name="l00129"></a>00129         iSockSvr.StartProtocol(iProtocolInfo.iAddrFamily, iProtocolInfo.iSockType, iProtocolInfo.iProtocol, status);
+<a name="l00130"></a>00130         User::WaitForRequest(status);
+<a name="l00131"></a>00131         <span class="comment">// Register SDP record.</span>
+<a name="l00132"></a>00132         TRAP(rerr, RegisterSdpL());
+<a name="l00133"></a>00133         
+<a name="l00134"></a>00134         <span class="keywordflow">return</span> rerr;
+<a name="l00135"></a>00135         }
+<a name="l00136"></a>00136 
+<a name="l00137"></a>00137 <span class="keywordtype">void</span> CPanConnections::RegisterSdpL()
+<a name="l00138"></a>00138         {
+<a name="l00139"></a>00139         User::LeaveIfError(iSdp.Connect());
+<a name="l00140"></a>00140         User::LeaveIfError(iSdpdb.Open(iSdp));
+<a name="l00141"></a>00141                 
+<a name="l00142"></a>00142         TSdpServRecordHandle handle = 0;
+<a name="l00143"></a>00143                 
+<a name="l00144"></a>00144         <span class="keywordflow">switch</span> (iLocalRole)
+<a name="l00145"></a>00145                 {
+<a name="l00146"></a>00146                 <span class="keywordflow">case</span> KPanUUUID:
+<a name="l00147"></a>00147                         iSdpdb.CreateServiceRecordL(KPanUUUID, handle);
+<a name="l00148"></a>00148                 <span class="keywordflow">break</span>;
+<a name="l00149"></a>00149                 
+<a name="l00150"></a>00150                 <span class="keywordflow">case</span> KPanGnUUID:
+<a name="l00151"></a>00151                         iSdpdb.CreateServiceRecordL(KPanGnUUID, handle);
+<a name="l00152"></a>00152                 <span class="keywordflow">break</span>;
+<a name="l00153"></a>00153                 
+<a name="l00154"></a>00154                 <span class="keywordflow">default</span>:
+<a name="l00155"></a>00155                         iSdpdb.CreateServiceRecordL(KPanUUUID, handle);
+<a name="l00156"></a>00156                 <span class="keywordflow">break</span>;
+<a name="l00157"></a>00157                 }
+<a name="l00158"></a>00158         
+<a name="l00159"></a>00159                 
+<a name="l00160"></a>00160         <span class="comment">// A list of protocols supported</span>
+<a name="l00161"></a>00161         CSdpAttrValueDES* protocols = CSdpAttrValueDES::NewDESL(0);
+<a name="l00162"></a>00162         CleanupStack::PushL(protocols);
+<a name="l00163"></a>00163                 protocols
+<a name="l00164"></a>00164                 -&gt;StartListL()
+<a name="l00165"></a>00165                         -&gt;BuildDESL()
+<a name="l00166"></a>00166                         -&gt;StartListL()
+<a name="l00167"></a>00167                                 -&gt;BuildUUIDL(KL2CAPUUID)
+<a name="l00168"></a>00168                                 -&gt;BuildUUIDL(KBnepUUID)
+<a name="l00169"></a>00169                                 -&gt;BuildUUIDL(KIpUUID)
+<a name="l00170"></a>00170                                 -&gt;BuildUUIDL(KTcpUUID) 
+<a name="l00171"></a>00171                         -&gt;EndListL()
+<a name="l00172"></a>00172                         
+<a name="l00173"></a>00173                 -&gt;EndListL();
+<a name="l00174"></a>00174                 
+<a name="l00175"></a>00175                 
+<a name="l00176"></a>00176         iSdpdb.UpdateAttributeL(handle, KSdpAttrIdProtocolDescriptorList,*protocols);
+<a name="l00177"></a>00177         CleanupStack::PopAndDestroy(protocols);
+<a name="l00178"></a>00178                 
+<a name="l00179"></a>00179         <span class="comment">// Service Name attribute, a universal attribute that defines the name of this service.</span>
+<a name="l00180"></a>00180         iSdpdb.UpdateAttributeL(handle, KSdpAttrIdServiceName, KServiceName);
+<a name="l00181"></a>00181         <span class="comment">// Service description attribute</span>
+<a name="l00182"></a>00182         iSdpdb.UpdateAttributeL(handle, KSdpAttrIdServiceDescription, KServiceDescription);                     
+<a name="l00183"></a>00183         
+<a name="l00184"></a>00184         }
+<a name="l00185"></a>00185 
+<a name="l00186"></a>00186 
+<a name="l00190"></a>00190 <span class="keywordtype">void</span> CPanConnections::IapStarted()
+<a name="l00191"></a>00191         {               
+<a name="l00192"></a>00192         TInt rerr;
+<a name="l00193"></a>00193         <span class="keywordflow">if</span> (!<a class="code" href="class_c_pan_connections.html#16aec88b4b1dc3032457bb71b4534b5d">iIapLoading</a>)
+<a name="l00194"></a>00194                 {
+<a name="l00195"></a>00195 
+<a name="l00196"></a>00196                 }
+<a name="l00197"></a>00197         
+<a name="l00198"></a>00198         <a class="code" href="class_c_pan_connections.html#16aec88b4b1dc3032457bb71b4534b5d">iIapLoading</a> = EFalse;
+<a name="l00199"></a>00199         <a class="code" href="class_c_pan_connections.html#418dc0f90e99ec9637d9c1831044af04">iIapStarted</a> = ETrue;
+<a name="l00200"></a>00200         <span class="comment">// Open TCP socket with interface to existing RConnection</span>
+<a name="l00201"></a>00201 
+<a name="l00202"></a>00202         <span class="keywordflow">if</span> (iUseTcpTransport)
+<a name="l00203"></a>00203                 {
+<a name="l00204"></a>00204                 rerr = iSocket.Open(iSockSvr, KAfInet, KSockStream, KProtocolInetTcp, iConnection);
+<a name="l00205"></a>00205                 }
+<a name="l00206"></a>00206         <span class="keywordflow">else</span>
+<a name="l00207"></a>00207                 {
+<a name="l00208"></a>00208                 <span class="comment">// User wants a UDP socket</span>
+<a name="l00209"></a>00209                 rerr = iSocket.Open(iSockSvr, KAfInet, KSockDatagram, KProtocolInetUdp, iConnection);
+<a name="l00210"></a>00210                 }
+<a name="l00211"></a>00211                 
+<a name="l00212"></a>00212         <span class="keywordflow">if</span> (rerr != KErrNone)
+<a name="l00213"></a>00213                 {
+<a name="l00214"></a>00214                 <span class="keywordflow">return</span>;
+<a name="l00215"></a>00215                 }
+<a name="l00216"></a>00216         <span class="comment">// Start TCP connection sequence                        </span>
+<a name="l00217"></a>00217         <span class="keywordflow">if</span> (<a class="code" href="class_c_pan_connections.html#08eeb95689dc6653b48bf55b9cd14381">iListening</a> &amp;&amp; iUseTcpTransport)
+<a name="l00218"></a>00218                 {
+<a name="l00219"></a>00219                 <a class="code" href="class_c_pan_connections.html#0cab5de7e4afe736c2469735640ec1ba">TcpIpBindAndListen</a>();
+<a name="l00220"></a>00220                 <a class="code" href="class_c_pan_connections.html#2487d17afe967008336124ab48a744ff">AcceptNewSocket</a>();
+<a name="l00221"></a>00221                 }
+<a name="l00222"></a>00222         <span class="comment">// If we are a UDP socket then bind, a wait is required </span>
+<a name="l00223"></a>00223         <span class="keywordflow">if</span> (!iUseTcpTransport)
+<a name="l00224"></a>00224                 {
+<a name="l00225"></a>00225                 TInt duration;
+<a name="l00226"></a>00226                 <span class="keywordflow">if</span> (iLocalRole == (TUint32)KPanGnUUID)
+<a name="l00227"></a>00227                         {
+<a name="l00228"></a>00228                         duration = 4000000;
+<a name="l00229"></a>00229                         }
+<a name="l00230"></a>00230                 <span class="keywordflow">else</span> 
+<a name="l00231"></a>00231                         {
+<a name="l00232"></a>00232                         duration = 6000000;
+<a name="l00233"></a>00233                         }
+<a name="l00234"></a>00234                         
+<a name="l00235"></a>00235                 RTimer timer;
+<a name="l00236"></a>00236                 TRequestStatus status;
+<a name="l00237"></a>00237                 timer.CreateLocal();
+<a name="l00238"></a>00238                 timer.After(status, duration);
+<a name="l00239"></a>00239                 User::WaitForRequest(status);
+<a name="l00240"></a>00240                 timer.Close();
+<a name="l00241"></a>00241                 rerr = <a class="code" href="class_c_pan_connections.html#1f957a9c996254f7d243f3157497e3a8">UdpBind</a>();
+<a name="l00242"></a>00242                 <span class="keywordflow">if</span> (iLocalRole == (TUint32)KPanGnUUID)
+<a name="l00243"></a>00243                         {
+<a name="l00244"></a>00244                         ReceiveRemoteName();
+<a name="l00245"></a>00245                         }
+<a name="l00246"></a>00246                 <span class="keywordflow">else</span>
+<a name="l00247"></a>00247                         {
+<a name="l00248"></a>00248                 
+<a name="l00249"></a>00249                         TPckgBuf&lt;TInt&gt; buff = 1;
+<a name="l00250"></a>00250                         TRequestStatus status;
+<a name="l00251"></a>00251                         TInetAddr addr(KDealerIpAddr,KGenericPort);
+<a name="l00252"></a>00252                         iSocket.SendTo(buff, addr, 0, status);
+<a name="l00253"></a>00253                         User::WaitForRequest(status); 
+<a name="l00254"></a>00254                         iConsole.Printf(_L(<span class="stringliteral">"\nJoined the PAN, press ENTER to continue..."</span>));
+<a name="l00255"></a>00255                         }
+<a name="l00256"></a>00256                         
+<a name="l00257"></a>00257                 
+<a name="l00258"></a>00258                 }
+<a name="l00259"></a>00259                 
+<a name="l00260"></a>00260 
+<a name="l00261"></a>00261         }
+<a name="l00262"></a>00262 
+<a name="l00263"></a>00263 
+<a name="l00268"></a><a class="code" href="class_c_pan_connections.html#d3dc3627a7c944f0ffa82caa9f024166">00268</a> <span class="keywordtype">void</span> <a class="code" href="class_c_pan_connections.html#d3dc3627a7c944f0ffa82caa9f024166">CPanConnections::RunL</a>()
+<a name="l00269"></a>00269         {
+<a name="l00270"></a>00270         <span class="comment">// Something wrong with RConnection start</span>
+<a name="l00271"></a>00271         <span class="keywordflow">if</span> (iStatus != KErrNone)
+<a name="l00272"></a>00272                 {
+<a name="l00273"></a>00273                 <span class="comment">// PRINT SOMETHING HERE</span>
+<a name="l00274"></a>00274                                 iConsole.Printf(_L(<span class="stringliteral">"\nError eith iStatus : %d\n"</span>), iStatus.Int());
+<a name="l00275"></a>00275                 }
+<a name="l00276"></a>00276         <span class="keywordflow">else</span>
+<a name="l00277"></a>00277                 {
+<a name="l00278"></a>00278                 <span class="keywordflow">switch</span> (iActiveMode)
+<a name="l00279"></a>00279                         {
+<a name="l00280"></a>00280                         <span class="keywordflow">case</span> EIAPStart:
+<a name="l00281"></a>00281                                 <span class="comment">// Start the IAP</span>
+<a name="l00282"></a>00282                                 IapStarted();
+<a name="l00283"></a>00283                         <span class="keywordflow">break</span>;
+<a name="l00284"></a>00284                 
+<a name="l00285"></a>00285                         <span class="keywordflow">case</span> ESocketAccept:
+<a name="l00286"></a>00286                                 TcpIpListenComplete();
+<a name="l00287"></a>00287                         <span class="keywordflow">break</span>;
+<a name="l00288"></a>00288                         
+<a name="l00289"></a>00289                         <span class="keywordflow">case</span> ESocketConnect:
+<a name="l00290"></a>00290                                 TcpIpConnectionComplete();
+<a name="l00291"></a>00291                         <span class="keywordflow">break</span>;
+<a name="l00292"></a>00292                 
+<a name="l00293"></a>00293                         <span class="keywordflow">case</span> EUdpReceive:
+<a name="l00294"></a>00294                                 iRemoteNames.AppendL(iRemoteName);
+<a name="l00295"></a>00295                                 iConsole.Printf(_L(<span class="stringliteral">"\nReady to connect another device"</span>));
+<a name="l00296"></a>00296                         <span class="keywordflow">break</span>;
+<a name="l00297"></a>00297                 
+<a name="l00298"></a>00298                         <span class="keywordflow">default</span>:
+<a name="l00299"></a>00299                         <span class="keywordflow">break</span>;
+<a name="l00300"></a>00300                         }
+<a name="l00301"></a>00301 
+<a name="l00302"></a>00302                 }
+<a name="l00303"></a>00303 
+<a name="l00304"></a>00304         }
+<a name="l00305"></a>00305 
+<a name="l00310"></a><a class="code" href="class_c_pan_connections.html#2451289abf1a401dc5d343afa4eeaf86">00310</a> <span class="keywordtype">void</span> <a class="code" href="class_c_pan_connections.html#2451289abf1a401dc5d343afa4eeaf86">CPanConnections::DoCancel</a>()
+<a name="l00311"></a>00311         {
+<a name="l00312"></a>00312         <a class="code" href="class_c_pan_connections.html#f442c51cea29f54570235995428a7bcb">CancelIap</a>();
+<a name="l00313"></a>00313         }
+<a name="l00314"></a>00314                 
+<a name="l00315"></a>00315 
+<a name="l00316"></a>00316 
+<a name="l00317"></a>00317 
+<a name="l00321"></a><a class="code" href="class_c_pan_connections.html#34c21dab326042522928cc4796c92df2">00321</a> TInt <a class="code" href="class_c_pan_connections.html#34c21dab326042522928cc4796c92df2">CPanConnections::StartConnection</a>(TBTDevAddr* aDevAddr, TBool aUsePANNotifier, TBool aUseTcpTransport)
+<a name="l00322"></a>00322         {
+<a name="l00323"></a>00323         TInt err = KErrNone;
+<a name="l00324"></a>00324         iUseTcpTransport = aUseTcpTransport;
+<a name="l00325"></a>00325         
+<a name="l00326"></a>00326         <span class="comment">// Check if there is an existing IAP.</span>
+<a name="l00327"></a>00327         <span class="keywordflow">if</span>(<a class="code" href="class_c_pan_connections.html#16aec88b4b1dc3032457bb71b4534b5d">iIapLoading</a> == EFalse &amp;&amp; <a class="code" href="class_c_pan_connections.html#418dc0f90e99ec9637d9c1831044af04">iIapStarted</a> == EFalse)
+<a name="l00328"></a>00328                 {
+<a name="l00329"></a>00329                 <span class="comment">// No existing connection so configure IAP in CommDb and start IAP,</span>
+<a name="l00330"></a>00330                 <span class="comment">// this is done by overriding RConnection's preferences with our IAP</span>
+<a name="l00331"></a>00331                 <span class="comment">// information</span>
+<a name="l00332"></a>00332                 TRAP(err, ConfigureIAPL(ETrue, aDevAddr, aUsePANNotifier));
+<a name="l00333"></a>00333                 <span class="keywordflow">if</span>(err != KErrNone)
+<a name="l00334"></a>00334                         {
+<a name="l00335"></a>00335                         iConsole.Printf(_L(<span class="stringliteral">"IAP Configuration Failed - %d.\n"</span>), err);
+<a name="l00336"></a>00336                         }
+<a name="l00337"></a>00337                 <span class="keywordflow">else</span>
+<a name="l00338"></a>00338                         {
+<a name="l00339"></a>00339                         err = StartIAP();
+<a name="l00340"></a>00340                         <span class="keywordflow">if</span>(err != KErrNone)
+<a name="l00341"></a>00341                                 {
+<a name="l00342"></a>00342                                 iConsole.Printf(_L(<span class="stringliteral">"Failed to start IAP - %d.\n"</span>), err);
+<a name="l00343"></a>00343                                 }
+<a name="l00344"></a>00344                         }
+<a name="l00345"></a>00345                 }
+<a name="l00346"></a>00346         <span class="keywordflow">else</span>
+<a name="l00347"></a>00347                 {
+<a name="l00348"></a>00348 <span class="preprocessor">                #ifdef __NO_CONTROL_DURING_START__</span>
+<a name="l00349"></a>00349 <span class="preprocessor"></span>                        <span class="keywordflow">if</span>(<a class="code" href="class_c_pan_connections.html#16aec88b4b1dc3032457bb71b4534b5d">iIapLoading</a> &amp;&amp; aDevAddr != NULL)
+<a name="l00350"></a>00350                                 {
+<a name="l00351"></a>00351                                 <span class="comment">// A new connection is required but a listening IAP is pending.</span>
+<a name="l00352"></a>00352                                 Cancel();
+<a name="l00353"></a>00353                                 iConnection.Close();
+<a name="l00354"></a>00354                         
+<a name="l00355"></a>00355                                 TRAP(err, ConfigureIAPL(ETrue, aDevAddr, aUsePANNotifier));
+<a name="l00356"></a>00356                                 <span class="keywordflow">if</span>(err != KErrNone)
+<a name="l00357"></a>00357                                         {
+<a name="l00358"></a>00358                                         iConsole.Printf(_L(<span class="stringliteral">"IAP Configuration Failed - %d.\n"</span>), err);
+<a name="l00359"></a>00359                                         }
+<a name="l00360"></a>00360                                 <span class="keywordflow">else</span>
+<a name="l00361"></a>00361                                         {
+<a name="l00362"></a>00362                                         err = StartIAP();
+<a name="l00363"></a>00363                                         <span class="keywordflow">if</span>(err != KErrNone)
+<a name="l00364"></a>00364                                                 {
+<a name="l00365"></a>00365                                                 iConsole.Printf(_L(<span class="stringliteral">"Failed to start IAP - %d.\n"</span>), err);
+<a name="l00366"></a>00366                                                 }
+<a name="l00367"></a>00367                                         }
+<a name="l00368"></a>00368                                 <span class="keywordflow">return</span> err;
+<a name="l00369"></a>00369                                 }
+<a name="l00370"></a>00370 <span class="preprocessor">                #endif                  </span>
+<a name="l00371"></a>00371 <span class="preprocessor"></span>                <span class="comment">// An IAP already exists.</span>
+<a name="l00372"></a>00372                 <span class="comment">// Make sure that we can store another connection</span>
+<a name="l00373"></a>00373                 <span class="keywordflow">if</span>(iActiveConnections.Count() == 7)
+<a name="l00374"></a>00374                         {
+<a name="l00375"></a>00375                         err = KErrOverflow;
+<a name="l00376"></a>00376                         }
+<a name="l00377"></a>00377                 <span class="keywordflow">else</span> <span class="keywordflow">if</span>(aDevAddr)
+<a name="l00378"></a>00378                         {
+<a name="l00379"></a>00379                         <span class="comment">// Add the BT address of the device to the existing RConnection</span>
+<a name="l00380"></a>00380                         iControlAddr = *aDevAddr;
+<a name="l00381"></a>00381                         TPtr8 ptr = iControlAddr.Des();
+<a name="l00382"></a>00382                         err = iConnection.Control(KCOLAgent, KCOAgentPanConnectDevice, ptr);
+<a name="l00383"></a>00383                         <span class="keywordflow">if</span>(err != KErrNone)
+<a name="l00384"></a>00384                                 {
+<a name="l00385"></a>00385                                 __DEBUGGER();
+<a name="l00386"></a>00386                                 }
+<a name="l00387"></a>00387                         <span class="keywordflow">if</span> (!iUseTcpTransport)
+<a name="l00388"></a>00388                                 {
+<a name="l00389"></a>00389                                 ReceiveRemoteName();
+<a name="l00390"></a>00390                                 }
+<a name="l00391"></a>00391                         }
+<a name="l00392"></a>00392                 }       
+<a name="l00393"></a>00393         <span class="keywordflow">return</span> err;
+<a name="l00394"></a>00394         }
+<a name="l00395"></a>00395         
+<a name="l00396"></a>00396         
+<a name="l00400"></a>00400 TInt CPanConnections::StartIAP()
+<a name="l00401"></a>00401         {
+<a name="l00402"></a>00402         TInt rerr = KErrNone;
+<a name="l00403"></a>00403         <span class="comment">// Create a set of connection preferences to override existing</span>
+<a name="l00404"></a>00404         <span class="comment">// set in CommDb when RConnection::Start is called.</span>
+<a name="l00405"></a>00405         TCommDbConnPref connPref;
+<a name="l00406"></a>00406         PanProfileIAPs iap(EGeneralIAP);
+<a name="l00407"></a>00407                 
+<a name="l00408"></a>00408         connPref.SetIapId(iap);
+<a name="l00409"></a>00409         connPref.SetDialogPreference(ECommDbDialogPrefDoNotPrompt);
+<a name="l00410"></a>00410         
+<a name="l00411"></a>00411         <span class="comment">// load BT stack        </span>
+<a name="l00412"></a>00412         rerr = Initialise();
+<a name="l00413"></a>00413         <span class="keywordflow">if</span>(rerr == KErrNone)
+<a name="l00414"></a>00414                 {
+<a name="l00415"></a>00415                 <span class="comment">// Open the connection</span>
+<a name="l00416"></a>00416                 rerr = iConnection.Open(iSockSvr);
+<a name="l00417"></a>00417                 <span class="keywordflow">if</span>(rerr == KErrNone)
+<a name="l00418"></a>00418                         {
+<a name="l00419"></a>00419                         <span class="comment">// Start the connection</span>
+<a name="l00420"></a>00420                         <span class="comment">// use the iStatus of active object, if it doesn't complete (we are listening)</span>
+<a name="l00421"></a>00421                         <span class="comment">// then the active object deals with it, otherwise AO calls IapStarted function on this class</span>
+<a name="l00422"></a>00422                         <span class="comment">// Something wrong with RConnection start</span>
+<a name="l00423"></a>00423                         iActiveMode = EIAPStart;        
+<a name="l00424"></a>00424                         iConnection.Start(connPref, iStatus);
+<a name="l00425"></a>00425                         SetActive();
+<a name="l00426"></a>00426                         <a class="code" href="class_c_pan_connections.html#16aec88b4b1dc3032457bb71b4534b5d">iIapLoading</a> = ETrue;
+<a name="l00427"></a>00427                         }
+<a name="l00428"></a>00428                 }
+<a name="l00429"></a>00429         <span class="keywordflow">return</span> rerr;
+<a name="l00430"></a>00430         }
+<a name="l00431"></a>00431         
+<a name="l00432"></a>00432         
+<a name="l00437"></a>00437 <span class="keywordtype">void</span> CPanConnections::ConfigureIAPL(TBool aIsListening, TBTDevAddr* aDevAddr, TBool aUsePANNotifier)
+<a name="l00438"></a>00438         {
+<a name="l00439"></a>00439         <span class="comment">// Open CommDb and get a view of the PAN service extentions table.</span>
+<a name="l00440"></a>00440         CCommsDatabase* db = CCommsDatabase::NewL();
+<a name="l00441"></a>00441         CleanupStack::PushL(db);
+<a name="l00442"></a>00442         CCommsDbTableView* tableView = db-&gt;OpenTableLC(TPtrC(PAN_SERVICE_EXTENSIONS));
+<a name="l00443"></a>00443 
+<a name="l00444"></a>00444         TBuf&lt;KMaxBufferSize&gt; tableName;
+<a name="l00445"></a>00445         TInt err = tableView-&gt;GotoFirstRecord();
+<a name="l00446"></a>00446         <span class="keywordflow">if</span>(err == KErrNone)
+<a name="l00447"></a>00447                 {
+<a name="l00448"></a>00448                 tableView-&gt;ReadTextL(TPtrC(COMMDB_NAME), tableName);
+<a name="l00449"></a>00449                 <span class="keywordflow">if</span>(tableName == TPtrC(_S(<span class="stringliteral">"PANServiceExtensionsTable1"</span>)))
+<a name="l00450"></a>00450                         {
+<a name="l00451"></a>00451                         
+<a name="l00452"></a>00452                         User::LeaveIfError(tableView-&gt;UpdateRecord());<span class="comment">// Start update</span>
+<a name="l00453"></a>00453                         <span class="comment">//enable listening mode </span>
+<a name="l00454"></a>00454                         tableView-&gt;WriteBoolL(TPtrC(PAN_ALLOW_INCOMING),aIsListening);
+<a name="l00455"></a>00455                         tableView-&gt;WriteBoolL(TPtrC(PAN_DISABLE_SDP_QUERY), 0);
+<a name="l00456"></a>00456 
+<a name="l00457"></a>00457                         tableView-&gt;WriteBoolL(TPtrC(PAN_PROMPT_FOR_REMOTE_DEVICES), aUsePANNotifier);
+<a name="l00458"></a>00458 
+<a name="l00459"></a>00459                         <span class="keywordflow">if</span>(aDevAddr)
+<a name="l00460"></a>00460                                 {
+<a name="l00461"></a>00461                                 TBuf&lt;KMaxBufferSize&gt; buf;
+<a name="l00462"></a>00462                                 aDevAddr-&gt;GetReadable(buf);
+<a name="l00463"></a>00463 
+<a name="l00464"></a>00464                                 tableView-&gt;WriteTextL(TPtrC(PAN_PEER_MAC_ADDRESSES), buf);
+<a name="l00465"></a>00465                                 }
+<a name="l00466"></a>00466                         <span class="keywordflow">else</span>
+<a name="l00467"></a>00467                                 {
+<a name="l00468"></a>00468                                 tableView-&gt;WriteTextL(TPtrC(PAN_PEER_MAC_ADDRESSES), _L(<span class="stringliteral">""</span>));
+<a name="l00469"></a>00469                                 }
+<a name="l00470"></a>00470                         <span class="comment">// Finalise changes made.</span>
+<a name="l00471"></a>00471                         User::LeaveIfError(tableView-&gt;PutRecordChanges());<span class="comment">// Finish update</span>
+<a name="l00472"></a>00472                         User::LeaveIfError(db-&gt;CommitTransaction());
+<a name="l00473"></a>00473 
+<a name="l00474"></a>00474                         CleanupStack::PopAndDestroy(2); <span class="comment">// db &amp; tableView</span>
+<a name="l00475"></a>00475                         <span class="keywordflow">return</span>;
+<a name="l00476"></a>00476                         }
+<a name="l00477"></a>00477                 }
+<a name="l00478"></a>00478         User::Leave(KErrNotFound);
+<a name="l00479"></a>00479         }
+<a name="l00480"></a>00480         
+<a name="l00481"></a>00481         
+<a name="l00487"></a><a class="code" href="class_c_pan_connections.html#c3da88ca7fc0fb64434fd84f81cddc98">00487</a> <span class="keywordtype">void</span> <a class="code" href="class_c_pan_connections.html#c3da88ca7fc0fb64434fd84f81cddc98">CPanConnections::SetLocalIpAddrL</a>(TUint32 addr)
+<a name="l00488"></a>00488         {
+<a name="l00489"></a>00489         iLocalIpAddr = addr;
+<a name="l00490"></a>00490         iSrcAddr.SetAddress(iLocalIpAddr);
+<a name="l00491"></a>00491         CCommsDatabase* db = CCommsDatabase::NewL();
+<a name="l00492"></a>00492         CleanupStack::PushL(db);
+<a name="l00493"></a>00493         <span class="comment">// Get the LAN service table</span>
+<a name="l00494"></a>00494         CCommsDbTableView* tableView = db-&gt;OpenTableLC(TPtrC(LAN_SERVICE));
+<a name="l00495"></a>00495 
+<a name="l00496"></a>00496         TBuf&lt;KMaxBufferSize&gt; tableName;
+<a name="l00497"></a>00497         TInt err = tableView-&gt;GotoFirstRecord();
+<a name="l00498"></a>00498         <span class="keywordflow">if</span>(err == KErrNone)
+<a name="l00499"></a>00499                 {
+<a name="l00500"></a>00500                 <span class="comment">// Get the name of the table</span>
+<a name="l00501"></a>00501                 tableView-&gt;ReadTextL(TPtrC(COMMDB_NAME), tableName);
+<a name="l00502"></a>00502                 <span class="keywordflow">if</span>(tableName == TPtrC(_S(<span class="stringliteral">"BluetoothPANProfile"</span>)))
+<a name="l00503"></a>00503                         {
+<a name="l00504"></a>00504                         TInetAddr tempAddr;
+<a name="l00505"></a>00505                         TBuf&lt;KMaxBufferSize&gt; dispBuf;
+<a name="l00506"></a>00506                         tempAddr.SetAddress(iLocalIpAddr);
+<a name="l00507"></a>00507                         tempAddr.Output(dispBuf);
+<a name="l00508"></a>00508                         
+<a name="l00509"></a>00509                         User::LeaveIfError(tableView-&gt;UpdateRecord());  
+<a name="l00510"></a>00510                         tableView-&gt;WriteTextL(_L(<span class="stringliteral">"IpAddr"</span>), dispBuf);
+<a name="l00511"></a>00511                 
+<a name="l00512"></a>00512                         User::LeaveIfError(tableView-&gt;PutRecordChanges());
+<a name="l00513"></a>00513                         User::LeaveIfError(db-&gt;CommitTransaction());    
+<a name="l00514"></a>00514                         }
+<a name="l00515"></a>00515                 }
+<a name="l00516"></a>00516         <span class="keywordflow">else</span>
+<a name="l00517"></a>00517                 {
+<a name="l00518"></a>00518                 User::Leave(KErrNotFound);
+<a name="l00519"></a>00519                 }
+<a name="l00520"></a>00520         CleanupStack::PopAndDestroy(2);<span class="comment">//db &amp; tableView </span>
+<a name="l00521"></a>00521         }
+<a name="l00522"></a>00522         
+<a name="l00523"></a>00523         
+<a name="l00524"></a>00524         
+<a name="l00530"></a><a class="code" href="class_c_pan_connections.html#46d8bac828d453473cec94a8602468ac">00530</a> <span class="keywordtype">void</span> <a class="code" href="class_c_pan_connections.html#46d8bac828d453473cec94a8602468ac">CPanConnections::SetFixedRoleL</a>(TSide aSide, TUint aRole)
+<a name="l00531"></a>00531         {
+<a name="l00532"></a>00532         <span class="keywordflow">if</span> (aSide == ELocalRole)
+<a name="l00533"></a>00533                 iLocalRole = aRole;
+<a name="l00534"></a>00534         <span class="keywordflow">else</span>
+<a name="l00535"></a>00535                 iPeerRole = aRole;
+<a name="l00536"></a>00536         
+<a name="l00537"></a>00537         CCommsDatabase* db = CCommsDatabase::NewL();
+<a name="l00538"></a>00538         CleanupStack::PushL(db);
+<a name="l00539"></a>00539         CCommsDbTableView* tableView = db-&gt;OpenTableLC(TPtrC(PAN_SERVICE_EXTENSIONS));
+<a name="l00540"></a>00540 
+<a name="l00541"></a>00541         TBuf&lt;KMaxBufferSize&gt; tableName;
+<a name="l00542"></a>00542         TInt err = tableView-&gt;GotoFirstRecord();
+<a name="l00543"></a>00543         <span class="keywordflow">if</span>(err == KErrNone)
+<a name="l00544"></a>00544                 {
+<a name="l00545"></a>00545                 tableView-&gt;ReadTextL(TPtrC(COMMDB_NAME), tableName);
+<a name="l00546"></a>00546                 <span class="keywordflow">if</span>(tableName == TPtrC(_S(<span class="stringliteral">"PANServiceExtensionsTable1"</span>)))
+<a name="l00547"></a>00547                         {
+<a name="l00548"></a>00548                         User::LeaveIfError(tableView-&gt;UpdateRecord());  
+<a name="l00549"></a>00549                         <span class="keywordflow">if</span>(aSide == ELocalRole)
+<a name="l00550"></a>00550                                 {
+<a name="l00551"></a>00551                                 tableView-&gt;WriteBoolL(TPtrC(PAN_LOCAL_ROLE), aRole);
+<a name="l00552"></a>00552                                 }
+<a name="l00553"></a>00553                         <span class="keywordflow">else</span> 
+<a name="l00554"></a>00554                                 {
+<a name="l00555"></a>00555                                 tableView-&gt;WriteBoolL(TPtrC(PAN_PEER_ROLE), aRole);
+<a name="l00556"></a>00556                                 }
+<a name="l00557"></a>00557                         User::LeaveIfError(tableView-&gt;PutRecordChanges());
+<a name="l00558"></a>00558                         User::LeaveIfError(db-&gt;CommitTransaction());
+<a name="l00559"></a>00559 
+<a name="l00560"></a>00560                         CleanupStack::PopAndDestroy(2);
+<a name="l00561"></a>00561                         <span class="keywordflow">return</span>;
+<a name="l00562"></a>00562                         }
+<a name="l00563"></a>00563                 }
+<a name="l00564"></a>00564         User::Leave(KErrNotFound);
+<a name="l00565"></a>00565         }
+<a name="l00566"></a>00566         
+<a name="l00571"></a>00571 <span class="keywordtype">void</span> CPanConnections::PrintIAPL()
+<a name="l00572"></a>00572         {
+<a name="l00573"></a>00573         CCommsDatabase* db = CCommsDatabase::NewL();
+<a name="l00574"></a>00574         CleanupStack::PushL(db);
+<a name="l00575"></a>00575         CCommsDbTableView* tableView = db-&gt;OpenTableLC(TPtrC(PAN_SERVICE_EXTENSIONS));
+<a name="l00576"></a>00576 
+<a name="l00577"></a>00577         TInt err = tableView-&gt;GotoFirstRecord();
+<a name="l00578"></a>00578         
+<a name="l00579"></a>00579         <span class="keywordflow">if</span>(err == KErrNone)
+<a name="l00580"></a>00580                 {
+<a name="l00581"></a>00581                 <span class="comment">// Print the IAP</span>
+<a name="l00582"></a>00582                 TUint32 uVal;
+<a name="l00583"></a>00583                 TBool bVal;
+<a name="l00584"></a>00584                 TBuf&lt;KMaxBufferSize&gt; sVal;
+<a name="l00585"></a>00585         
+<a name="l00586"></a>00586 
+<a name="l00587"></a>00587                 iConsole.Printf(_L(<span class="stringliteral">"------------------- CURRENT IAP ------------------\n"</span>));
+<a name="l00588"></a>00588                 
+<a name="l00589"></a>00589                 tableView-&gt;ReadUintL(TPtrC(PAN_LOCAL_ROLE), uVal);
+<a name="l00590"></a>00590                 iConsole.Printf(_L(<span class="stringliteral">"Local Role: %d, "</span>), uVal);                  
+<a name="l00591"></a>00591                 tableView-&gt;ReadUintL(TPtrC(PAN_PEER_ROLE), uVal);
+<a name="l00592"></a>00592                 iConsole.Printf(_L(<span class="stringliteral">"Peer Role: %d\n"</span>), uVal);
+<a name="l00593"></a>00593                 tableView-&gt;ReadBoolL(TPtrC(PAN_PROMPT_FOR_REMOTE_DEVICES), bVal);
+<a name="l00594"></a>00594                 iConsole.Printf(_L(<span class="stringliteral">"Peer Prompt: %d, "</span>), bVal);                 
+<a name="l00595"></a>00595                 tableView-&gt;ReadBoolL(TPtrC(PAN_DISABLE_SDP_QUERY), bVal);
+<a name="l00596"></a>00596                 iConsole.Printf(_L(<span class="stringliteral">"Disable SDP: %d, "</span>), bVal);                 
+<a name="l00597"></a>00597                 tableView-&gt;ReadBoolL(TPtrC(PAN_ALLOW_INCOMING), bVal);
+<a name="l00598"></a>00598                 iConsole.Printf(_L(<span class="stringliteral">"Listening: %d\n"</span>), bVal);                   
+<a name="l00599"></a>00599                 tableView-&gt;ReadTextL(TPtrC(PAN_PEER_MAC_ADDRESSES), sVal);
+<a name="l00600"></a>00600                 iConsole.Printf(_L(<span class="stringliteral">"Peer MAC Addr: %S\n"</span>), &amp;sVal);
+<a name="l00601"></a>00601 
+<a name="l00602"></a>00602                 iConsole.Printf(_L(<span class="stringliteral">"--------------------------------------------------\n"</span>));
+<a name="l00603"></a>00603                 CleanupStack::PopAndDestroy(2);
+<a name="l00604"></a>00604                 <span class="keywordflow">return</span>;
+<a name="l00605"></a>00605                 }
+<a name="l00606"></a>00606         User::Leave(KErrNotFound);
+<a name="l00607"></a>00607         }
+<a name="l00608"></a>00608 
+<a name="l00609"></a>00609 
+<a name="l00613"></a><a class="code" href="class_c_pan_connections.html#526bf1de502ce10fcd0630e39aabc52e">00613</a> TInt <a class="code" href="class_c_pan_connections.html#526bf1de502ce10fcd0630e39aabc52e">CPanConnections::StopIAP</a>()
+<a name="l00614"></a>00614         {
+<a name="l00615"></a>00615         TInt rerr = KErrNone;
+<a name="l00616"></a>00616         <span class="keywordflow">if</span>(<a class="code" href="class_c_pan_connections.html#16aec88b4b1dc3032457bb71b4534b5d">iIapLoading</a>)
+<a name="l00617"></a>00617                 {
+<a name="l00618"></a>00618                 Cancel();
+<a name="l00619"></a>00619                 }
+<a name="l00620"></a>00620         <span class="keywordflow">else</span>
+<a name="l00621"></a>00621                 {
+<a name="l00622"></a>00622                 <span class="keywordflow">if</span>(<a class="code" href="class_c_pan_connections.html#418dc0f90e99ec9637d9c1831044af04">iIapStarted</a>)
+<a name="l00623"></a>00623                         {
+<a name="l00624"></a>00624                         rerr = iConnection.Stop();
+<a name="l00625"></a>00625                         <span class="keywordflow">if</span>(rerr != KErrNone)
+<a name="l00626"></a>00626                                 {
+<a name="l00627"></a>00627                                 iConsole.Printf(_L(<span class="stringliteral">"Failed to STOP IAP.  Err %d.\n"</span>), rerr);
+<a name="l00628"></a>00628                                 }
+<a name="l00629"></a>00629                         <a class="code" href="class_c_pan_connections.html#418dc0f90e99ec9637d9c1831044af04">iIapStarted</a> = EFalse;
+<a name="l00630"></a>00630                         }
+<a name="l00631"></a>00631                 }
+<a name="l00632"></a>00632         <span class="keywordflow">return</span> rerr;
+<a name="l00633"></a>00633         }
+<a name="l00634"></a>00634         
+<a name="l00635"></a>00635         
+<a name="l00640"></a><a class="code" href="class_c_pan_connections.html#f442c51cea29f54570235995428a7bcb">00640</a> <span class="keywordtype">void</span> <a class="code" href="class_c_pan_connections.html#f442c51cea29f54570235995428a7bcb">CPanConnections::CancelIap</a>()
+<a name="l00641"></a>00641         {
+<a name="l00642"></a>00642         <a class="code" href="class_c_pan_connections.html#16aec88b4b1dc3032457bb71b4534b5d">iIapLoading</a> = EFalse;
+<a name="l00643"></a>00643         iConnection.Stop();
+<a name="l00644"></a>00644         }
+<a name="l00645"></a>00645         
+<a name="l00652"></a><a class="code" href="class_c_pan_connections.html#6ca7760ec4140c02725dc8a29c061ba9">00652</a> TInt <a class="code" href="class_c_pan_connections.html#6ca7760ec4140c02725dc8a29c061ba9">CPanConnections::StopConnection</a>()
+<a name="l00653"></a>00653         {
+<a name="l00654"></a>00654         TInt rerr = KErrNone;
+<a name="l00655"></a>00655         <span class="keywordflow">if</span>(iActivePanConn &gt;= iActiveConnections.Count())
+<a name="l00656"></a>00656                 {
+<a name="l00657"></a>00657                 rerr = KErrArgument;
+<a name="l00658"></a>00658                 }
+<a name="l00659"></a>00659         <span class="keywordflow">else</span> <span class="keywordflow">if</span>(iActivePanConn != KErrNotFound)
+<a name="l00660"></a>00660                 {
+<a name="l00661"></a>00661                 <span class="comment">// get the deivce we wish to disconnect</span>
+<a name="l00662"></a>00662                 TPtr8 ptr = iActiveConnections[iActivePanConn].Des();
+<a name="l00663"></a>00663                 rerr = iConnection.Control(KCOLAgent, KCOAgentPanDisconnectDevice, ptr);
+<a name="l00664"></a>00664                 <span class="keywordflow">if</span>(rerr != KErrNone)
+<a name="l00665"></a>00665                         {
+<a name="l00666"></a>00666                         __DEBUGGER();
+<a name="l00667"></a>00667                         }
+<a name="l00668"></a>00668                 }
+<a name="l00669"></a>00669         <span class="keywordflow">else</span> 
+<a name="l00670"></a>00670                 {
+<a name="l00671"></a>00671                 rerr = KErrNotFound;
+<a name="l00672"></a>00672                 }
+<a name="l00673"></a>00673         <span class="keywordflow">return</span> rerr;
+<a name="l00674"></a>00674         }
+<a name="l00675"></a>00675         
+<a name="l00676"></a>00676         
+<a name="l00682"></a><a class="code" href="class_c_pan_connections.html#0eec65826c0323a9ab6e85b0739bbc44">00682</a> TInt <a class="code" href="class_c_pan_connections.html#0eec65826c0323a9ab6e85b0739bbc44">CPanConnections::SetActivePanConn</a>(TUint aConnIndex)
+<a name="l00683"></a>00683         {
+<a name="l00684"></a>00684         TInt rerr = KErrArgument;
+<a name="l00685"></a>00685         
+<a name="l00686"></a>00686         <span class="keywordflow">if</span>((TInt)aConnIndex &lt; iActiveConnections.Count())
+<a name="l00687"></a>00687                 {
+<a name="l00688"></a>00688                 iActivePanConn = aConnIndex;
+<a name="l00689"></a>00689                 rerr = KErrNone;
+<a name="l00690"></a>00690                 }
+<a name="l00691"></a>00691         <span class="keywordflow">return</span> rerr;
+<a name="l00692"></a>00692         }
+<a name="l00693"></a>00693 
+<a name="l00694"></a>00694 
+<a name="l00695"></a>00695 
+<a name="l00700"></a>00700 TInt CPanConnections::UpdateCurrentConnections()
+<a name="l00701"></a>00701         {
+<a name="l00702"></a>00702         TInt rerr = KErrNone;
+<a name="l00703"></a>00703         HBufC8* buffer=0;
+<a name="l00704"></a>00704         <span class="keyword">const</span> TInt KAddrLen = <span class="keyword">sizeof</span>(TBTDevAddr);
+<a name="l00705"></a>00705 
+<a name="l00706"></a>00706         TRAP(rerr, buffer = HBufC8::NewL(7*KAddrLen));<span class="comment">// create a buffer to house the device address</span>
+<a name="l00707"></a>00707         <span class="keywordflow">if</span>(rerr == KErrNone)
+<a name="l00708"></a>00708                 {
+<a name="l00709"></a>00709                 TPtr8 ptr = buffer-&gt;Des();
+<a name="l00710"></a>00710                 <span class="comment">// use RConnection to enumerate all the devices</span>
+<a name="l00711"></a>00711                 rerr = iConnection.Control(KCOLAgent, KCOAgentPanEnumerateDevices, ptr);
+<a name="l00712"></a>00712                 <span class="keywordflow">if</span>(rerr == KErrNone)
+<a name="l00713"></a>00713                         {
+<a name="l00714"></a>00714                         iActiveConnections.Reset();
+<a name="l00715"></a>00715                         <span class="keywordflow">while</span>(ptr.Length()&gt;=KBTDevAddrSize)
+<a name="l00716"></a>00716                                 {
+<a name="l00717"></a>00717                                 <span class="comment">// inspect the addr's in the descriptor and append them to the array.</span>
+<a name="l00718"></a>00718                                 TBTDevAddr parsedAddr(ptr.Mid(ptr.Length()-KAddrLen, KBTDevAddrSize));
+<a name="l00719"></a>00719                                 ptr.SetLength(Max(ptr.Length()-KAddrLen, 0));
+<a name="l00720"></a>00720                                 iActiveConnections.Append(parsedAddr);
+<a name="l00721"></a>00721                                 }
+<a name="l00722"></a>00722                         }
+<a name="l00723"></a>00723                 }
+<a name="l00724"></a>00724         <span class="keyword">delete</span> buffer;
+<a name="l00725"></a>00725         <span class="keywordflow">return</span> rerr;
+<a name="l00726"></a>00726         }
+<a name="l00727"></a>00727 
+<a name="l00731"></a><a class="code" href="class_c_pan_connections.html#0ce9d37dc00e0572bb5c7f0b5befa07b">00731</a> <span class="keywordtype">void</span> <a class="code" href="class_c_pan_connections.html#0ce9d37dc00e0572bb5c7f0b5befa07b">CPanConnections::PrintConns</a>()
+<a name="l00732"></a>00732         {
+<a name="l00733"></a>00733         iConsole.Printf(_L(<span class="stringliteral">"\nRemotenames : %d\n"</span>), iRemoteNames.Count());
+<a name="l00734"></a>00734         <a class="code" href="class_c_pan_connections.html#f50cb29f97f35de684d03bf5211671f2">PrintTcpSocketConnections</a>();
+<a name="l00735"></a>00735         iConsole.Printf(_L(<span class="stringliteral">"--------------------------------------------------\n"</span>));
+<a name="l00736"></a>00736         iConsole.Printf(_L(<span class="stringliteral">"Listening Mode: "</span>));
+<a name="l00737"></a>00737         <a class="code" href="class_c_pan_connections.html#08eeb95689dc6653b48bf55b9cd14381">iListening</a> ? iConsole.Printf(_L(<span class="stringliteral">"Enabled        "</span>)) : iConsole.Printf(_L(<span class="stringliteral">"Disabled        "</span>));
+<a name="l00738"></a>00738         <span class="keywordflow">if</span>(<a class="code" href="class_c_pan_connections.html#418dc0f90e99ec9637d9c1831044af04">iIapStarted</a>)
+<a name="l00739"></a>00739                 {
+<a name="l00740"></a>00740                 iConsole.Printf(_L(<span class="stringliteral">"       IAP Started"</span>));
+<a name="l00741"></a>00741 
+<a name="l00742"></a>00742                 TInt err = UpdateCurrentConnections();
+<a name="l00743"></a>00743                 <span class="keywordflow">if</span>(err != KErrNone)
+<a name="l00744"></a>00744                         {
+<a name="l00745"></a>00745                         iConsole.Printf(_L(<span class="stringliteral">"FAILED TO ENUMERATE CONNECTIONS. Err %d\n"</span>), err);
+<a name="l00746"></a>00746                         }
+<a name="l00747"></a>00747                 <span class="keywordflow">else</span>
+<a name="l00748"></a>00748                         {
+<a name="l00749"></a>00749                         iConsole.Printf(_L(<span class="stringliteral">"\n------------------ CONNECTIONS -------------------\n"</span>));
+<a name="l00750"></a>00750                         iConsole.Printf(_L(<span class="stringliteral">"Index  Remote Addr\n"</span>));
+<a name="l00751"></a>00751                         
+<a name="l00752"></a>00752                         
+<a name="l00753"></a>00753                         <span class="keywordflow">for</span>(TInt i=0;i&lt;iActiveConnections.Count();i++)
+<a name="l00754"></a>00754                                 {
+<a name="l00755"></a>00755                                 TBuf&lt;KMaxBufferSize&gt; dispBuf;
+<a name="l00756"></a>00756                                 iActiveConnections[i].GetReadable(dispBuf);
+<a name="l00757"></a>00757 
+<a name="l00758"></a>00758                                 <span class="keywordflow">if</span>(iActivePanConn == i)
+<a name="l00759"></a>00759                                         {
+<a name="l00760"></a>00760                                         iConsole.Printf(_L(<span class="stringliteral">"-&gt; "</span>));
+<a name="l00761"></a>00761                                         }
+<a name="l00762"></a>00762                                 <span class="keywordflow">else</span>
+<a name="l00763"></a>00763                                         {
+<a name="l00764"></a>00764                                         iConsole.Printf(_L(<span class="stringliteral">"   "</span>));
+<a name="l00765"></a>00765                                         }
+<a name="l00766"></a>00766                                 iConsole.Printf(_L(<span class="stringliteral">"%d   0x%S\n"</span>), i, &amp;dispBuf);                                
+<a name="l00767"></a>00767                                 }
+<a name="l00768"></a>00768                         }
+<a name="l00769"></a>00769                 }
+<a name="l00770"></a>00770         
+<a name="l00771"></a>00771         <span class="keywordflow">if</span>(iLocalIpAddr == 0)
+<a name="l00772"></a>00772                 {
+<a name="l00773"></a>00773                 iConsole.Printf(_L(<span class="stringliteral">"\nNo local IP address set\n"</span>));
+<a name="l00774"></a>00774                 }
+<a name="l00775"></a>00775         <span class="keywordflow">else</span>
+<a name="l00776"></a>00776                 {
+<a name="l00777"></a>00777                 TInetAddr tempAddr;
+<a name="l00778"></a>00778                 TBuf&lt;KMaxBufferSize&gt; dispBuf;
+<a name="l00779"></a>00779                 
+<a name="l00780"></a>00780                 tempAddr.SetAddress(iLocalIpAddr);
+<a name="l00781"></a>00781                 tempAddr.Output(dispBuf);
+<a name="l00782"></a>00782                 
+<a name="l00783"></a>00783                 iConsole.Printf(_L(<span class="stringliteral">"\nLocal IP address: %S\n"</span>), &amp;dispBuf);
+<a name="l00784"></a>00784                 }
+<a name="l00785"></a>00785 
+<a name="l00786"></a>00786         }
+<a name="l00787"></a>00787 
+<a name="l00791"></a>00791 TUint32 CPanConnections::GetLocalIpAddr()
+<a name="l00792"></a>00792         {
+<a name="l00793"></a>00793         <span class="keywordflow">return</span> iLocalIpAddr;
+<a name="l00794"></a>00794         }
+<a name="l00795"></a>00795 
+<a name="l00796"></a>00796 
+<a name="l00797"></a>00797         
+<a name="l00802"></a>00802 <span class="keywordtype">void</span> CPanConnections::TcpIpConnectionComplete()
+<a name="l00803"></a>00803         {
+<a name="l00804"></a>00804         <span class="keywordflow">if</span> (iStatus == KErrNone)
+<a name="l00805"></a>00805                 {
+<a name="l00806"></a>00806                 iConsole.Printf(_L(<span class="stringliteral">"\nSuccessfully joined PAN\n"</span>));
+<a name="l00807"></a>00807                 }
+<a name="l00808"></a>00808         <span class="keywordflow">else</span>
+<a name="l00809"></a>00809                 {
+<a name="l00810"></a>00810                 iConsole.Printf(_L(<span class="stringliteral">"Join PAN Failed!, Socket error : %d"</span>), iStatus.Int());
+<a name="l00811"></a>00811                 }
+<a name="l00812"></a>00812 
+<a name="l00813"></a>00813         }
+<a name="l00814"></a>00814         
+<a name="l00815"></a>00815         
+<a name="l00816"></a>00816 
+<a name="l00817"></a>00817         
+<a name="l00821"></a><a class="code" href="class_c_pan_connections.html#070d37e1361be12f2dc44fee0653597b">00821</a> <span class="keywordtype">void</span> <a class="code" href="class_c_pan_connections.html#070d37e1361be12f2dc44fee0653597b">CPanConnections::ConnectDoCancel</a>()
+<a name="l00822"></a>00822         {
+<a name="l00823"></a>00823         iConsole.Printf(_L(<span class="stringliteral">"TCP/IP connection Canceled!\n"</span>));
+<a name="l00824"></a>00824         iSocket.CancelConnect();
+<a name="l00825"></a>00825         }
+<a name="l00826"></a>00826         
+<a name="l00831"></a><a class="code" href="class_c_pan_connections.html#bb1b1dc6e61cc3a4860e5480b2bd6c37">00831</a> RArray&lt;TInetAddr&gt;&amp; <a class="code" href="class_c_pan_connections.html#bb1b1dc6e61cc3a4860e5480b2bd6c37">CPanConnections::RemoteNames</a>()
+<a name="l00832"></a>00832         {
+<a name="l00833"></a>00833         <span class="keywordflow">return</span> iRemoteNames;
+<a name="l00834"></a>00834         }
+<a name="l00835"></a>00835         
+<a name="l00836"></a><a class="code" href="class_c_pan_connections.html#9d82cc28dec893b9513dfac3b3f047c0">00836</a> RSocket&amp; <a class="code" href="class_c_pan_connections.html#9d82cc28dec893b9513dfac3b3f047c0">CPanConnections::GetSocket</a>()
+<a name="l00837"></a>00837         {
+<a name="l00838"></a>00838         <span class="keywordflow">return</span> iSocket;
+<a name="l00839"></a>00839         }
+<a name="l00840"></a>00840         
+<a name="l00841"></a><a class="code" href="class_c_pan_connections.html#71cac88a9f4c5b7338f0a9124bf44926">00841</a> RArray&lt;RSocket&gt;&amp; <a class="code" href="class_c_pan_connections.html#71cac88a9f4c5b7338f0a9124bf44926">CPanConnections::GetSocketArray</a>()
+<a name="l00842"></a>00842         {
+<a name="l00843"></a>00843         <span class="keywordflow">return</span> iSocketArray;
+<a name="l00844"></a>00844         }
+<a name="l00845"></a>00845         
+<a name="l00852"></a>00852 <span class="keywordtype">void</span> CPanConnections::TcpIpListenComplete()
+<a name="l00853"></a>00853         {
+<a name="l00854"></a>00854         <span class="comment">// iPanEstablished ????</span>
+<a name="l00855"></a>00855         <span class="keywordflow">if</span> (iStatus == KErrNone)
+<a name="l00856"></a>00856                 iConsole.Printf(_L(<span class="stringliteral">"Player Joined\n"</span>));
+<a name="l00857"></a>00857         <span class="keywordflow">else</span>
+<a name="l00858"></a>00858                 iConsole.Printf(_L(<span class="stringliteral">"TCP socket failed : %d\n"</span>), iStatus.Int());
+<a name="l00859"></a>00859         <span class="comment">// Call accept for the next device to connect to</span>
+<a name="l00860"></a>00860         TInt err = <a class="code" href="class_c_pan_connections.html#2487d17afe967008336124ab48a744ff">AcceptNewSocket</a>();
+<a name="l00861"></a>00861         <span class="keywordflow">if</span> (err!=KErrNone)
+<a name="l00862"></a>00862                 iConsole.Printf(_L(<span class="stringliteral">"AcceptNewSocket() Failed : %d\n"</span>),err);
+<a name="l00863"></a>00863         }
+<a name="l00864"></a>00864         
+<a name="l00865"></a>00865         
+<a name="l00870"></a><a class="code" href="class_c_pan_connections.html#514cfbe2ba7d674954dbc60c85ab7018">00870</a> <span class="keywordtype">void</span> <a class="code" href="class_c_pan_connections.html#514cfbe2ba7d674954dbc60c85ab7018">CPanConnections::ListenDoCancel</a>()
+<a name="l00871"></a>00871         {
+<a name="l00872"></a>00872         iConsole.Printf(_L(<span class="stringliteral">"\nTCP/IP accept Canceled!\n"</span>));
+<a name="l00873"></a>00873         iSocket.CancelAccept(); 
+<a name="l00874"></a>00874         }
+<a name="l00875"></a>00875         
+<a name="l00876"></a>00876         
+<a name="l00881"></a><a class="code" href="class_c_pan_connections.html#99afb06bc3e1614ec86be77da414e054">00881</a> <span class="keywordtype">void</span> <a class="code" href="class_c_pan_connections.html#99afb06bc3e1614ec86be77da414e054">CPanConnections::SetRemoteIpAddr</a>(TUint32 aAddr)
+<a name="l00882"></a>00882         {
+<a name="l00883"></a>00883         iRemoteIpAddr = aAddr;
+<a name="l00884"></a>00884         }
+<a name="l00885"></a>00885 
+<a name="l00889"></a><a class="code" href="class_c_pan_connections.html#1f0cd7f4bcfd821937b31c7daaf9af62">00889</a> TUint32 <a class="code" href="class_c_pan_connections.html#1f0cd7f4bcfd821937b31c7daaf9af62">CPanConnections::GetRemoteIpAddr</a>()<span class="keyword"> const</span>
+<a name="l00890"></a>00890 <span class="keyword">        </span>{
+<a name="l00891"></a>00891         <span class="keywordflow">return</span> iRemoteIpAddr;
+<a name="l00892"></a>00892         }
+<a name="l00893"></a>00893         
+<a name="l00894"></a><a class="code" href="class_c_pan_connections.html#1f957a9c996254f7d243f3157497e3a8">00894</a> TInt <a class="code" href="class_c_pan_connections.html#1f957a9c996254f7d243f3157497e3a8">CPanConnections::UdpBind</a>()
+<a name="l00895"></a>00895         {
+<a name="l00896"></a>00896         iSrcAddr.SetPort(KGenericPort);
+<a name="l00897"></a>00897         iSrcAddr.SetAddress(iLocalIpAddr);
+<a name="l00898"></a>00898         <span class="keywordflow">return</span> iSocket.Bind(iSrcAddr);
+<a name="l00899"></a>00899         }
+<a name="l00900"></a>00900         
+<a name="l00901"></a>00901 <span class="comment">// This function will be used if a PAN-Gn</span>
+<a name="l00902"></a>00902 <span class="keywordtype">void</span> CPanConnections::ReceiveRemoteName()
+<a name="l00903"></a>00903         {
+<a name="l00904"></a>00904         <span class="comment">// Attempt to receive, this will happen one by one due to authorisation </span>
+<a name="l00905"></a>00905 <span class="comment">//      if (iRemoteNames.Count() &lt; iActiveConnections.Count())</span>
+<a name="l00906"></a>00906 <span class="comment">//              {</span>
+<a name="l00907"></a>00907                 
+<a name="l00908"></a>00908                 iActiveMode = EUdpReceive;
+<a name="l00909"></a>00909                 iSocket.RecvFrom(iBuff,iRemoteName, 0, iStatus);
+<a name="l00910"></a>00910                 SetActive();
+<a name="l00911"></a>00911 <span class="comment">//              }</span>
+<a name="l00912"></a>00912 <span class="comment">//      else</span>
+<a name="l00913"></a>00913 <span class="comment">//              {</span>
+<a name="l00914"></a>00914 <span class="comment">//              iConsole.Printf(_L("\nAll devices have told us:!!!!!!"));</span>
+<a name="l00915"></a>00915 <span class="comment">//              }</span>
+<a name="l00916"></a>00916         }
+<a name="l00917"></a>00917 
+<a name="l00918"></a><a class="code" href="class_c_pan_connections.html#38e615144ac8636db223dfab4d84dedb">00918</a> <span class="keywordtype">void</span> <a class="code" href="class_c_pan_connections.html#38e615144ac8636db223dfab4d84dedb">CPanConnections::CancelRecvFrom</a>()
+<a name="l00919"></a>00919         {
+<a name="l00920"></a>00920         iSocket.CancelRecv();
+<a name="l00921"></a>00921         }
+<a name="l00926"></a><a class="code" href="class_c_pan_connections.html#acbdae817598b72658b6b93833ee0975">00926</a> TInt <a class="code" href="class_c_pan_connections.html#acbdae817598b72658b6b93833ee0975">CPanConnections::TcpIpBindAndConnect</a>()
+<a name="l00927"></a>00927         {
+<a name="l00928"></a>00928         TInt rerr;
+<a name="l00929"></a>00929 
+<a name="l00930"></a>00930         <span class="keywordflow">if</span> (iRemoteIpAddr == 0)
+<a name="l00931"></a>00931                 {
+<a name="l00932"></a>00932                 iConsole.Printf(_L(<span class="stringliteral">"You need to set a destination IP address.\n"</span>));
+<a name="l00933"></a>00933                 <span class="keywordflow">return</span> (KErrArgument);
+<a name="l00934"></a>00934                 }
+<a name="l00935"></a>00935                 
+<a name="l00936"></a>00936         <span class="keywordflow">if</span> (!IsActive()<span class="comment">/* &amp;&amp; iTcpIpMode != ETcpReceive*/</span>)
+<a name="l00937"></a>00937                 {
+<a name="l00938"></a>00938                 <span class="comment">// Setup the TInetAddrs inc. port number</span>
+<a name="l00939"></a>00939                 iDstAddr.SetPort(KGenericPort);
+<a name="l00940"></a>00940                 iDstAddr.SetAddress(iRemoteIpAddr);
+<a name="l00941"></a>00941                 iSrcAddr.SetPort(KGenericPort);
+<a name="l00942"></a>00942                 iSrcAddr.SetAddress(iLocalIpAddr);
+<a name="l00943"></a>00943 
+<a name="l00944"></a>00944                 rerr = iSocket.Bind(iSrcAddr);<span class="comment">// Bind the socket</span>
+<a name="l00945"></a>00945                 <span class="keywordflow">if</span> (rerr != KErrNone)
+<a name="l00946"></a>00946                         {
+<a name="l00947"></a>00947                         iConsole.Printf(_L(<span class="stringliteral">"Failed : %d"</span>), rerr);
+<a name="l00948"></a>00948                         <span class="keywordflow">return</span> (rerr);
+<a name="l00949"></a>00949                         }
+<a name="l00950"></a>00950                 iActiveMode = ESocketConnect; <span class="comment">// Set the mode for the active object</span>
+<a name="l00951"></a>00951                 iSocket.Connect(iDstAddr, iStatus);<span class="comment">// Attempt connection to dest. addr</span>
+<a name="l00952"></a>00952                 SetActive();
+<a name="l00953"></a>00953                 }
+<a name="l00954"></a>00954         <span class="keywordflow">return</span> KErrNone;
+<a name="l00955"></a>00955         }
+<a name="l00956"></a>00956         
+<a name="l00960"></a><a class="code" href="class_c_pan_connections.html#0cab5de7e4afe736c2469735640ec1ba">00960</a> TInt <a class="code" href="class_c_pan_connections.html#0cab5de7e4afe736c2469735640ec1ba">CPanConnections::TcpIpBindAndListen</a>()
+<a name="l00961"></a>00961         {
+<a name="l00962"></a>00962         TInt rerr;
+<a name="l00963"></a>00963         iDstAddr.SetPort(KGenericPort);
+<a name="l00964"></a>00964         iDstAddr.SetAddress(iRemoteIpAddr);
+<a name="l00965"></a>00965         iSrcAddr.SetPort(KGenericPort);
+<a name="l00966"></a>00966         iSrcAddr.SetAddress(iLocalIpAddr);
+<a name="l00967"></a>00967         
+<a name="l00968"></a>00968         rerr = iSocket.Bind(iSrcAddr);
+<a name="l00969"></a>00969         <span class="keywordflow">if</span> (rerr != KErrNone)
+<a name="l00970"></a>00970                 {
+<a name="l00971"></a>00971                 iConsole.Printf(_L(<span class="stringliteral">"Failed to bind with socket : %d"</span>), rerr);
+<a name="l00972"></a>00972                 <span class="keywordflow">return</span> (rerr);
+<a name="l00973"></a>00973                 }
+<a name="l00974"></a>00974         rerr = iSocket.Listen(7);<span class="comment">// maximum devices is 7</span>
+<a name="l00975"></a>00975         <span class="keywordflow">if</span> (rerr != KErrNone)
+<a name="l00976"></a>00976                 {
+<a name="l00977"></a>00977                 iConsole.Printf(_L(<span class="stringliteral">"Failed to listen on socket : %d"</span>), rerr);
+<a name="l00978"></a>00978                 <span class="keywordflow">return</span> (rerr);
+<a name="l00979"></a>00979                 }
+<a name="l00980"></a>00980         <span class="keywordflow">return</span> (KErrNone);
+<a name="l00981"></a>00981         }
+<a name="l00982"></a>00982 
+<a name="l00990"></a><a class="code" href="class_c_pan_connections.html#2487d17afe967008336124ab48a744ff">00990</a> TInt <a class="code" href="class_c_pan_connections.html#2487d17afe967008336124ab48a744ff">CPanConnections::AcceptNewSocket</a>()
+<a name="l00991"></a>00991         {
+<a name="l00992"></a>00992 
+<a name="l00993"></a>00993 <span class="comment">// Accept new socket will only be called if using TCP sockets   </span>
+<a name="l00994"></a>00994         TInt currentSocketCount = iSocketArray.Count();
+<a name="l00995"></a>00995         TInt rerr;
+<a name="l00996"></a>00996         <span class="keywordflow">if</span> (currentSocketCount == iActiveConnections.Count())
+<a name="l00997"></a>00997                 {
+<a name="l00998"></a>00998                 <span class="comment">// We already have the same number of connections as </span>
+<a name="l00999"></a>00999                 <span class="comment">// devices on the PAN, move on to dish out player numbers</span>
+<a name="l01000"></a>01000                 iConsole.Printf(_L(<span class="stringliteral">"\nAll players on PAN have joined!!\n"</span>));
+<a name="l01001"></a>01001                 TRequestStatus status;
+<a name="l01002"></a>01002                 <span class="keywordflow">for</span> (TInt i=0;i&lt;iSocketArray.Count();i++)
+<a name="l01003"></a>01003                         {
+<a name="l01004"></a>01004                         status = KRequestPending;
+<a name="l01005"></a>01005                 <span class="comment">//      iPlayerNum = i;</span>
+<a name="l01006"></a>01006                 <span class="comment">//      iSocketArray[i].Send(iPlayerNum, 0, status);</span>
+<a name="l01007"></a>01007                         User::WaitForRequest(status);
+<a name="l01008"></a>01008                         <span class="keywordflow">if</span> (status != KErrNone)
+<a name="l01009"></a>01009                                 {
+<a name="l01010"></a>01010                                 <span class="comment">// We have failed to send player number to the player</span>
+<a name="l01011"></a>01011                                 <span class="comment">// Remove them from the socket array and the network</span>
+<a name="l01012"></a>01012                                 iSocketArray[i].Close();
+<a name="l01013"></a>01013                                 iSocketArray.Remove(i);
+<a name="l01014"></a>01014                                 TPtr8 ptr = iActiveConnections[i].Des();
+<a name="l01015"></a>01015                                 iConnection.Control(KCOLAgent, KCOAgentPanDisconnectDevice, ptr);
+<a name="l01016"></a>01016                                 i--;
+<a name="l01017"></a>01017                                 }
+<a name="l01018"></a>01018                         }
+<a name="l01019"></a>01019                 <a class="code" href="class_c_pan_connections.html#514cfbe2ba7d674954dbc60c85ab7018">ListenDoCancel</a>();<span class="comment">// Cancel any oustanding Accepts.</span>
+<a name="l01020"></a>01020                 <span class="keywordflow">return</span> (KErrNone);
+<a name="l01021"></a>01021                 }
+<a name="l01022"></a>01022         <span class="keywordflow">else</span>
+<a name="l01023"></a>01023                 {
+<a name="l01024"></a>01024                 RSocket socket;
+<a name="l01025"></a>01025                 iSocketArray.Append(socket);
+<a name="l01026"></a>01026                 TInt last = iSocketArray.Count()-1;
+<a name="l01027"></a>01027                 rerr = iSocketArray[last].Open(iSockSvr);
+<a name="l01028"></a>01028                 <span class="keywordflow">if</span> (rerr != KErrNone)
+<a name="l01029"></a>01029                         {
+<a name="l01030"></a>01030                         iConsole.Printf(_L(<span class="stringliteral">"Failed to open 'Service' Socket : %d"</span>), rerr);
+<a name="l01031"></a>01031                         <span class="keywordflow">return</span> (rerr);
+<a name="l01032"></a>01032                         }
+<a name="l01033"></a>01033                 iActiveMode = ESocketAccept;<span class="comment">// set the mode for the active object </span>
+<a name="l01034"></a>01034                 iSocket.Accept(iSocketArray[last], iStatus);
+<a name="l01035"></a>01035                 SetActive();    
+<a name="l01036"></a>01036                 <span class="keywordflow">return</span> (rerr);
+<a name="l01037"></a>01037                 }
+<a name="l01038"></a>01038         }
+<a name="l01039"></a>01039         
+<a name="l01043"></a><a class="code" href="class_c_pan_connections.html#1c722de1ae920eb3160284c18c6bed99">01043</a> TInt <a class="code" href="class_c_pan_connections.html#1c722de1ae920eb3160284c18c6bed99">CPanConnections::CloseTcpIpSocketConnect</a>()
+<a name="l01044"></a>01044         {
+<a name="l01045"></a>01045         TRequestStatus status;
+<a name="l01046"></a>01046         <span class="comment">// Shutdown immediately</span>
+<a name="l01047"></a>01047         iSocket.Shutdown(RSocket::EImmediate, status);
+<a name="l01048"></a>01048         User::WaitForRequest(status);
+<a name="l01049"></a>01049         iConsole.Printf(_L(<span class="stringliteral">"\nConnection closed with error: %d"</span>), status.Int());
+<a name="l01050"></a>01050         <span class="keywordflow">return</span> (status.Int());
+<a name="l01051"></a>01051         }
+<a name="l01052"></a>01052         
+<a name="l01057"></a><a class="code" href="class_c_pan_connections.html#36b2c2c4943f29420aa4ee6208e7c266">01057</a> TInt <a class="code" href="class_c_pan_connections.html#36b2c2c4943f29420aa4ee6208e7c266">CPanConnections::CloseAllTcpIpSockets</a>()
+<a name="l01058"></a>01058         {
+<a name="l01059"></a>01059         TRequestStatus status;
+<a name="l01060"></a>01060         <span class="keywordflow">for</span> (TInt i=0; i&lt;iSocketArray.Count(); i++)
+<a name="l01061"></a>01061                 {
+<a name="l01062"></a>01062                 iSocketArray[i].Shutdown(RSocket::EImmediate, status);
+<a name="l01063"></a>01063                 User::WaitForRequest(status);
+<a name="l01064"></a>01064                 iConsole.Printf(_L(<span class="stringliteral">"\nConnection to %d closed with error: %d"</span>), i, status.Int());
+<a name="l01065"></a>01065                 }
+<a name="l01066"></a>01066         <span class="keywordflow">return</span> (KErrNone); 
+<a name="l01067"></a>01067         }
+<a name="l01068"></a>01068         
+<a name="l01072"></a><a class="code" href="class_c_pan_connections.html#28a3b8b1bc3dcd590e6899e8ac08ce53">01072</a> TInt <a class="code" href="class_c_pan_connections.html#28a3b8b1bc3dcd590e6899e8ac08ce53">CPanConnections::CloseCurrentTcpIpSocket</a>()
+<a name="l01073"></a>01073         {
+<a name="l01074"></a>01074         TRequestStatus status;
+<a name="l01075"></a>01075         iSocketArray[iActiveTcpSocket].Shutdown(RSocket::EImmediate, status);
+<a name="l01076"></a>01076         User::WaitForRequest(status);
+<a name="l01077"></a>01077         iConsole.Printf(_L(<span class="stringliteral">"\nConnection closed with error: %d"</span>), status.Int());
+<a name="l01078"></a>01078         <span class="keywordflow">return</span> (status.Int());
+<a name="l01079"></a>01079         }
+<a name="l01080"></a>01080         
+<a name="l01084"></a><a class="code" href="class_c_pan_connections.html#f50cb29f97f35de684d03bf5211671f2">01084</a> <span class="keywordtype">void</span> <a class="code" href="class_c_pan_connections.html#f50cb29f97f35de684d03bf5211671f2">CPanConnections::PrintTcpSocketConnections</a>()
+<a name="l01085"></a>01085         {
+<a name="l01086"></a>01086         iConsole.Printf(_L(<span class="stringliteral">"---------------- UDP CONNECTIONS -----------------\n"</span>));
+<a name="l01087"></a>01087         iConsole.Printf(_L(<span class="stringliteral">"Devices on Piconet\n"</span>));
+<a name="l01088"></a>01088 <span class="comment">//      if (iSocketArray.Count() &lt;= 1 &amp;&amp; IsActive())</span>
+<a name="l01089"></a>01089 <span class="comment">//              {</span>
+<a name="l01090"></a>01090 <span class="comment">//              // We only have one socket, make sure it is connected</span>
+<a name="l01091"></a>01091                 <span class="comment">// as it might still be accepting.</span>
+<a name="l01092"></a>01092 <span class="comment">//              iConsole.Printf(_L("\n                  NO DEVICES\n"));</span>
+<a name="l01093"></a>01093 <span class="comment">//              }</span>
+<a name="l01094"></a>01094 <span class="comment">//      else</span>
+<a name="l01095"></a>01095 <span class="comment">//              {</span>
+<a name="l01096"></a>01096                 TInt count;
+<a name="l01097"></a>01097                 <span class="keywordflow">if</span> (IsActive() &amp;&amp; iActiveMode == ESocketAccept)
+<a name="l01098"></a>01098                         count = iRemoteNames.Count()-1;
+<a name="l01099"></a>01099                 <span class="keywordflow">else</span>
+<a name="l01100"></a>01100                         count = iRemoteNames.Count();
+<a name="l01101"></a>01101                 <span class="keywordflow">for</span>(TInt i=0;i&lt;count;i++)
+<a name="l01102"></a>01102                         {
+<a name="l01103"></a>01103                         TBuf&lt;KMaxBufferSize&gt; dispBuf;
+<a name="l01104"></a>01104                         <span class="comment">//TInetAddr address;</span>
+<a name="l01105"></a>01105                 <span class="comment">//      iRemoteNames[i].RemoteName(address);</span>
+<a name="l01106"></a>01106                         iRemoteNames[i].Output(dispBuf);
+<a name="l01107"></a>01107                         iConsole.Printf(_L(<span class="stringliteral">"            %d - %S\n"</span>), i, &amp;dispBuf);                              
+<a name="l01108"></a>01108                         }
+<a name="l01109"></a>01109 <span class="comment">//              }</span>
+<a name="l01110"></a>01110         iConsole.Printf(_L(<span class="stringliteral">"--------------------------------------------------\n"</span>));
+<a name="l01111"></a>01111         }
+<a name="l01112"></a>01112         
+<a name="l01116"></a><a class="code" href="class_c_pan_connections.html#f113f2b06e495b97ab788e3f0030b617">01116</a> TInt <a class="code" href="class_c_pan_connections.html#f113f2b06e495b97ab788e3f0030b617">CPanConnections::GetLocalRole</a>()<span class="keyword"> const</span>
+<a name="l01117"></a>01117 <span class="keyword">        </span>{
+<a name="l01118"></a>01118         <span class="keywordflow">return</span> (iLocalRole);
+<a name="l01119"></a>01119         }
+<a name="l01120"></a>01120         
+<a name="l01121"></a>01121 
+<a name="l01122"></a>01122 
+<a name="l01126"></a><a class="code" href="class_c_pan_connections.html#6c2066f03c9d53e73206cff1dae7aa5b">01126</a> TInt <a class="code" href="class_c_pan_connections.html#6c2066f03c9d53e73206cff1dae7aa5b">CPanConnections::ActiveConnCount</a>()
+<a name="l01127"></a>01127         {
+<a name="l01128"></a>01128         <span class="keywordflow">return</span> iActiveConnections.Count();
+<a name="l01129"></a>01129         }
+<a name="l01130"></a>01130 
+<a name="l01131"></a>01131 
+<a name="l01132"></a><a class="code" href="class_c_pan_connections.html#fe4f439df6bed9bce936292e6b87d098">01132</a> <span class="keywordtype">void</span> <a class="code" href="class_c_pan_connections.html#fe4f439df6bed9bce936292e6b87d098">CPanConnections::CancelAllOperations</a>()
+<a name="l01133"></a>01133         {
+<a name="l01134"></a>01134         <span class="keywordflow">for</span> (TInt i=0;i&lt;iSocketArray.Count();i++)
+<a name="l01135"></a>01135                 {
+<a name="l01136"></a>01136                 iSocketArray[i].CancelAll();
+<a name="l01137"></a>01137                 }
+<a name="l01138"></a>01138         }
+</pre></div><hr size="1"><address style="text-align: right;"><small>Generated on Thu Jan 21 10:32:57 2010 for TB10.1 Example Applications by&nbsp;
+<a href="http://www.doxygen.org/index.html">
+<img src="doxygen.png" alt="doxygen" align="middle" border="0"></a> 1.5.3 </small></address>
+</body>
+</html>