equal
deleted
inserted
replaced
136 iParent.ConnectionTracker().NotificationManager()->GetNotification(); |
136 iParent.ConnectionTracker().NotificationManager()->GetNotification(); |
137 User::LeaveIfNull( notification ); // For OOM exception, leaves with KErrNoMemory |
137 User::LeaveIfNull( notification ); // For OOM exception, leaves with KErrNoMemory |
138 TBTDialogResourceId resourceId = EPairingSuccess; |
138 TBTDialogResourceId resourceId = EPairingSuccess; |
139 if(KErrNone != aResult) |
139 if(KErrNone != aResult) |
140 { |
140 { |
141 resourceId = EPairingFailure; |
141 resourceId = EPairingFailureOk; |
142 } |
142 } |
143 notification->SetNotificationType( TBluetoothDialogParams::ENote, resourceId ); |
143 notification->SetNotificationType( TBluetoothDialogParams::ENote, resourceId ); |
144 const CBtDevExtension* dev = iParent.BTDevRepository().Device(iAddr); |
144 const CBtDevExtension* dev = iParent.BTDevRepository().Device(iAddr); |
145 if(dev) |
145 if(dev) |
146 { |
146 { |