bluetoothengine/btnotif/inc/bluetoothdevicedialogs.h
changeset 47 9e2a905b887f
parent 42 b72428996822
child 57 5ebadcda06cb
--- a/bluetoothengine/btnotif/inc/bluetoothdevicedialogs.h	Mon Jul 12 19:25:26 2010 +0300
+++ b/bluetoothengine/btnotif/inc/bluetoothdevicedialogs.h	Fri Jul 23 15:57:13 2010 +0300
@@ -39,7 +39,8 @@
     EBlockUnpairedDevice,
     EBlockPairedDevice,
     EPairingSuccess,
-    EPairingFailure,
+    EPairingFailureRetry,
+    EPairingFailureOk,
     EVisibilityTimeout,
     EUnpairedDevice,
     EUnusedResource	// The last ID
@@ -68,7 +69,9 @@
         ESend,
         EGlobalNotif,
         EUserAuthorization,
-        EReceiveProgress
+        EReceiveProgress,
+        ETransferFailed, 
+        EReceiveDone
         };
 
     /**  Enumeration for the notification parameters data type to be configured. */
@@ -88,7 +91,18 @@
         EReceive,
         EReceiveFromPairedDevice,
         EConnect,
-        EPairingRequest
+        EPairingRequest,
+        ERecvFailed,
+        ESendFailed,
+        EReceiveCompleted
+        };
+    
+    enum TDialogActionType
+        {
+        EHide,
+        EShow,
+        ECancelReceive,
+        ECancelShow
         };
 
     inline TBluetoothDialogParams();