bluetoothengine/btmac/src/btmac/btmsreconnect.cpp
changeset 2 0b192a3a05a4
parent 0 f63038272f30
equal deleted inserted replaced
1:6a1fe72036e3 2:0b192a3a05a4
   161         Parent().ChangeStateL(CBtmsHsTempd::NewL(Parent(), iSockAddr.BTAddr()));
   161         Parent().ChangeStateL(CBtmsHsTempd::NewL(Parent(), iSockAddr.BTAddr()));
   162         }
   162         }
   163     else
   163     else
   164         {
   164         {
   165         Parent().LoadCmdHandlerL(EBtmcHSP, iRfcomm->Remote(), iRfcomm->AccessoryInitiatedConnection());
   165         Parent().LoadCmdHandlerL(EBtmcHSP, iRfcomm->Remote(), iRfcomm->AccessoryInitiatedConnection());
       
   166         // volume control support status of the HSP in remote device
       
   167         // is only available in the owner of this component.
       
   168         // Ask parent to set the support in cmdhandler.
       
   169         Parent().SetCmdHandlerRvcSupport( iRfcomm->Remote() );
   166         Parent().ChangeStateL(CBtmsOpenAudio::NewL(Parent(), SwapStateRequest(), SwapStateRfcommSock(), NULL));
   170         Parent().ChangeStateL(CBtmsOpenAudio::NewL(Parent(), SwapStateRequest(), SwapStateRfcommSock(), NULL));
   167         }
   171         }
   168     }
   172     }
   169 
   173 
   170 void CBtmsReconnect::ServiceSearchComplete( const RSdpRecHandleArray& /*aResult*/, TUint /*aTotalRecordsCount*/, TInt /*aErr*/ ) {}
   174 void CBtmsReconnect::ServiceSearchComplete( const RSdpRecHandleArray& /*aResult*/, TUint /*aTotalRecordsCount*/, TInt /*aErr*/ ) {}