<?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>About the relationship between API and events</title><link>https://devzone.nordicsemi.com/f/nordic-q-a/55482/about-the-relationship-between-api-and-events</link><description>SDK: 15.3.0 Example: ble_app_multirole_lesc DeviceA: EYSHJNZWZ (nRF52832) 
 I want to know the relationship between API and events. Take &amp;quot;sd_ble_gattc_characteristics_discover&amp;quot; as an example. 
 I expect to call “sd_ble_gattc_characteristics_discover”</description><dc:language>en-US</dc:language><generator>Telligent Community 13</generator><lastBuildDate>Fri, 14 May 2021 11:45:13 GMT</lastBuildDate><atom:link rel="self" type="application/rss+xml" href="https://devzone.nordicsemi.com/f/nordic-q-a/55482/about-the-relationship-between-api-and-events" /><item><title>RE: About the relationship between API and events</title><link>https://devzone.nordicsemi.com/thread/309767?ContentTypeID=1</link><pubDate>Fri, 14 May 2021 11:45:13 GMT</pubDate><guid isPermaLink="false">137ad170-7792-4731-bb38-c0d22fbe4515:c7787753-6d29-4448-8a34-dccee5341054</guid><dc:creator>0_velan_1</dc:creator><description>&lt;p&gt;HI here&amp;nbsp; (&lt;span&gt;sd_ble_gattc_characteristics_discover(conn_range);&lt;/span&gt;&lt;/p&gt;
&lt;p&gt;&lt;span&gt;conn_range what parameter need to give...&lt;/span&gt;&lt;/p&gt;
&lt;p&gt;&lt;span&gt;if suppose through UART i am sending data like AT command format means&lt;/span&gt;&lt;/p&gt;
&lt;p&gt;&lt;span&gt;&amp;quot;AT+UBTGDCS=, &amp;lt;conn_parameter&amp;gt;,&amp;lt;start&amp;gt;,&amp;lt;end&amp;gt;&amp;quot; this data send through uart to&amp;nbsp;sd_ble_gattc_characteristics_discover(); function how to get particular service charatertics&amp;nbsp; pelase help me?&lt;/span&gt;&lt;/p&gt;&lt;div style="clear:both;"&gt;&lt;/div&gt;</description></item><item><title>RE: About the relationship between API and events</title><link>https://devzone.nordicsemi.com/thread/225800?ContentTypeID=1</link><pubDate>Tue, 17 Dec 2019 07:16:40 GMT</pubDate><guid isPermaLink="false">137ad170-7792-4731-bb38-c0d22fbe4515:24a6755d-bebc-4f3e-af76-763a976f8ba8</guid><dc:creator>takashina hiroki</dc:creator><description>&lt;p&gt;I want to know the same about other APIs and events.&lt;br /&gt;The answer I expect is that an event always occurs even when normal or abnormal.&lt;/p&gt;&lt;div style="clear:both;"&gt;&lt;/div&gt;</description></item><item><title>RE: About the relationship between API and events</title><link>https://devzone.nordicsemi.com/thread/225798?ContentTypeID=1</link><pubDate>Tue, 17 Dec 2019 07:12:50 GMT</pubDate><guid isPermaLink="false">137ad170-7792-4731-bb38-c0d22fbe4515:b0a4d2ba-a785-443d-a2b4-e32f28f475bb</guid><dc:creator>takashina hiroki</dc:creator><description>&lt;p&gt;&lt;span&gt;In your case:&lt;/span&gt;&lt;br /&gt;&lt;a href="https://infocenter.nordicsemi.com/topic/com.nordic.infocenter.s132.api.v7.0.1/group___b_l_e___g_a_t_t_c___c_h_a_r___d_i_s_c___m_s_c.html"&gt;https://infocenter.nordicsemi.com/topic/com.nordic.infocenter.s132.api.v7.0.1/group___b_l_e___g_a_t_t_c___c_h_a_r___d_i_s_c___m_s_c.html&lt;/a&gt;&lt;span&gt;&amp;nbsp;&lt;/span&gt;&lt;/p&gt;
&lt;p&gt;When there is no response &amp;ldquo;ATT Read By Type Response&amp;rdquo; or &amp;ldquo;ATT Error Response: Attribute Not Found&amp;rdquo;, it seems that &amp;ldquo;BLE_GATTC_EVT_CHAR_DISC_RSP&amp;rdquo; does not occur.&lt;br /&gt;Is there such a case?&lt;/p&gt;&lt;div style="clear:both;"&gt;&lt;/div&gt;</description></item><item><title>RE: About the relationship between API and events</title><link>https://devzone.nordicsemi.com/thread/224922?ContentTypeID=1</link><pubDate>Wed, 11 Dec 2019 12:49:32 GMT</pubDate><guid isPermaLink="false">137ad170-7792-4731-bb38-c0d22fbe4515:0732ec54-482e-4576-8cc9-c3b173b609c5</guid><dc:creator>Kenneth</dc:creator><description>&lt;p&gt;Hi,&lt;/p&gt;
&lt;p&gt;You may find the message sequence charts useful:&lt;br /&gt;&lt;a href="https://infocenter.nordicsemi.com/topic/com.nordic.infocenter.s132.api.v7.0.1/s132_msc_overview.html?cp=4_5_2_1_1"&gt;https://infocenter.nordicsemi.com/topic/com.nordic.infocenter.s132.api.v7.0.1/s132_msc_overview.html?cp=4_5_2_1_1&lt;/a&gt;&amp;nbsp;&lt;/p&gt;
&lt;p&gt;In your case:&lt;br /&gt;&lt;a href="https://infocenter.nordicsemi.com/topic/com.nordic.infocenter.s132.api.v7.0.1/group___b_l_e___g_a_t_t_c___c_h_a_r___d_i_s_c___m_s_c.html"&gt;https://infocenter.nordicsemi.com/topic/com.nordic.infocenter.s132.api.v7.0.1/group___b_l_e___g_a_t_t_c___c_h_a_r___d_i_s_c___m_s_c.html&lt;/a&gt;&amp;nbsp;&lt;/p&gt;
&lt;p&gt;Best regards,&lt;br /&gt;Kenneth&lt;/p&gt;&lt;div style="clear:both;"&gt;&lt;/div&gt;</description></item></channel></rss>