bluetoothengine/btmac/inc/btmac/btmman.h
branchRCL_3
changeset 13 b6f55cd40afd
parent 2 0b192a3a05a4
child 55 613943a21004
--- a/bluetoothengine/btmac/inc/btmac/btmman.h	Mon Mar 15 12:41:15 2010 +0200
+++ b/bluetoothengine/btmac/inc/btmac/btmman.h	Wed Mar 31 21:51:05 2010 +0300
@@ -12,7 +12,7 @@
 * Contributors:
 *
 * Description:  the entry of this plugin.
-*  Version     : %version: 12.1.7 %
+*  Version     : %version: 12.1.8 %
 *
 */
 
@@ -38,6 +38,7 @@
 class CBtmState;
 class CBtmActive;
 class CBtmcHandlerApi;
+class CBtmPageScanParametersManager;
 
 /**
  * the main class of BTMAC.
@@ -167,7 +168,11 @@
      * @param aAddr the address of the remote device.
      */
     void SetCmdHandlerRvcSupport( const TBTDevAddr& aAddr );
-    
+
+    void StartedListenning();
+
+    void StoppedListenning();
+
 private:
     // From base class CBTAccPlugin
 
@@ -328,6 +333,8 @@
     TBool iEdr;
     
     CBTEngDiscovery* iBteng;
+
+    CBtmPageScanParametersManager* iPageScanParametersManager;
     };
 
 #endif // C_BTMMAN_H