<?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>Unable to use notify</title><link>https://devzone.nordicsemi.com/f/nordic-q-a/3035/unable-to-use-notify</link><description>I am unable to to send notification for a customized service. I am testing a customized services that simply increments a variable every 3 seconds and sends notification with the new value. The timer part is working, verified by blinking led. I can read</description><dc:language>en-US</dc:language><generator>Telligent Community 13</generator><lastBuildDate>Tue, 08 Jul 2014 13:15:18 GMT</lastBuildDate><atom:link rel="self" type="application/rss+xml" href="https://devzone.nordicsemi.com/f/nordic-q-a/3035/unable-to-use-notify" /><item><title>RE: Unable to use notify</title><link>https://devzone.nordicsemi.com/thread/11400?ContentTypeID=1</link><pubDate>Tue, 08 Jul 2014 13:15:18 GMT</pubDate><guid isPermaLink="false">137ad170-7792-4731-bb38-c0d22fbe4515:2f0f9dc6-8f4d-413e-8ef8-49305be77bdb</guid><dc:creator>jon</dc:creator><description>&lt;p&gt;I figured out the problem.  I did not update the ble_evt_dispatch() to include the service event handler function.&lt;/p&gt;&lt;div style="clear:both;"&gt;&lt;/div&gt;</description></item><item><title>RE: Unable to use notify</title><link>https://devzone.nordicsemi.com/thread/11399?ContentTypeID=1</link><pubDate>Tue, 08 Jul 2014 12:26:17 GMT</pubDate><guid isPermaLink="false">137ad170-7792-4731-bb38-c0d22fbe4515:538da77a-974b-45e2-a2a0-0a0d459f07a5</guid><dc:creator>John</dc:creator><description>&lt;p&gt;I haven&amp;#39;t looked at your code to discern why, but it appears you may be running out of transmit buffers based on that error code:&lt;/p&gt;
&lt;pre&gt;&lt;code&gt;#define BLE_ERROR_NO_TX_BUFFERS          (NRF_ERROR_STK_BASE_NUM+0x003) /**&amp;lt; Buffer capacity exceeded. */
&lt;/code&gt;&lt;/pre&gt;
&lt;p&gt;NER_ERROR_STK_BASE_NUM is defined to be 0x3000.&lt;/p&gt;&lt;div style="clear:both;"&gt;&lt;/div&gt;</description></item></channel></rss>