<?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>Sending notification without response</title><link>https://devzone.nordicsemi.com/f/nordic-q-a/79677/sending-notification-without-response</link><description>I am trying to send a lot of data and I am trying to do this with notification. As I understood notification do not need acknowledgment and should not use que for messages or? The problem I am facing is that it is actually waiting for acknowledgment from</description><dc:language>en-US</dc:language><generator>Telligent Community 13</generator><lastBuildDate>Thu, 16 Sep 2021 11:55:47 GMT</lastBuildDate><atom:link rel="self" type="application/rss+xml" href="https://devzone.nordicsemi.com/f/nordic-q-a/79677/sending-notification-without-response" /><item><title>RE: Sending notification without response</title><link>https://devzone.nordicsemi.com/thread/329819?ContentTypeID=1</link><pubDate>Thu, 16 Sep 2021 11:55:47 GMT</pubDate><guid isPermaLink="false">137ad170-7792-4731-bb38-c0d22fbe4515:1029eb33-df45-4322-86d2-f23df0ea33b4</guid><dc:creator>Sigurd</dc:creator><description>&lt;p&gt;Hi,&lt;/p&gt;
[quote user=""]As I understood notification do not need acknowledgment and should not use que for messages or?[/quote]
&lt;p&gt;All packets transmitted over a BLE link will be acknowledged on the Link Layer level. This ensures that a re-transmission happens if a packet is lost. So &lt;span&gt;notifications&amp;nbsp;&lt;/span&gt;uses a queue as well.&lt;/p&gt;
&lt;p&gt;If you are having issues with&amp;nbsp;&lt;span&gt;NRF_ERROR_RESOURCES, you could try to increase the value of&amp;nbsp;NRF_SDH_BLE_GAP_EVENT_LENGTH in sdk_config.h&lt;/span&gt;&lt;/p&gt;&lt;div style="clear:both;"&gt;&lt;/div&gt;</description></item></channel></rss>