<?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>Notification/Indication Difference</title><link>https://devzone.nordicsemi.com/f/nordic-q-a/99/notification-indication-difference</link><description>Concerning this: 
 /** @defgroup BLE_GATT_HVX_TYPES GATT Handle Value operations
 * @{ */
#define BLE_GATT_HVX_INVALID 0x00 /**&amp;lt; Invalid Operation. */
#define BLE_GATT_HVX_NOTIFICATION 0x01 /**&amp;lt; Handle Value Notification. */
#define BLE_GATT_HVX_INDICATION</description><dc:language>en-US</dc:language><generator>Telligent Community 13</generator><lastBuildDate>Mon, 18 Sep 2017 06:17:45 GMT</lastBuildDate><atom:link rel="self" type="application/rss+xml" href="https://devzone.nordicsemi.com/f/nordic-q-a/99/notification-indication-difference" /><item><title>RE: Notification/Indication Difference</title><link>https://devzone.nordicsemi.com/thread/536?ContentTypeID=1</link><pubDate>Mon, 18 Sep 2017 06:17:45 GMT</pubDate><guid isPermaLink="false">137ad170-7792-4731-bb38-c0d22fbe4515:150086cb-982e-4a3b-88b3-fe818d66a1bc</guid><dc:creator>rb1v10</dc:creator><description>&lt;p&gt;Could you provide an example of how to capture the NO_TX_BUFFERS error and also how to capture the BLE_EVT_TX_COMPLETE event in arduino? (I am using the arduino 101 with integrated ble)&lt;/p&gt;&lt;div style="clear:both;"&gt;&lt;/div&gt;</description></item><item><title>RE: Notification/Indication Difference</title><link>https://devzone.nordicsemi.com/thread/535?ContentTypeID=1</link><pubDate>Tue, 08 Mar 2016 12:05:25 GMT</pubDate><guid isPermaLink="false">137ad170-7792-4731-bb38-c0d22fbe4515:d6e65ddf-119c-4005-9d2d-1c402968a339</guid><dc:creator>FormerMember</dc:creator><description>&lt;p&gt;Yes, notifications are acked by the link layer, you can read more in &lt;a href="https://devzone.nordicsemi.com/question/1913/bottleneck/?answer=1929#post-id-1929"&gt;this&lt;/a&gt; post.&lt;/p&gt;&lt;div style="clear:both;"&gt;&lt;/div&gt;</description></item><item><title>RE: Notification/Indication Difference</title><link>https://devzone.nordicsemi.com/thread/534?ContentTypeID=1</link><pubDate>Wed, 28 Oct 2015 10:41:14 GMT</pubDate><guid isPermaLink="false">137ad170-7792-4731-bb38-c0d22fbe4515:358dab84-d3a0-448f-b0a6-2a6ff19d66d1</guid><dc:creator>Tim</dc:creator><description>&lt;p&gt;Are Notifications guaranteed to be acknowledged by the link layer (for nRF51, and for BLE in general)? If so why do some people say they are &amp;quot;unreliable&amp;quot;, and why would you ever want to use Indications?&lt;/p&gt;&lt;div style="clear:both;"&gt;&lt;/div&gt;</description></item><item><title>RE: Notification/Indication Difference</title><link>https://devzone.nordicsemi.com/thread/533?ContentTypeID=1</link><pubDate>Fri, 12 Jul 2013 11:05:46 GMT</pubDate><guid isPermaLink="false">137ad170-7792-4731-bb38-c0d22fbe4515:a919e476-f308-4531-acc4-f9d085f98509</guid><dc:creator>H&amp;#229;kon Alseth</dc:creator><description>&lt;p&gt;They are basically the same thing, just with a small twist to it.&lt;/p&gt;
&lt;p&gt;On each Indication, you must then do a application level ACK to say that this is the data I need.
Basically like this: &amp;quot;here you have a packet. Is this something you want to acknowledge?&amp;quot;&lt;/p&gt;
&lt;p&gt;On each notification, you only get an event saying &amp;quot;you have received a packet, here it is&amp;quot;&lt;/p&gt;
&lt;p&gt;Indications are slower as you only can send one indication per connection interval (your application ACK will be sent on the next connection interval).&lt;/p&gt;
&lt;p&gt;Notifications are preferred if you need a higher transfer rate.
Using notifications, you are allowed to queue a certain number of packets before sending, and once the buffer is full, you get a NO_TX_BUFFERS error back from sd_ble_gatts_hvx(). When a packet has been sent over the link layer, you&amp;#39;ll get a BLE_EVT_TX_COMPLETE event, at which point you can queue further packets.&lt;/p&gt;
&lt;p&gt;BR
Håkon&lt;/p&gt;&lt;div style="clear:both;"&gt;&lt;/div&gt;</description></item></channel></rss>