bluetoothengine/btserviceutil/inc/btdevrepositoryimpl.h
changeset 33 837dcc42fd6a
parent 19 43824b19ee35
--- a/bluetoothengine/btserviceutil/inc/btdevrepositoryimpl.h	Fri May 14 16:01:46 2010 +0300
+++ b/bluetoothengine/btserviceutil/inc/btdevrepositoryimpl.h	Thu May 27 13:01:44 2010 +0300
@@ -86,6 +86,16 @@
     const CBtDevExtension* Device( const TBTDevAddr& aAddr ) const;
     
     /**
+     * Forces the repository to initialize its data store.
+     * At Initialization completion, corresponding callback will be invoked.
+     * Initialization completion means the repository has retieved all
+     * Bluetooth devices from BT registry, and it is subscribing to
+     * registry update events.
+     * 
+     */
+     void ReInitialize();
+    
+    /**
      * Returns the service (limited to services managed in bteng scope)
      * level connection status of the specified device.
      *