bluetoothengine/btaudioman/inc/BTAccClient.h
branchRCL_3
changeset 6 6a29d5ad0713
parent 0 f63038272f30
--- a/bluetoothengine/btaudioman/inc/BTAccClient.h	Tue Feb 02 00:20:42 2010 +0200
+++ b/bluetoothengine/btaudioman/inc/BTAccClient.h	Fri Feb 19 22:59:18 2010 +0200
@@ -93,34 +93,6 @@
     */
     void GetInfoOfConnectedAcc(TPckg<TAccInfo>& aInfoPckg, TRequestStatus& aStatus ); 
     
-
-    /**
-    * Transfer audio to phone
-    * @param    None
-    * @return   TInt indicating the success of call.      
-    */
-    TInt AudioToPhone();
-
-    /**
-    * Routes the audio paths from the phone to the accessory from which they
-    * have been earlier on moved to the phone with the audio to phone 
-    * operation. In practice also reconnects to the accessory.
-    * @param aStatus            When the request completes contains the 
-    *                           success status of the operation.
-    * @return                   None.
-    */
-    void AudioToAccessory( TRequestStatus& aStatus );
-
-    /**
-    * Cancels the audio to accessory operation.
-    * Note that if this request is made after the point when it is not 
-    * possible to cancel the actual operation any more, the audio paths 
-    * might still be routed to the accessory again.
-    * @param                    TRequestStatus status to be cancelled.
-    * @return                   None.
-    */
-    void CancelAudioToAccessory();
-    
 public: // Functions from base classes
 
     /**