<?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>BLE indication question</title><link>https://devzone.nordicsemi.com/f/nordic-q-a/22716/ble-indication-question</link><description>Hi, 
 I am trying to use the indication to transfer data from NRF52832 device to host. when the indication transfer was comfirmed by host, then we can receive the event @BLE_GATTS_EVT_HVC,
but, if the host did not receive the indication data, what behavior</description><dc:language>en-US</dc:language><generator>Telligent Community 13</generator><lastBuildDate>Wed, 14 Jun 2017 09:42:48 GMT</lastBuildDate><atom:link rel="self" type="application/rss+xml" href="https://devzone.nordicsemi.com/f/nordic-q-a/22716/ble-indication-question" /><item><title>RE: BLE indication question</title><link>https://devzone.nordicsemi.com/thread/89311?ContentTypeID=1</link><pubDate>Wed, 14 Jun 2017 09:42:48 GMT</pubDate><guid isPermaLink="false">137ad170-7792-4731-bb38-c0d22fbe4515:39223eab-5555-492c-a3fb-a807d2545482</guid><dc:creator>FormerMember</dc:creator><description>&lt;p&gt;There are two cases:&lt;/p&gt;
&lt;p&gt;&lt;strong&gt;1)&lt;/strong&gt; The indication packet from the server to the client is not ACK&amp;#39;ed:&lt;/p&gt;
&lt;p&gt;In BLE, all packets at ACK&amp;#39;ed at the link layer. It means that if the server transmits an indication, and that indication packet is not ACK&amp;#39;ed by the client, the server will continue to transmit the indication until an ACK or until connection supervision timeout. Upon a connection supervision timeout  there will be a disconnect (BLE_GAP_EVT_TIMEOUT). This will be the same as for &amp;quot;notifications&amp;quot;.&lt;/p&gt;
&lt;p&gt;&lt;strong&gt;2)&lt;/strong&gt; The indication packet was received by the client (ACK&amp;#39;ed), but the client never responds:&lt;/p&gt;
&lt;p&gt;If the client doesn&amp;#39;t respond within 30 seconds, the indication transaction will be considered as failed, and  the application will receive the event  BLE_GATTS_EVT_TIMEOUT.&lt;/p&gt;&lt;div style="clear:both;"&gt;&lt;/div&gt;</description></item><item><title>RE: BLE indication question</title><link>https://devzone.nordicsemi.com/thread/89312?ContentTypeID=1</link><pubDate>Tue, 13 Jun 2017 06:01:39 GMT</pubDate><guid isPermaLink="false">137ad170-7792-4731-bb38-c0d22fbe4515:67e92809-6641-49e2-9227-9d7710320bb0</guid><dc:creator>simon</dc:creator><description>&lt;p&gt;Hello,&lt;/p&gt;
&lt;p&gt;Any body can help on this?&lt;/p&gt;&lt;div style="clear:both;"&gt;&lt;/div&gt;</description></item></channel></rss>