javaextensions/bluetooth/bluetoothplugins/btspppushplugin/src.s60/btrfcommserverconnection.cpp
changeset 79 2f468c1958d0
parent 61 bf7ee68962da
equal deleted inserted replaced
76:4ad59aaee882 79:2f468c1958d0
    40 _LIT(KRfComm, "RFCOMM");
    40 _LIT(KRfComm, "RFCOMM");
    41 
    41 
    42 OS_EXPORT RFCOMMServerConnection::RFCOMMServerConnection(
    42 OS_EXPORT RFCOMMServerConnection::RFCOMMServerConnection(
    43     java::bluetooth::BluetoothFunctionServer* server):
    43     java::bluetooth::BluetoothFunctionServer* server):
    44         mAcceptMonitor(NULL),
    44         mAcceptMonitor(NULL),
       
    45         mAcceptStatus(0),
       
    46         mAcceptedSocket(0),
    45         mAsyncAccept(false),
    47         mAsyncAccept(false),
       
    48         mAvoidFilter(false),
       
    49         mPushEventListener(0),
    46         mBtUrlParams(NULL),
    50         mBtUrlParams(NULL),
    47         mBtClientConn(NULL),
    51         mBtClientConn(NULL),
    48         mServer(server),
    52         mServer(server),
       
    53         mListenSock(0),
    49         mIsConnected(EFalse),
    54         mIsConnected(EFalse),
    50         mServRec(NULL),
    55         mServRec(NULL),
    51         mState(ENone)
    56         mState(ENone)
    52 {
    57 {
    53     JELOG2(EJavaBluetooth);
    58     JELOG2(EJavaBluetooth);