localconnectivityservice/obexreceiveservices/bip/src/BIPController.cpp
branchRCL_3
changeset 7 a2f12998bb04
parent 5 11d83199e2d9
child 13 2702348f1fe7
equal deleted inserted replaced
5:11d83199e2d9 7:a2f12998bb04
    43         
    43         
    44 // CONSTANTS
    44 // CONSTANTS
    45 _LIT8(KBipCapabilityType, "x-bt/img-capabilities\0");
    45 _LIT8(KBipCapabilityType, "x-bt/img-capabilities\0");
    46 
    46 
    47 
    47 
    48 const TInt    KBufferSize = 0x4000;  // 16kB
    48 const TInt    KBufferSize = 0x10000;  // 64 kB
    49 
    49 
    50 // ================= MEMBER FUNCTIONS =======================
    50 // ================= MEMBER FUNCTIONS =======================
    51 
    51 
    52 CBIPController* CBIPController::NewL()
    52 CBIPController* CBIPController::NewL()
    53     {
    53     {