<?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>Question about indication charactristic</title><link>https://devzone.nordicsemi.com/f/nordic-q-a/35279/question-about-indication-charactristic</link><description>Hi to all, 
 I am new i ble tech, i read some where that notification charactristic dose not need acknowledgement but indication need, now i want know that this acknowledgement must be sent by ble stack or user application?? 
 
 Thanks</description><dc:language>en-US</dc:language><generator>Telligent Community 13</generator><lastBuildDate>Mon, 11 Jun 2018 09:16:44 GMT</lastBuildDate><atom:link rel="self" type="application/rss+xml" href="https://devzone.nordicsemi.com/f/nordic-q-a/35279/question-about-indication-charactristic" /><item><title>RE: Question about indication charactristic</title><link>https://devzone.nordicsemi.com/thread/135520?ContentTypeID=1</link><pubDate>Mon, 11 Jun 2018 09:16:44 GMT</pubDate><guid isPermaLink="false">137ad170-7792-4731-bb38-c0d22fbe4515:b62cee32-5ba2-4630-9b36-ac828737ceb7</guid><dc:creator>Sigurd</dc:creator><description>&lt;p&gt;&lt;em&gt;Hi,&lt;/em&gt;&lt;/p&gt;
&lt;p&gt;&lt;em&gt;Indications&lt;/em&gt; require an explicit acknowledgment &lt;strong&gt;from the client&lt;/strong&gt; in the form of a &lt;em&gt;confirmation&lt;/em&gt;. A smartphone or a tablet is typically the client/central, while the nRF5 is the server/ peripheral.&lt;/p&gt;
&lt;p&gt;If the nRF5 is the server, you will get an event BLE_GATTS_EVT_HVC when the client confirms. See &lt;a href="https://infocenter.nordicsemi.com/topic/com.nordic.infocenter.s132.api.v6.0.0/group___b_l_e___g_a_t_t_s___h_v_i___m_s_c.html?cp=2_3_1_1_0_2_4_3_2"&gt;this message sequence chart&lt;/a&gt;. After you get the confirmation/event, you can send another indication to the client. Again, it is the client that sends the&amp;nbsp;&lt;span&gt;acknowledgment, not the server.&lt;/span&gt;&lt;/p&gt;
&lt;p&gt;If you are running the nRF5 in the client/central role, the nRF5 must do the confirmation. This must be done by the user application, by using the function&amp;nbsp;sd_ble_gattc_hv_confirm(). See &lt;a href="https://infocenter.nordicsemi.com/topic/com.nordic.infocenter.s132.api.v6.0.0/group___b_l_e___g_a_t_t_c___h_v_i___m_s_c.html?cp=2_3_1_1_0_2_2_3_8"&gt;this message sequence chart&lt;/a&gt;.&lt;/p&gt;&lt;div style="clear:both;"&gt;&lt;/div&gt;</description></item></channel></rss>