<?xml version="1.0" encoding="UTF-8" ?>
<?xml-stylesheet type="text/xsl" href="https://devzone.nordicsemi.com/cfs-file/__key/system/syndication/rss.xsl" media="screen"?><rss version="2.0" xmlns:dc="http://purl.org/dc/elements/1.1/" xmlns:slash="http://purl.org/rss/1.0/modules/slash/" xmlns:wfw="http://wellformedweb.org/CommentAPI/" xmlns:atom="http://www.w3.org/2005/Atom"><channel><title>Direct connection after disconnect</title><link>https://devzone.nordicsemi.com/f/nordic-q-a/34860/direct-connection-after-disconnect</link><description>I am using the iPhone 8, BLE device (51822/51422), s130, SDK 12.3.0. 
 and using a bonding and passkey to connect. 
 However, Direct connection after disconnect For example, 1. - At first connection, it is connected and the passkey input window appears</description><dc:language>en-US</dc:language><generator>Telligent Community 13</generator><lastBuildDate>Thu, 31 May 2018 07:08:13 GMT</lastBuildDate><atom:link rel="self" type="application/rss+xml" href="https://devzone.nordicsemi.com/f/nordic-q-a/34860/direct-connection-after-disconnect" /><item><title>RE: Direct connection after disconnect</title><link>https://devzone.nordicsemi.com/thread/134120?ContentTypeID=1</link><pubDate>Thu, 31 May 2018 07:08:13 GMT</pubDate><guid isPermaLink="false">137ad170-7792-4731-bb38-c0d22fbe4515:85e56bef-5e61-4560-b44b-73d728aee420</guid><dc:creator>Edvin</dc:creator><description>&lt;p&gt;Also when you connect with your phone?&lt;/p&gt;
&lt;p&gt;I ask because when I connected with my phone, it printed the passkey, but when the other device tried to connect, it didn&amp;#39;t, and I see that it doesn&amp;#39;t print the passkey most of the times in your error log. Can you please try to turn off bluetooth on the phone, and see if you still get the fatal errors?&lt;/p&gt;
&lt;p&gt;&amp;nbsp;&lt;/p&gt;
&lt;p&gt;Either way. Did you try to move the m_conn_handle = BLE_CONN_HANDLE_INVALID; to after sd_ble_gap_disconnect()?&lt;/p&gt;
&lt;p&gt;&amp;nbsp;&lt;/p&gt;
&lt;p&gt;BR,&lt;/p&gt;
&lt;p&gt;Edvin&lt;/p&gt;&lt;div style="clear:both;"&gt;&lt;/div&gt;</description></item><item><title>RE: Direct connection after disconnect</title><link>https://devzone.nordicsemi.com/thread/134100?ContentTypeID=1</link><pubDate>Thu, 31 May 2018 00:54:58 GMT</pubDate><guid isPermaLink="false">137ad170-7792-4731-bb38-c0d22fbe4515:d5da4c60-62e9-465e-94ad-02ca11b0b240</guid><dc:creator>RYYoo</dc:creator><description>&lt;p&gt;Thanks for the reply. I get the same result. But it takes too long to disconnect. It takes about a few minutes ... Is this normal?&lt;/p&gt;&lt;div style="clear:both;"&gt;&lt;/div&gt;</description></item><item><title>RE: Direct connection after disconnect</title><link>https://devzone.nordicsemi.com/thread/134099?ContentTypeID=1</link><pubDate>Thu, 31 May 2018 00:18:54 GMT</pubDate><guid isPermaLink="false">137ad170-7792-4731-bb38-c0d22fbe4515:435dfef2-1c60-4645-a2fd-4e624566a649</guid><dc:creator>RYYoo</dc:creator><description>&lt;p&gt;Thanks for the reply...! I tried it. But I have the same address for every connection it repeats.&lt;/p&gt;&lt;div style="clear:both;"&gt;&lt;/div&gt;</description></item><item><title>RE: Direct connection after disconnect</title><link>https://devzone.nordicsemi.com/thread/134098?ContentTypeID=1</link><pubDate>Thu, 31 May 2018 00:17:39 GMT</pubDate><guid isPermaLink="false">137ad170-7792-4731-bb38-c0d22fbe4515:c2ff9328-8380-4fbe-a1a7-e6ee619a8ff5</guid><dc:creator>RYYoo</dc:creator><description>&lt;p&gt;Thanks for the reply. I get the same result. But it takes too long to d&lt;span&gt;isconnect&lt;/span&gt;. It takes about a few minutes ... Is this normal?&lt;/p&gt;&lt;div style="clear:both;"&gt;&lt;/div&gt;</description></item><item><title>RE: Direct connection after disconnect</title><link>https://devzone.nordicsemi.com/thread/133980?ContentTypeID=1</link><pubDate>Wed, 30 May 2018 08:54:56 GMT</pubDate><guid isPermaLink="false">137ad170-7792-4731-bb38-c0d22fbe4515:3999e8b5-02d6-400c-b439-bd57e8b18a66</guid><dc:creator>Edvin</dc:creator><description>&lt;p&gt;Hello RY Yoo,&lt;/p&gt;
&lt;p&gt;I tested this in the office, and I see the same behavior as you, I think. Try the following with the ble_app_gls example from SDK12.3.0:&lt;/p&gt;
&lt;p&gt;Can you please try to add the following in your &amp;quot;BLE_GAP_EVT_CONNECTED&amp;quot; event:&lt;/p&gt;
&lt;p&gt;Change the line:&lt;/p&gt;
&lt;p&gt;NRF_LOG_INFO(&amp;quot;Connected\r\n&amp;quot;);&lt;/p&gt;
&lt;p&gt;to&lt;/p&gt;
&lt;p&gt;&amp;nbsp; NRF_LOG_INFO(&amp;quot;Connected to %x:%x:%x:%x:%x:%x\r\n&amp;quot;, p_ble_evt-&amp;gt;evt.gap_evt.params.connected.peer_addr.addr[0],&lt;br /&gt; p_ble_evt-&amp;gt;evt.gap_evt.params.connected.peer_addr.addr[1],&lt;br /&gt; p_ble_evt-&amp;gt;evt.gap_evt.params.connected.peer_addr.addr[2],&lt;br /&gt; p_ble_evt-&amp;gt;evt.gap_evt.params.connected.peer_addr.addr[3],&lt;br /&gt; p_ble_evt-&amp;gt;evt.gap_evt.params.connected.peer_addr.addr[4],&lt;br /&gt; p_ble_evt-&amp;gt;evt.gap_evt.params.connected.peer_addr.addr[5]);&lt;/p&gt;
&lt;p&gt;Then you should be able to see the address of the device that is trying to connect it.&lt;/p&gt;
&lt;p&gt;See if it is the same when you repeatedly get the error as it is when you connect with your phone.&lt;/p&gt;
&lt;p&gt;&amp;nbsp;&lt;/p&gt;
&lt;p&gt;In my case, there is something else in the office that is trying to connect to it, and not my iPhone. See if it is the same for you.&lt;/p&gt;
&lt;p&gt;&amp;nbsp;&lt;/p&gt;
&lt;p&gt;If it is another device that is trying to connect, this should still not cause the device to get a fatal error (which it does in the unmodified example).&lt;/p&gt;
&lt;p&gt;Go to your preprocessor defines, and add the define: &amp;quot;DEBUG&amp;quot;. Also turn off optimization (set it to -O0).&lt;/p&gt;
&lt;p&gt;Then add a breakpoint on line 76 in app_error.c (app_error_fault_handler(NRF_FAULT_ID_SDK_ERROR, 0, (uint32_t)(&amp;amp;error_info));)&lt;/p&gt;
&lt;p&gt;&amp;nbsp;&lt;/p&gt;
&lt;p&gt;See if it stops there. It should tell you where it stops, and what err_code it stops because of. I suspect it is in main.c, line number 228 (if main.c is not modified above this). The err_code is 12290 (= 0x3002).&lt;/p&gt;
&lt;p&gt;This means that it is trying to disconnect with an invalid connection handle. This is because the m_conn_handle is set to BLE_CONN_HANDLE_INVALID before sd_ble_gap_disconnect(...);&lt;/p&gt;
&lt;p&gt;&amp;nbsp;&lt;/p&gt;
&lt;p&gt;Try to move the line&amp;nbsp;&lt;/p&gt;
&lt;p&gt;m_conn_handle = BLE_CONN_HANDLE_INVALID;&lt;/p&gt;
&lt;p&gt;to after sd_ble_gap_disconnect(...);&lt;/p&gt;
&lt;p&gt;and see if that helps.&lt;/p&gt;
&lt;p&gt;&amp;nbsp;&lt;/p&gt;
&lt;p&gt;Best regards,&lt;/p&gt;
&lt;p&gt;Edvin&lt;/p&gt;&lt;div style="clear:both;"&gt;&lt;/div&gt;</description></item><item><title>RE: Direct connection after disconnect</title><link>https://devzone.nordicsemi.com/thread/133969?ContentTypeID=1</link><pubDate>Wed, 30 May 2018 08:16:56 GMT</pubDate><guid isPermaLink="false">137ad170-7792-4731-bb38-c0d22fbe4515:3745bf0f-a714-4bac-a157-4dc36f5f0130</guid><dc:creator>JustinLee</dc:creator><description>&lt;p&gt;I think that this is a phone issue.&lt;/p&gt;
&lt;p&gt;I checked this issue with iPhone 7 and iPhone 8.&lt;/p&gt;
&lt;p&gt;I got same behavior with iPhone 8+.&lt;/p&gt;
&lt;p&gt;They are using same version of nRF Connect.&lt;/p&gt;
&lt;p&gt;In case of iPhone 8, an iPhone 8 sends GATT negotiation packets continuously.&lt;/p&gt;
&lt;p&gt;It means that a phone sends packet to a board, so that connection is kept.&lt;/p&gt;
&lt;p&gt;This is not Nordic BLE problem.&lt;/p&gt;
&lt;p&gt;&lt;/p&gt;
&lt;p&gt;BR&lt;/p&gt;
&lt;p&gt;Justin&lt;/p&gt;&lt;div style="clear:both;"&gt;&lt;/div&gt;</description></item><item><title>RE: Direct connection after disconnect</title><link>https://devzone.nordicsemi.com/thread/133939?ContentTypeID=1</link><pubDate>Wed, 30 May 2018 06:50:04 GMT</pubDate><guid isPermaLink="false">137ad170-7792-4731-bb38-c0d22fbe4515:09f881b4-3fa3-4268-98c7-b5f0766caaf6</guid><dc:creator>JustinLee</dc:creator><description>&lt;p&gt;In my side, it&amp;#39;s working properly.&lt;/p&gt;
&lt;p&gt;An Apple device is iPhone 7.&lt;/p&gt;
&lt;p&gt;&lt;/p&gt;
&lt;p&gt;APP:INFO:Bonds erased!&lt;br /&gt;APP:INFO:GLS Start!&lt;br /&gt;APP:INFO:Fast advertising&lt;br /&gt;APP:INFO:Connected&lt;br /&gt;APP:INFO:Failed to secure connection. Disconnecting.&lt;br /&gt;APP:INFO:Failed to secure connection. Disconnecting.&lt;br /&gt;APP:INFO:Passkey: 008920&lt;br /&gt;APP:INFO:Failed to secure connection. Disconnecting.&lt;br /&gt;APP:INFO:Disconnected&lt;br /&gt;APP:INFO:Disconnected, reason 8&lt;br /&gt;APP:INFO:Fast advertising&lt;/p&gt;
&lt;p&gt;&lt;/p&gt;
&lt;p&gt;And, I think that it&amp;#39;s a mobile app problem because an Android device doesn&amp;#39;t have any issue.&amp;nbsp;&lt;/p&gt;
&lt;p&gt;Please check that out again.&lt;/p&gt;
&lt;p&gt;&lt;/p&gt;
&lt;p&gt;BR&lt;/p&gt;
&lt;p&gt;Justin&lt;/p&gt;&lt;div style="clear:both;"&gt;&lt;/div&gt;</description></item><item><title>RE: Direct connection after disconnect</title><link>https://devzone.nordicsemi.com/thread/133923?ContentTypeID=1</link><pubDate>Wed, 30 May 2018 04:41:26 GMT</pubDate><guid isPermaLink="false">137ad170-7792-4731-bb38-c0d22fbe4515:ceb19066-0b70-4317-bcd4-e5426bbe1f53</guid><dc:creator>RYYoo</dc:creator><description>&lt;p&gt;Sorry..! It was my mistake. I tried again. But not disconnect and It&amp;#39;s connected.&lt;/p&gt;
&lt;p&gt;APP:INFO:GLS Start!&lt;br /&gt;APP:INFO:Fast advertising&lt;br /&gt;APP:INFO:Connected&lt;br /&gt;APP:INFO:Failed to secure connection. Disconnecting.&lt;br /&gt;APP:INFO:Failed to secure connection. Disconnecting.&lt;br /&gt;APP:INFO:Passkey: 126067&lt;br /&gt;APP:INFO:Failed to secure connection. Disconnecting.&lt;/p&gt;&lt;div style="clear:both;"&gt;&lt;/div&gt;</description></item><item><title>RE: Direct connection after disconnect</title><link>https://devzone.nordicsemi.com/thread/133922?ContentTypeID=1</link><pubDate>Wed, 30 May 2018 04:25:46 GMT</pubDate><guid isPermaLink="false">137ad170-7792-4731-bb38-c0d22fbe4515:ca2582fa-5fba-456b-a333-bee076c4a620</guid><dc:creator>JustinLee</dc:creator><description>&lt;p&gt;I got same error before modifying.&lt;/p&gt;
&lt;p&gt;Did you modify correctly?&lt;/p&gt;
&lt;p&gt;&amp;quot;Fatal&amp;quot; message came from &lt;span style="background-color:transparent;color:#11171a;float:none;font-family:&amp;#39;GT Eesti&amp;#39;,&amp;#39;Helvetica&amp;#39;,Arial,sans-serif;font-size:16px;font-style:normal;font-weight:400;letter-spacing:normal;line-height:24px;text-align:left;text-decoration:none;text-indent:0px;text-transform:none;white-space:normal;"&gt;APP_ERROR_CHECK(err_code)&lt;/span&gt;.&lt;/p&gt;
&lt;p&gt;I think something wrong.&lt;/p&gt;
&lt;p&gt;Please check them out again.&lt;/p&gt;
&lt;p&gt;&lt;/p&gt;
&lt;p&gt;BR&lt;/p&gt;
&lt;p&gt;Justin&amp;nbsp;&lt;/p&gt;&lt;div style="clear:both;"&gt;&lt;/div&gt;</description></item><item><title>RE: Direct connection after disconnect</title><link>https://devzone.nordicsemi.com/thread/133921?ContentTypeID=1</link><pubDate>Wed, 30 May 2018 04:20:22 GMT</pubDate><guid isPermaLink="false">137ad170-7792-4731-bb38-c0d22fbe4515:60e33d71-c8f2-48f2-86a4-5a0c4c936e36</guid><dc:creator>RYYoo</dc:creator><description>&lt;p&gt;Thanks. I tried. But the same problem repeats.&lt;/p&gt;
&lt;p&gt;&lt;/p&gt;
&lt;p&gt;APP:INFO:Connected&lt;br /&gt;APP:INFO:Failed to secure connection. Disconnecting.&lt;br /&gt;APP_ERROR:ERROR:Fatal&lt;br /&gt;APP:INFO:GLS Start!&lt;br /&gt;APP:INFO:Fast advertising&lt;br /&gt;APP:INFO:Connected&lt;br /&gt;APP:INFO:Failed to secure connection. Disconnecting.&lt;br /&gt;APP_ERROR:ERROR:Fatal&lt;br /&gt;APP:INFO:GLS Start!&lt;br /&gt;APP:INFO:Fast advertising&lt;br /&gt;APP:INFO:Connected&lt;br /&gt;APP:INFO:Failed to secure connection. Disconnecting.&lt;br /&gt;APP_ERROR:ERROR:Fatal&lt;br /&gt;APP:INFO:GLS Start!&lt;br /&gt;APP:INFO:Fast advertising&lt;br /&gt;APP:INFO:Connected&lt;br /&gt;APP:INFO:Failed to secure connection. Disconnecting.&lt;br /&gt;APP_ERROR:ERROR:Fatal&lt;br /&gt;APP:INFO:GLS Start!&lt;br /&gt;APP:INFO:Fast advertising&lt;br /&gt;APP:INFO:Connected&lt;br /&gt;APP:INFO:Failed to secure connection. Disconnecting.&lt;br /&gt;APP_ERROR:ERROR:Fatal&lt;/p&gt;&lt;div style="clear:both;"&gt;&lt;/div&gt;</description></item><item><title>RE: Direct connection after disconnect</title><link>https://devzone.nordicsemi.com/thread/133920?ContentTypeID=1</link><pubDate>Wed, 30 May 2018 04:11:27 GMT</pubDate><guid isPermaLink="false">137ad170-7792-4731-bb38-c0d22fbe4515:0bc9fd10-f2c5-4a31-8d4f-a14a7113a95c</guid><dc:creator>JustinLee</dc:creator><description>&lt;p&gt;Hi, RY Yoo.&lt;/p&gt;
&lt;p&gt;&lt;/p&gt;
&lt;p&gt;I don&amp;#39;t why this issue is detected with only an Apple device.&lt;/p&gt;
&lt;p&gt;&lt;/p&gt;
&lt;p&gt;Anyways,&amp;nbsp;&lt;/p&gt;
&lt;p&gt;In your code, when secure connection failed, gap_disconnect is called.&lt;/p&gt;
&lt;p&gt;However, it doesn&amp;#39;t need to call.&lt;/p&gt;
&lt;p&gt;In GAP, disconnect will happen.&lt;/p&gt;
&lt;p&gt;I think that this code influence to Bluetooth code of an Apple device.&lt;/p&gt;
&lt;p&gt;So, please do that with below code.&lt;/p&gt;
&lt;p&gt;&lt;/p&gt;
&lt;div&gt;&amp;nbsp;&amp;nbsp;&amp;nbsp;&amp;nbsp;&amp;nbsp;&amp;nbsp;&amp;nbsp; case PM_EVT_CONN_SEC_FAILED:&lt;br /&gt;&amp;nbsp;&amp;nbsp;&amp;nbsp;&amp;nbsp;&amp;nbsp;&amp;nbsp;&amp;nbsp; {&lt;br /&gt;&amp;nbsp;&amp;nbsp;&amp;nbsp;&amp;nbsp;&amp;nbsp;&amp;nbsp;&amp;nbsp;&amp;nbsp;&amp;nbsp;&amp;nbsp;&amp;nbsp; NRF_LOG_INFO(&amp;quot;Failed to secure connection. Disconnecting.\r\n&amp;quot;);&lt;br /&gt;&amp;nbsp; &amp;nbsp; &amp;nbsp; &amp;nbsp; &amp;nbsp; &amp;nbsp; //m_conn_handle = BLE_CONN_HANDLE_INVALID;&lt;br /&gt;&amp;nbsp; &amp;nbsp; &amp;nbsp; &amp;nbsp; &amp;nbsp; &amp;nbsp; //err_code = sd_ble_gap_disconnect(p_evt-&amp;gt;conn_handle,&lt;br /&gt;&amp;nbsp; &amp;nbsp; &amp;nbsp; &amp;nbsp; &amp;nbsp; &amp;nbsp; // &amp;nbsp; &amp;nbsp; &amp;nbsp; &amp;nbsp; &amp;nbsp; &amp;nbsp; &amp;nbsp; &amp;nbsp; &amp;nbsp; &amp;nbsp; &amp;nbsp; &amp;nbsp; &amp;nbsp; &amp;nbsp; &amp;nbsp; &amp;nbsp; BLE_HCI_REMOTE_USER_TERMINATED_CONNECTION);&lt;br /&gt;&amp;nbsp; &amp;nbsp; &amp;nbsp; &amp;nbsp; &amp;nbsp; &amp;nbsp; //APP_ERROR_CHECK(err_code);&lt;/div&gt;
&lt;div&gt;&amp;nbsp; &amp;nbsp; &amp;nbsp; &amp;nbsp; } break;&lt;/div&gt;
&lt;p&gt;&lt;/p&gt;
&lt;p&gt;BR&lt;/p&gt;
&lt;p&gt;Justin&lt;/p&gt;&lt;div style="clear:both;"&gt;&lt;/div&gt;</description></item><item><title>RE: Direct connection after disconnect</title><link>https://devzone.nordicsemi.com/thread/133917?ContentTypeID=1</link><pubDate>Wed, 30 May 2018 02:52:08 GMT</pubDate><guid isPermaLink="false">137ad170-7792-4731-bb38-c0d22fbe4515:3428bf21-175d-4e1c-919c-fa29d23a3018</guid><dc:creator>RYYoo</dc:creator><description>&lt;p&gt;Thank you for answer. Please understand that I am inexperienced in English...&lt;br /&gt;The same problem happens in the GLS example. Android is normal and only appears on the iPhone. (I checked an iPhone 5, iPhone 8 with an Apple App(nRF Connect))&lt;/p&gt;
&lt;p&gt;You can check in the following order.&lt;/p&gt;
&lt;p&gt;1. After entering the passkey, connect and disconnect normally. (In this case, after disconnect , it normally advertises)&lt;/p&gt;
&lt;p&gt;2. bond erase in device (keep the phone&amp;#39;s bond information intact)&lt;br /&gt;&amp;nbsp; &amp;nbsp; &amp;nbsp;- In this case, you need to modify the GLS example code slightly.&lt;br /&gt;&amp;nbsp; &amp;nbsp; &amp;nbsp;- In my case, I modified the [peer_manager_init(erase_bonds);] in the main door to [peer_manager_init(true);], &lt;br /&gt;&lt;span&gt;&amp;nbsp; &amp;nbsp; &amp;nbsp; &amp;nbsp;&amp;nbsp;&lt;/span&gt;downloaded it again and bond erased it.&lt;/p&gt;
&lt;p&gt;3. Then, if you make a connection, repeat the connection and disconnect. This is my log.&lt;/p&gt;
&lt;p&gt;APP:INFO:Failed to secure connection. Disconnecting.&lt;br /&gt;APP:INFO:Disconnected&lt;br /&gt;APP:INFO:Fast advertising&lt;br /&gt;APP:INFO:Connected&lt;br /&gt;APP:INFO:Failed to secure connection. Disconnecting.&lt;br /&gt;APP:INFO:Disconnected&lt;br /&gt;APP:INFO:Fast advertising&lt;br /&gt;APP:INFO:Connected&lt;br /&gt;APP:INFO:Failed to secure connection. Disconnecting.&lt;br /&gt;APP:INFO:Disconnected&lt;br /&gt;APP:INFO:Fast advertising&lt;br /&gt;APP:INFO:Connected&lt;br /&gt;APP:INFO:Failed to secure connection. Disconnecting.&lt;br /&gt;APP:INFO:Disconnected&lt;br /&gt;APP:INFO:Fast advertising&lt;br /&gt;APP:INFO:Connected&lt;br /&gt;APP:INFO:Failed to secure connection. Disconnecting.&lt;br /&gt;APP:INFO:Disconnected&lt;br /&gt;APP:INFO:Fast advertising&lt;/p&gt;&lt;div style="clear:both;"&gt;&lt;/div&gt;</description></item><item><title>RE: Direct connection after disconnect</title><link>https://devzone.nordicsemi.com/thread/133906?ContentTypeID=1</link><pubDate>Wed, 30 May 2018 00:04:10 GMT</pubDate><guid isPermaLink="false">137ad170-7792-4731-bb38-c0d22fbe4515:10752e82-fdca-4c20-919c-c3c6732e59d6</guid><dc:creator>JustinLee</dc:creator><description>&lt;p&gt;Hi RY Yoo,&lt;/p&gt;
&lt;p&gt;&lt;/p&gt;
&lt;p&gt;Could you please upload whole project for your problem?&lt;/p&gt;
&lt;p&gt;I can&amp;#39;t compile with only main.c you attached due to you modified several functions.&lt;/p&gt;
&lt;p&gt;&lt;/p&gt;
&lt;p&gt;And, please let me know about below questions.&lt;/p&gt;
&lt;p&gt;1. How to check your problem?&lt;/p&gt;
&lt;p&gt;With nRF Connect Apps or something else?&lt;/p&gt;
&lt;p&gt;Please describe in detail.&lt;/p&gt;
&lt;p&gt;2. Were this problem also detected with an Andrond App(nRF Connect) if you used nRF Connect App for an Apple?&lt;/p&gt;
&lt;p&gt;&lt;/p&gt;
&lt;p&gt;When I checked this issue with GLS example, I could not detect this issue.&lt;/p&gt;
&lt;p&gt;I checked an Apple device and an Android device both.&lt;/p&gt;
&lt;p&gt;&lt;/p&gt;
&lt;p&gt;BR&lt;/p&gt;
&lt;p&gt;Justin&lt;/p&gt;&lt;div style="clear:both;"&gt;&lt;/div&gt;</description></item></channel></rss>