<?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>Central-Peripheral combo example using indication?</title><link>https://devzone.nordicsemi.com/f/nordic-q-a/25241/central-peripheral-combo-example-using-indication</link><description>Hi, do you have a central peripheral combo example which illustrates indication (not notification)?
Alternatively, if you could list the steps to change from notification to indication - esp in the central side, that would be great. I have done the following</description><dc:language>en-US</dc:language><generator>Telligent Community 13</generator><lastBuildDate>Mon, 18 Sep 2017 14:05:59 GMT</lastBuildDate><atom:link rel="self" type="application/rss+xml" href="https://devzone.nordicsemi.com/f/nordic-q-a/25241/central-peripheral-combo-example-using-indication" /><item><title>RE: Central-Peripheral combo example using indication?</title><link>https://devzone.nordicsemi.com/thread/99447?ContentTypeID=1</link><pubDate>Mon, 18 Sep 2017 14:05:59 GMT</pubDate><guid isPermaLink="false">137ad170-7792-4731-bb38-c0d22fbe4515:cc2ecb24-7411-4ff1-9ff0-bd704c9aba58</guid><dc:creator>Petter Myhre</dc:creator><description>&lt;p&gt;I don&amp;#39;t think we have that. The steps would be something like:&lt;/p&gt;
&lt;ol&gt;
&lt;li&gt;Configure the characteristic to support the indication property (which you have done)&lt;/li&gt;
&lt;li&gt;The client must write 0x0002 to the CCCD of the characteristic to enable indication.&lt;/li&gt;
&lt;li&gt;To send a indication the server should call sd_ble_gatts_hvx() with indication as type, more info &lt;a href="http://infocenter.nordicsemi.com/topic/com.nordic.infocenter.s132.api.v5.0.0/group___b_l_e___g_a_t_t_s___h_v_i___m_s_c.html?cp=2_3_0_1_0_2_4_3_2"&gt;here&lt;/a&gt;.&lt;/li&gt;
&lt;li&gt;The client will receive a BLE_GATTC_EVT_HVX event, and has to reply with sd_ble_gattc_hv_confirm(), more info &lt;a href="http://infocenter.nordicsemi.com/topic/com.nordic.infocenter.s132.api.v5.0.0/group___b_l_e___g_a_t_t_c___h_v_i___m_s_c.html?cp=2_3_0_1_0_2_2_3_8"&gt;here&lt;/a&gt;.&lt;/li&gt;
&lt;li&gt;The server will receive a BLE_GATTS_EVT_HVC event.&lt;/li&gt;
&lt;/ol&gt;&lt;div style="clear:both;"&gt;&lt;/div&gt;</description></item></channel></rss>