<?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>Is this the function that sends characters to the application?</title><link>https://devzone.nordicsemi.com/f/nordic-q-a/7082/is-this-the-function-that-sends-characters-to-the-application</link><description>I&amp;#39;m working on the UART with BLE application example. I&amp;#39;m trying to see into which struct does the characters entered on the screen gets saved. From the documentation, the function advertising_start() seems the be the one that sends character over. However</description><dc:language>en-US</dc:language><generator>Telligent Community 13</generator><lastBuildDate>Tue, 19 May 2015 01:52:42 GMT</lastBuildDate><atom:link rel="self" type="application/rss+xml" href="https://devzone.nordicsemi.com/f/nordic-q-a/7082/is-this-the-function-that-sends-characters-to-the-application" /><item><title>RE: Is this the function that sends characters to the application?</title><link>https://devzone.nordicsemi.com/thread/25030?ContentTypeID=1</link><pubDate>Tue, 19 May 2015 01:52:42 GMT</pubDate><guid isPermaLink="false">137ad170-7792-4731-bb38-c0d22fbe4515:8105a87b-4640-4da6-9231-e2ec28e9c5e6</guid><dc:creator>RK</dc:creator><description>&lt;p&gt;I find the book &amp;#39;Getting started with Bluetooth Low Energy&amp;#39; pretty good. Since one of the authors is at Nordic, it&amp;#39;s quite easy to relate what&amp;#39;s in the book to what&amp;#39;s in the softdevice.&lt;/p&gt;&lt;div style="clear:both;"&gt;&lt;/div&gt;</description></item><item><title>RE: Is this the function that sends characters to the application?</title><link>https://devzone.nordicsemi.com/thread/25028?ContentTypeID=1</link><pubDate>Mon, 18 May 2015 14:58:49 GMT</pubDate><guid isPermaLink="false">137ad170-7792-4731-bb38-c0d22fbe4515:1cfb9979-66ea-4622-8ed4-6cf736b0513b</guid><dc:creator>Milad</dc:creator><description>&lt;p&gt;Thank you Martin. I will be studying this :)&lt;/p&gt;&lt;div style="clear:both;"&gt;&lt;/div&gt;</description></item><item><title>RE: Is this the function that sends characters to the application?</title><link>https://devzone.nordicsemi.com/thread/25027?ContentTypeID=1</link><pubDate>Mon, 18 May 2015 13:01:36 GMT</pubDate><guid isPermaLink="false">137ad170-7792-4731-bb38-c0d22fbe4515:af397ba7-cd8e-4bab-8bff-26c499bd5e3d</guid><dc:creator>MartinBL</dc:creator><description>&lt;p&gt;@Milad: Have you seen &lt;a href="https://developer.nordicsemi.com/nRF51_SDK/nRF51_SDK_v8.x.x/doc/8.0.0/s110/html/a00072.html"&gt;this&lt;/a&gt;? &lt;a href="https://developer.nordicsemi.com/nRF51_SDK/nRF51_SDK_v8.x.x/doc/8.0.0/s110/html/a00879.html"&gt;Here&lt;/a&gt; is a (&lt;em&gt;very&lt;/em&gt; technical) description of some of the BLE states that RK is talking about.&lt;/p&gt;&lt;div style="clear:both;"&gt;&lt;/div&gt;</description></item><item><title>RE: Is this the function that sends characters to the application?</title><link>https://devzone.nordicsemi.com/thread/25029?ContentTypeID=1</link><pubDate>Sun, 17 May 2015 17:45:27 GMT</pubDate><guid isPermaLink="false">137ad170-7792-4731-bb38-c0d22fbe4515:4b159d03-a212-463b-bd46-8ca842417d5c</guid><dc:creator>Milad</dc:creator><description>&lt;p&gt;Thank you for your response. Could you be a little bit more specific about the &amp;quot;various states of a BTLE connection&amp;quot; ?  I have searched for the phrase but wasn&amp;#39;t able to find a right website to start from. I would appreciate if you could introduce some websites. Many Regards&lt;/p&gt;&lt;div style="clear:both;"&gt;&lt;/div&gt;</description></item><item><title>RE: Is this the function that sends characters to the application?</title><link>https://devzone.nordicsemi.com/thread/25026?ContentTypeID=1</link><pubDate>Sun, 17 May 2015 03:23:26 GMT</pubDate><guid isPermaLink="false">137ad170-7792-4731-bb38-c0d22fbe4515:43e9b46e-3425-420f-bc5e-2d37c7280983</guid><dc:creator>RK</dc:creator><description>&lt;p&gt;No that&amp;#39;s not the function - that function just advertises the service, after connection the characters are transferred back and forth. If the difference between advertising and connection isn&amp;#39;t clear, you should do a little background reading on the various states of a BTLE connection, it helps.&lt;/p&gt;
&lt;p&gt;All the sending/receiving functions are in ble_nus.c&lt;/p&gt;
&lt;p&gt;And there&amp;#39;s no sscanf() in the code, characters either come over the UART or they come over the connection from the app running on iOS or android or whatever.&lt;/p&gt;&lt;div style="clear:both;"&gt;&lt;/div&gt;</description></item></channel></rss>