<?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>ble uart app</title><link>https://devzone.nordicsemi.com/f/nordic-q-a/17196/ble-uart-app</link><description>For ble_app_uart, if I write below routine to send data to mobile phone application. Can the mobile phone application receive all the packets without packet lose. 
 for(i=0;i&amp;lt;1000;i++)
{
ble_nus_string_send(&amp;amp;m_nus, data_array, data_length);
}</description><dc:language>en-US</dc:language><generator>Telligent Community 13</generator><lastBuildDate>Thu, 20 Oct 2016 08:45:46 GMT</lastBuildDate><atom:link rel="self" type="application/rss+xml" href="https://devzone.nordicsemi.com/f/nordic-q-a/17196/ble-uart-app" /><item><title>RE: ble uart app</title><link>https://devzone.nordicsemi.com/thread/66059?ContentTypeID=1</link><pubDate>Thu, 20 Oct 2016 08:45:46 GMT</pubDate><guid isPermaLink="false">137ad170-7792-4731-bb38-c0d22fbe4515:50aefd17-d24c-491f-b06f-ee4063c6a2a7</guid><dc:creator>run_ar</dc:creator><description>&lt;p&gt;You should check the error message from ble_nus_string_send and make sure you call it again in case the buffers are full.&lt;/p&gt;&lt;div style="clear:both;"&gt;&lt;/div&gt;</description></item><item><title>RE: ble uart app</title><link>https://devzone.nordicsemi.com/thread/66060?ContentTypeID=1</link><pubDate>Thu, 20 Oct 2016 08:06:00 GMT</pubDate><guid isPermaLink="false">137ad170-7792-4731-bb38-c0d22fbe4515:46ea3307-da0e-43ba-b01d-68de6ca09069</guid><dc:creator>RichieJH</dc:creator><description>&lt;p&gt;We use NUS to send thousands of data points to mobile phones without packet loss.&lt;/p&gt;&lt;div style="clear:both;"&gt;&lt;/div&gt;</description></item></channel></rss>