bluetoothengine/btmac/inc/btmac/btmman.h
changeset 32 19bd632b5100
parent 2 0b192a3a05a4
--- a/bluetoothengine/btmac/inc/btmac/btmman.h	Mon May 17 11:06:23 2010 +0300
+++ b/bluetoothengine/btmac/inc/btmac/btmman.h	Fri May 28 17:03:06 2010 +0300
@@ -12,7 +12,7 @@
 * Contributors:
 *
 * Description:  the entry of this plugin.
-*  Version     : %version: 12.1.7 %
+*  Version     : %version: 12.1.7.1.1 %
 *
 */
 
@@ -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