diff -r df7a93ede42e -r a0ea99b6fa53 bluetoothengine/btserviceutil/inc/btdevrepositoryimpl.h --- a/bluetoothengine/btserviceutil/inc/btdevrepositoryimpl.h Wed May 05 09:56:48 2010 +0300 +++ b/bluetoothengine/btserviceutil/inc/btdevrepositoryimpl.h Mon May 17 11:06:23 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. *