bluetoothengine/btmac/common/atcodec.h
changeset 2 0b192a3a05a4
parent 0 f63038272f30
child 21 53b7818cd282
equal deleted inserted replaced
1:6a1fe72036e3 2:0b192a3a05a4
   298     
   298     
   299     IMPORT_C static CATResult* NewL(TATId aId, TATType aType = EATErrorResult, const RATParamArray* aParams = NULL);
   299     IMPORT_C static CATResult* NewL(TATId aId, TATType aType = EATErrorResult, const RATParamArray* aParams = NULL);
   300     
   300     
   301     IMPORT_C static CATResult* NewLC(TATId aId, TATType aType = EATErrorResult, const RATParamArray* aParams = NULL);
   301     IMPORT_C static CATResult* NewLC(TATId aId, TATType aType = EATErrorResult, const RATParamArray* aParams = NULL);
   302 
   302 
   303     IMPORT_C static CATResult* NewL(TATId aId, TATType aType, const TATParam aParam);
   303     IMPORT_C static CATResult* NewL(TATId aId, TATType aType, const TATParam& aParam);
   304     
   304     
   305     IMPORT_C static CATResult* NewLC(TATId aId, TATType aType, const TATParam aParam);
   305     IMPORT_C static CATResult* NewLC(TATId aId, TATType aType, const TATParam& aParam);
   306 
   306 
   307     /**
   307     /**
   308     * 
   308     * 
   309     */
   309     */
   310     IMPORT_C TInt Set(TATId aId, TATType aType = EATErrorResult, const RATParamArray* aParams = NULL);
   310     IMPORT_C TInt Set(TATId aId, TATType aType = EATErrorResult, const RATParamArray* aParams = NULL);