<?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>Scanner Primary Service recieve data</title><link>https://devzone.nordicsemi.com/f/nordic-q-a/12342/scanner-primary-service-recieve-data</link><description>Hi. i use SDK 9.0.0 and S130_1.0.0. 
 I want to recieve data from My peripheral S110.. 
 First, I try to recieve data using example &amp;quot;ble_app_uart_c_S120-master&amp;quot;. 
 I could recieve data from peripheral. peripheral&amp;#39;s primary service is &amp;quot;NUS&amp;quot;. 
 My peripheral</description><dc:language>en-US</dc:language><generator>Telligent Community 13</generator><lastBuildDate>Tue, 08 Mar 2016 14:17:34 GMT</lastBuildDate><atom:link rel="self" type="application/rss+xml" href="https://devzone.nordicsemi.com/f/nordic-q-a/12342/scanner-primary-service-recieve-data" /><item><title>RE: Scanner Primary Service recieve data</title><link>https://devzone.nordicsemi.com/thread/46690?ContentTypeID=1</link><pubDate>Tue, 08 Mar 2016 14:17:34 GMT</pubDate><guid isPermaLink="false">137ad170-7792-4731-bb38-c0d22fbe4515:2695e074-75d3-4dd9-b779-522e61b5a6d6</guid><dc:creator>HakJae</dc:creator><description>&lt;p&gt;I try to solve problem continuously. So i upload  &lt;a href="https://devzone.nordicsemi.com/question/70895/device-manager-and-scanner-pairing/"&gt;New question&lt;/a&gt;.
Please help me..&lt;/p&gt;&lt;div style="clear:both;"&gt;&lt;/div&gt;</description></item><item><title>RE: Scanner Primary Service recieve data</title><link>https://devzone.nordicsemi.com/thread/46689?ContentTypeID=1</link><pubDate>Tue, 08 Mar 2016 13:58:20 GMT</pubDate><guid isPermaLink="false">137ad170-7792-4731-bb38-c0d22fbe4515:a84debb0-5cf7-4074-b48a-e3f6586d9d51</guid><dc:creator>Ole Bauck</dc:creator><description>&lt;p&gt;It can look like the problem is with the db discovery. The event id enumerations can be found &lt;a href="http://infocenter.nordicsemi.com/topic/com.nordic.infocenter.s130.api.v1.0.0/group___b_l_e___g_a_t_t_c___e_n_u_m_e_r_a_t_i_o_n_s.html?cp=2_7_2_1_1_2_2_1"&gt;here&lt;/a&gt; and &lt;a href="http://infocenter.nordicsemi.com/topic/com.nordic.infocenter.s130.api.v1.0.0/group___b_l_e___g_a_p___e_n_u_m_e_r_a_t_i_o_n_s.html?cp=2_7_2_1_1_2_1_1"&gt;here&lt;/a&gt; in hexadecimal (e.g. 17 = 0x11 = BLE_GAP_EVT_DISCONNECTED).&lt;/p&gt;
&lt;p&gt;Could you upload the code so I could check what is the problem?&lt;/p&gt;&lt;div style="clear:both;"&gt;&lt;/div&gt;</description></item><item><title>RE: Scanner Primary Service recieve data</title><link>https://devzone.nordicsemi.com/thread/46688?ContentTypeID=1</link><pubDate>Mon, 07 Mar 2016 16:18:47 GMT</pubDate><guid isPermaLink="false">137ad170-7792-4731-bb38-c0d22fbe4515:cb5a8517-6b8c-4262-a084-1061e5a243c5</guid><dc:creator>HakJae</dc:creator><description>&lt;p&gt;I try to adjust &amp;quot;ble_db_discovery.c&amp;quot; to check whether discovery problem. After when i pair NUS example, although a enough event didn&amp;#39;t occur, it is possible to exchange data. Are there any reason ? I need to your support..&lt;/p&gt;&lt;div style="clear:both;"&gt;&lt;/div&gt;</description></item><item><title>RE: Scanner Primary Service recieve data</title><link>https://devzone.nordicsemi.com/thread/46687?ContentTypeID=1</link><pubDate>Mon, 07 Mar 2016 15:47:10 GMT</pubDate><guid isPermaLink="false">137ad170-7792-4731-bb38-c0d22fbe4515:d3daca79-97f3-44aa-bd1f-2d979d487e0b</guid><dc:creator>HakJae</dc:creator><description>&lt;p&gt;Thank you for your  response. I try to check reset. but this problem wasn&amp;#39;t reset.  When I try to pairing My peripheral, After occured BLE_GATTC_EVT_DESC_DISC_RSP evt, there is delay about 3 sec. Then, an event occur about BLE_GAP_EVT_DISCONNECTED. I guess, the reason is that because of discovery fail. If i pair NUS example, i recieve evt.id &amp;quot;16 - 48 - 50 - 50 - 50 -51 -51 - 23 - 55 - 55 - 56 - 56 ---&amp;quot;. when i recieve 56, i can recieve nus data from NUS peripheral. but, if i pair My peripheral, i recieve evt.id &amp;quot;16 - 48 - 50 - 50 - 51 - delay 3 sec - 17&amp;quot;. when i recieve 17, an event occur &amp;quot;BLE_GAP_EVT_DISCONNECTED&amp;quot;. This situation, What can i try ?&lt;/p&gt;&lt;div style="clear:both;"&gt;&lt;/div&gt;</description></item><item><title>RE: Scanner Primary Service recieve data</title><link>https://devzone.nordicsemi.com/thread/46686?ContentTypeID=1</link><pubDate>Mon, 07 Mar 2016 13:47:38 GMT</pubDate><guid isPermaLink="false">137ad170-7792-4731-bb38-c0d22fbe4515:b0dcbb9a-a590-48a5-ae70-ea60e90e3cca</guid><dc:creator>Ole Bauck</dc:creator><description>&lt;p&gt;I guess the problem is the disconnection? You need to check who is disconnecting and why. One of the sides may encounter an error condition, which may lead to a reset, see &lt;a href="https://devzone.nordicsemi.com/question/60125/my-device-is-freezing-and-restarting/"&gt;here&lt;/a&gt;.&lt;/p&gt;&lt;div style="clear:both;"&gt;&lt;/div&gt;</description></item></channel></rss>