<?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>How to prohibit or allow events to occur</title><link>https://devzone.nordicsemi.com/f/nordic-q-a/51833/how-to-prohibit-or-allow-events-to-occur</link><description>I have a question about the event. 
 SDK: 15.3.0 Device: EYSHJNZWZ (nRF52832) 
 Please tell me if there is a way to prohibit or allow all events to occur.</description><dc:language>en-US</dc:language><generator>Telligent Community 13</generator><lastBuildDate>Thu, 31 Oct 2019 00:15:09 GMT</lastBuildDate><atom:link rel="self" type="application/rss+xml" href="https://devzone.nordicsemi.com/f/nordic-q-a/51833/how-to-prohibit-or-allow-events-to-occur" /><item><title>RE: How to prohibit or allow events to occur</title><link>https://devzone.nordicsemi.com/thread/217638?ContentTypeID=1</link><pubDate>Thu, 31 Oct 2019 00:15:09 GMT</pubDate><guid isPermaLink="false">137ad170-7792-4731-bb38-c0d22fbe4515:2383b264-599e-4d48-b13b-963bc3d270ac</guid><dc:creator>takashina hiroki</dc:creator><description>&lt;p&gt;The definition of the event I am using is shown below.&lt;/p&gt;
&lt;p&gt;&lt;pre class="ui-code" data-mode="text"&gt;NRF_SDH_BLE_OBSERVER(m_ble_observer, C_BLE_APP_BLE_OBSERVER_PRIO, e_ble_evt_handler, NULL);

nrf_ble_gatt_init(&amp;amp;m_gatt,e_gatt_evt_handler);

ble_advertising_init_t		adv_init;
adv_init.evt_handler = e_bp_adv_handler;
ble_advertising_init(&amp;amp;m_bp_advertising,&amp;amp;adv_init);

pm_register(e_bs_pm_evt_handler);

APP_UART_FIFO_INIT(&amp;amp;comm_params,UART_RX_BUF_SIZE,UART_TX_BUF_SIZE,e_uart_evt_handler,APP_IRQ_PRIORITY_LOWEST,err_code);

NRF_SDH_SOC_OBSERVER(m_soc_observer,C_APP_SOC_OBSERVER_PRIO,e_soc_evt_handler,NULL);

nrf_drv_gpiote_in_init(P_WUP_BLE,&amp;amp;in_config,e_pin_handler);

nrf_drv_timer_init(&amp;amp;m_timer_short,&amp;amp;timer_cfg,e_timer_short_handler);&lt;/pre&gt;&lt;/p&gt;&lt;div style="clear:both;"&gt;&lt;/div&gt;</description></item><item><title>RE: How to prohibit or allow events to occur</title><link>https://devzone.nordicsemi.com/thread/217636?ContentTypeID=1</link><pubDate>Wed, 30 Oct 2019 23:58:38 GMT</pubDate><guid isPermaLink="false">137ad170-7792-4731-bb38-c0d22fbe4515:9c5d9724-bcff-41ed-aa76-855ae90111db</guid><dc:creator>takashina hiroki</dc:creator><description>&lt;p&gt;Sorry for the late confirmation.&lt;/p&gt;
&lt;p&gt;I am using the example &amp;quot;ble_app_multirole_lesc&amp;quot;.&lt;br /&gt;I want to allow or prohibit all events at once, is that possible?&lt;/p&gt;&lt;div style="clear:both;"&gt;&lt;/div&gt;</description></item><item><title>RE: How to prohibit or allow events to occur</title><link>https://devzone.nordicsemi.com/thread/208424?ContentTypeID=1</link><pubDate>Fri, 06 Sep 2019 09:25:10 GMT</pubDate><guid isPermaLink="false">137ad170-7792-4731-bb38-c0d22fbe4515:d178bf2a-5f8b-4bb9-8bac-dc37de827400</guid><dc:creator>Simonr</dc:creator><description>&lt;p&gt;Hi Shivani&lt;/p&gt;
&lt;p&gt;Please create your own ticket on the matter, as we try to restrict the tickets to one subject each.&lt;/p&gt;
&lt;p&gt;Best regards,&lt;/p&gt;
&lt;p&gt;Simon&lt;/p&gt;&lt;div style="clear:both;"&gt;&lt;/div&gt;</description></item><item><title>RE: How to prohibit or allow events to occur</title><link>https://devzone.nordicsemi.com/thread/208423?ContentTypeID=1</link><pubDate>Fri, 06 Sep 2019 09:23:38 GMT</pubDate><guid isPermaLink="false">137ad170-7792-4731-bb38-c0d22fbe4515:530ed3fd-49b1-4c2c-8745-307b94a617f1</guid><dc:creator>Simonr</dc:creator><description>&lt;p&gt;Hi&lt;/p&gt;
&lt;p&gt;I&amp;#39;m sorry, but you&amp;#39;ll have to be more specific here. What event(s) are you referring to? What example in the SDK are you using?&lt;/p&gt;
&lt;p&gt;Best regards,&lt;/p&gt;
&lt;p&gt;Simon&lt;/p&gt;&lt;div style="clear:both;"&gt;&lt;/div&gt;</description></item><item><title>RE: How to prohibit or allow events to occur</title><link>https://devzone.nordicsemi.com/thread/208360?ContentTypeID=1</link><pubDate>Fri, 06 Sep 2019 04:03:08 GMT</pubDate><guid isPermaLink="false">137ad170-7792-4731-bb38-c0d22fbe4515:73468c94-f6bb-4599-a9f8-2bc201384a4d</guid><dc:creator>Shivani</dc:creator><description>&lt;p&gt;Hi Takashina Hiroki,&lt;/p&gt;
&lt;p&gt;I&amp;#39;m a beginner in this field.Actually, I also use EYSHJNZWZ board.I want to use segger embedded studio to program this module.&lt;/p&gt;
&lt;p&gt;Can you please give me a simple example code for this board.I want to know how to configure it&amp;#39;s pin. I&amp;#39;m also refer sample code for PCA10040 board so what kind of changes I have to do for customize board?&lt;/p&gt;
&lt;p&gt;Happy to here some suggestion from you.&amp;nbsp;&lt;/p&gt;&lt;div style="clear:both;"&gt;&lt;/div&gt;</description></item></channel></rss>