javaextensions/bluetooth/bluetoothcommons/inc.s60/bluetoothclientconnection.h
changeset 23 98ccebc37403
parent 21 2a9601315dfc
equal deleted inserted replaced
21:2a9601315dfc 23:98ccebc37403
    71      * To be used after creating a ClientConnection object from the Server
    71      * To be used after creating a ClientConnection object from the Server
    72      * implementation. Since the RSocket passed is already initialized during
    72      * implementation. Since the RSocket passed is already initialized during
    73      * connection open, all we do here is to add the object to Active Scheduler.
    73      * connection open, all we do here is to add the object to Active Scheduler.
    74      */
    74      */
    75     OS_IMPORT
    75     OS_IMPORT
    76     void BluetoothClientConnection::initialize(int protocol,
    76     void initialize(int protocol, TInt64 aRemoteAddr, 
    77             TInt64 aRemoteAddr, int aReceiveMtu, int aTransmitMtu);
    77         int aReceiveMtu, int aTransmitMtu);
    78 
    78 
    79     /**
    79     /**
    80      * Used to Initialize the protocol specific options of the Bluetooth Socket.
    80      * Used to Initialize the protocol specific options of the Bluetooth Socket.
    81      * This needs to be called before a call to Connect is made.
    81      * This needs to be called before a call to Connect is made.
    82      * @param[in] integer value representing the Protocol.
    82      * @param[in] integer value representing the Protocol.