javaextensions/bluetooth/bluetoothplugins/btl2cappushplugin/src.s60/btl2capserverconnection.cpp
changeset 79 2f468c1958d0
parent 61 bf7ee68962da
equal deleted inserted replaced
76:4ad59aaee882 79:2f468c1958d0
    38 const TInt KSizeOfListenQueue = 7;
    38 const TInt KSizeOfListenQueue = 7;
    39 
    39 
    40 OS_EXPORT L2CAPServerConnection::L2CAPServerConnection(
    40 OS_EXPORT L2CAPServerConnection::L2CAPServerConnection(
    41     java::bluetooth::BluetoothFunctionServer* server):
    41     java::bluetooth::BluetoothFunctionServer* server):
    42         mAcceptMonitor(NULL),
    42         mAcceptMonitor(NULL),
       
    43         mAcceptStatus(0),
       
    44         mAcceptedSocket(0),
       
    45         mMasterRoleRequested(EFalse),
    43         mAsyncAccept(false),
    46         mAsyncAccept(false),
    44         mAvoidFilter(false),
    47         mAvoidFilter(false),
       
    48         mPushEventListener(0),
    45         mBtUrlParams(NULL),
    49         mBtUrlParams(NULL),
    46         mBtClientConn(NULL),
    50         mBtClientConn(NULL),
    47         mServer(server),
    51         mServer(server),
       
    52         mListenSock(0),
    48         mIsConnected(EFalse),
    53         mIsConnected(EFalse),
    49         mServRec(NULL),
    54         mServRec(NULL),
    50         mState(ENone)
    55         mState(ENone)
    51 {
    56 {
    52 }
    57 }