javaextensions/bluetooth/bluetoothplugins/btspppushplugin/src.s60/btrfcommserverconnection.cpp
branchRCL_3
changeset 83 26b2b12093af
parent 60 6c158198356e
equal deleted inserted replaced
77:7cee158cb8cd 83:26b2b12093af
    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);