btobexprofiles/obexserviceman/utils/src/obexutilsmessagehandler.cpp
changeset 51 625f43ae9362
parent 47 9e2a905b887f
equal deleted inserted replaced
49:9866e1d49556 51:625f43ae9362
    52 // todo @ QT migration: take official definition from Messaging at app layer (btmsgtypeuid.h)
    52 // todo @ QT migration: take official definition from Messaging at app layer (btmsgtypeuid.h)
    53 const TUid KUidMsgTypeBt = {0x10009ED5};
    53 const TUid KUidMsgTypeBt = {0x10009ED5};
    54 
    54 
    55 const TInt KObexUtilsMaxCharToFromField = 256;
    55 const TInt KObexUtilsMaxCharToFromField = 256;
    56 
    56 
       
    57 const TInt32 KUidMsgTypeBtTInt32 = 0x10009ED5;
       
    58 
    57 // ============================= LOCAL FUNCTIONS ===============================
    59 // ============================= LOCAL FUNCTIONS ===============================
    58 
    60 
    59 // -----------------------------------------------------------------------------
    61 // -----------------------------------------------------------------------------
    60 // RemoveObexBuffer  Removes Obex buffer object.
    62 // RemoveObexBuffer  Removes Obex buffer object.
    61 // -----------------------------------------------------------------------------
    63 // -----------------------------------------------------------------------------
   301     
   303     
   302     TMsvEntry parentTEntry = parentEntry->Entry();
   304     TMsvEntry parentTEntry = parentEntry->Entry();
   303     parentTEntry.iMtm = KUidBIOMessageTypeMtm;
   305     parentTEntry.iMtm = KUidBIOMessageTypeMtm;
   304     parentTEntry.iServiceId = KMsvLocalServiceIndexEntryId;  
   306     parentTEntry.iServiceId = KMsvLocalServiceIndexEntryId;  
   305     parentTEntry.iBioType = aBioMsgId.iUid;
   307     parentTEntry.iBioType = aBioMsgId.iUid;
       
   308     parentTEntry.iMtmData1 = KUidMsgTypeBtTInt32;
   306     parentTEntry.iDescription.Set(aBioDB->BifReader(index).Description());
   309     parentTEntry.iDescription.Set(aBioDB->BifReader(index).Description());
   307     parentEntry->ChangeL(parentTEntry);
   310     parentEntry->ChangeL(parentTEntry);
   308     
   311     
   309     FLOG(_L("[OBEXUTILS]\t StoreAndUpdateBioMessageL() completed"));
   312     FLOG(_L("[OBEXUTILS]\t StoreAndUpdateBioMessageL() completed"));
   310     }
   313     }