bluetoothengine/btmac/src/BTMonoCmdHandler/btmchandlerapi.cpp
changeset 2 0b192a3a05a4
parent 0 f63038272f30
equal deleted inserted replaced
1:6a1fe72036e3 2:0b192a3a05a4
    62 EXPORT_C TInt CBtmcHandlerApi::GetRemoteSupportedFeature()
    62 EXPORT_C TInt CBtmcHandlerApi::GetRemoteSupportedFeature()
    63     {
    63     {
    64     return iHandler->GetRemoteSupportedFeature();
    64     return iHandler->GetRemoteSupportedFeature();
    65     }
    65     }
    66 
    66 
       
    67 EXPORT_C void CBtmcHandlerApi::SetHspRvcSupported(TBool aSupported)
       
    68     {
       
    69     return iHandler->SetHspRvcSupported(aSupported);
       
    70     }
       
    71 
    67 CBtmcHandlerApi::CBtmcHandlerApi()
    72 CBtmcHandlerApi::CBtmcHandlerApi()
    68     {
    73     {
    69     }
    74     }
    70 
    75 
    71 void CBtmcHandlerApi::ConstructL(MBtmcObserver& aObserver, TBtmcProfileId aProfile, const TDesC8& aBTDevAddr, TBool aAccessoryInitiated)
    76 void CBtmcHandlerApi::ConstructL(MBtmcObserver& aObserver, TBtmcProfileId aProfile, const TDesC8& aBTDevAddr, TBool aAccessoryInitiated)