<?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>about schedular</title><link>https://devzone.nordicsemi.com/f/nordic-q-a/27416/about-schedular</link><description>After reading a few related questions and the official tutorial, I have a guess, hoping to confirm: 
 If I do not need to add extra events into schedular for management purposes, only the default event (such as ble_evt_handler&amp;#39;s event in main.c) is required</description><dc:language>en-US</dc:language><generator>Telligent Community 13</generator><lastBuildDate>Tue, 21 Nov 2017 11:52:40 GMT</lastBuildDate><atom:link rel="self" type="application/rss+xml" href="https://devzone.nordicsemi.com/f/nordic-q-a/27416/about-schedular" /><item><title>RE: about schedular</title><link>https://devzone.nordicsemi.com/thread/108284?ContentTypeID=1</link><pubDate>Tue, 21 Nov 2017 11:52:40 GMT</pubDate><guid isPermaLink="false">137ad170-7792-4731-bb38-c0d22fbe4515:e255fa7b-6d77-4800-870b-bafdf7108ae2</guid><dc:creator>Stayhungry</dc:creator><description>&lt;p&gt;Thanks,Martin&lt;/p&gt;&lt;div style="clear:both;"&gt;&lt;/div&gt;</description></item><item><title>RE: about schedular</title><link>https://devzone.nordicsemi.com/thread/108283?ContentTypeID=1</link><pubDate>Tue, 21 Nov 2017 11:37:45 GMT</pubDate><guid isPermaLink="false">137ad170-7792-4731-bb38-c0d22fbe4515:d1c1456a-137a-489d-9197-4e0a017687f0</guid><dc:creator>MartinBL</dc:creator><description>&lt;p&gt;Yes, that is correct. &lt;code&gt;EVENT_SIZE&lt;/code&gt; is the maximum size of event data to be passed through the scheduler. So if you never schedule events with event data, setting &lt;code&gt;EVENT_SIZE&lt;/code&gt; to 0 is fine.&lt;/p&gt;
&lt;p&gt;I guess the &lt;a href="http://infocenter.nordicsemi.com/index.jsp?topic=%2Fcom.nordic.infocenter.nrf52832.ps.v1.1%2Fabout.html&amp;amp;cp=2_1_0_1&amp;amp;anchor=concept_ebh_qjg_bt"&gt;documentation&lt;/a&gt; would have been a little clearer if it had said&lt;/p&gt;
&lt;pre&gt;&lt;code&gt; [in]	EVENT_SIZE	Maximum size of **event data** to be passed through the scheduler.
&lt;/code&gt;&lt;/pre&gt;
&lt;p&gt;instead of&lt;/p&gt;
&lt;pre&gt;&lt;code&gt;[in]	EVENT_SIZE	Maximum size of events to be passed through the scheduler.
&lt;/code&gt;&lt;/pre&gt;&lt;div style="clear:both;"&gt;&lt;/div&gt;</description></item></channel></rss>