equal
deleted
inserted
replaced
163 void CBtServerSendOperation::PostConnectOperations() |
163 void CBtServerSendOperation::PostConnectOperations() |
164 { |
164 { |
165 // If the connection attempt has failed and we are not going to retry the connection, |
165 // If the connection attempt has failed and we are not going to retry the connection, |
166 // make sure that the link is allowed to go into low power modes. |
166 // make sure that the link is allowed to go into low power modes. |
167 |
167 |
168 const TDesC8* progressDes = NULL; |
168 const TDesC8* progressDes; |
169 TRAPD(error, progressDes = &ProgressL()); |
169 TRAPD(error, progressDes = &ProgressL()); |
170 |
170 |
171 if (error == KErrNone) |
171 if (error == KErrNone) |
172 { |
172 { |
173 TPckgBuf<TObexMtmProgress> package; |
173 TPckgBuf<TObexMtmProgress> package; |