<?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>timeslot extension never succeed</title><link>https://devzone.nordicsemi.com/f/nordic-q-a/27172/timeslot-extension-never-succeed</link><description>Hi, 
 I have a working scanner and manage to require timeslots with the below timings. 
 Interval 300ms, scan window 50ms, Timeslot length 10ms. 
 
 But when i try to request timeslot extensions as low as 1ms it never works. 
 nrf_radio_signal_callback_return_param_t</description><dc:language>en-US</dc:language><generator>Telligent Community 13</generator><lastBuildDate>Mon, 16 Oct 2017 13:00:35 GMT</lastBuildDate><atom:link rel="self" type="application/rss+xml" href="https://devzone.nordicsemi.com/f/nordic-q-a/27172/timeslot-extension-never-succeed" /><item><title>RE: timeslot extension never succeed</title><link>https://devzone.nordicsemi.com/thread/107036?ContentTypeID=1</link><pubDate>Mon, 16 Oct 2017 13:00:35 GMT</pubDate><guid isPermaLink="false">137ad170-7792-4731-bb38-c0d22fbe4515:881793cc-8cd3-439e-8fac-578ff2cbe019</guid><dc:creator>Hung Bui</dc:creator><description>&lt;p&gt;Hi Seb,&lt;/p&gt;
&lt;p&gt;Seems that the issue was at NRF_RADIO_CALLBACK_SIGNAL_TYPE_EXTEND_SUCCEEDED event, that you didn&amp;#39;t set the callback_action to NONE.&lt;/p&gt;
&lt;p&gt;I attached here an example in SDK v14 I made (nRF52832, S132 v5.0), it should be similar on SDK v13.&lt;/p&gt;
&lt;p&gt;I use the timer start_timeslot_timeout_handler() to trigger a request for timeslot every second.
The timeslot length is 35ms. Timer 0 CC[0] triggered after 30ms.&lt;/p&gt;
&lt;p&gt;The code request more 3 extensions (extension_count). When the last compare event triggered with CLOSE action, I will end the timeslot immediately, result in 120ms length timeslot (instead of 35x4 = 140ms)&lt;/p&gt;
&lt;p&gt;You can monitor pin 18-20 to verify the operation (description of the pins in the main loop)&lt;/p&gt;
&lt;p&gt;&lt;a href="https://devzone.nordicsemi.com/cfs-file/__key/communityserver-discussions-components-files/4/ble_5F00_app_5F00_hrs-_2D00_-Timeslot.zip"&gt;ble_app_hrs SDK14- Timeslot.zip&lt;/a&gt;&lt;/p&gt;&lt;div style="clear:both;"&gt;&lt;/div&gt;</description></item></channel></rss>