bluetoothengine/btaudioman/src/basrvaccstate.cpp
branchRCL_3
changeset 56 9386f31cc85b
parent 55 613943a21004
child 61 269724087bed
equal deleted inserted replaced
55:613943a21004 56:9386f31cc85b
    84 void CBasrvAccState::OpenAudioL(TAccAudioType /*aType*/)
    84 void CBasrvAccState::OpenAudioL(TAccAudioType /*aType*/)
    85     {
    85     {
    86     TRACE_FUNC
    86     TRACE_FUNC
    87     }
    87     }
    88 
    88 
    89 void CBasrvAccState::CancelOpenAudio()
       
    90     {
       
    91     TRACE_FUNC
       
    92     }
       
    93 
       
    94 void CBasrvAccState::CloseAudioL(TAccAudioType /*aType*/)
    89 void CBasrvAccState::CloseAudioL(TAccAudioType /*aType*/)
    95     {
    90     {
    96     TRACE_FUNC
    91     TRACE_FUNC
    97     }
    92     }
    98 
    93 
   131     {
   126     {
   132     return Parent().AccInfo();
   127     return Parent().AccInfo();
   133     }
   128     }
   134 
   129 
   135 void CBasrvAccState::NewProfileConnection(TProfiles aProfile)
   130 void CBasrvAccState::NewProfileConnection(TProfiles aProfile)
   136     {    
   131     {
   137     AccInfo().iConnProfiles |= aProfile;
   132     AccInfo().iConnProfiles |= aProfile;
   138     AccInfo().iSuppProfiles |= aProfile;
   133     AccInfo().iSuppProfiles |= aProfile;
   139     if (aProfile == ERemConCT && 
   134     if (aProfile == ERemConCT && 
   140         Parent().AccMan().IsAvrcpVolCTSupported()&& 
   135         Parent().AccMan().IsAvrcpVolCTSupported()&& 
   141         IsAvrcpTGCat2SupportedByRemote())
   136         IsAvrcpTGCat2SupportedByRemote())