bluetoothengine/btmac/src/BTMonoCmdHandler/btmcoperator.cpp
branchRCL_3
changeset 21 53b7818cd282
parent 20 2f88a7d66f50
equal deleted inserted replaced
20:2f88a7d66f50 21:53b7818cd282
    90     if (iStatus == KErrNone)
    90     if (iStatus == KErrNone)
    91         {
    91         {
    92         LEAVE_IF_ERROR(params.Append(TATParam(0)));
    92         LEAVE_IF_ERROR(params.Append(TATParam(0)));
    93         TBuf8<KMaxOperatorNameLength> buf8;
    93         TBuf8<KMaxOperatorNameLength> buf8;
    94         buf8.Copy(iInfo.iName); //  Unicode convert:		
    94         buf8.Copy(iInfo.iName); //  Unicode convert:		
    95 		TBuf16<KMaxOperatorNameLength> buf16;
    95         TBuf16<KMaxOperatorNameLength> buf16;
    96         TBuf8<KMaxOperatorNameLength> buf8Copy;        
    96         TBuf8<KMaxOperatorNameLength> buf8Copy;        
    97         LEAVE_IF_ERROR(CnvUtfConverter::ConvertToUnicodeFromUtf8(buf16,buf8));
    97         LEAVE_IF_ERROR(CnvUtfConverter::ConvertToUnicodeFromUtf8(buf16,buf8));
    98         buf8Copy.Copy(buf16);
    98         buf8Copy.Copy(buf16);
    99         LEAVE_IF_ERROR(params.Append(TATParam(buf8Copy, EATDQStringParam)));	
    99         LEAVE_IF_ERROR(params.Append(TATParam(buf8Copy, EATDQStringParam)));	
   100         }
   100         }