<?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>On Timeslot API, SoftDevice, and locked bytes</title><link>https://devzone.nordicsemi.com/f/nordic-q-a/11735/on-timeslot-api-softdevice-and-locked-bytes</link><description>Best Regards, 
 I am developing a firmware version for nrf51822 based on Softdevice S130 (old v8.1) and Timeslot API.
Currently, I can freely transmit and receive packets while the softdevice is active, running, and actively utilizing the radio interface</description><dc:language>en-US</dc:language><generator>Telligent Community 13</generator><lastBuildDate>Thu, 11 Feb 2016 16:42:07 GMT</lastBuildDate><atom:link rel="self" type="application/rss+xml" href="https://devzone.nordicsemi.com/f/nordic-q-a/11735/on-timeslot-api-softdevice-and-locked-bytes" /><item><title>RE: On Timeslot API, SoftDevice, and locked bytes</title><link>https://devzone.nordicsemi.com/thread/44371?ContentTypeID=1</link><pubDate>Thu, 11 Feb 2016 16:42:07 GMT</pubDate><guid isPermaLink="false">137ad170-7792-4731-bb38-c0d22fbe4515:43fb20f4-5a62-4877-95c6-cffd81660c10</guid><dc:creator>leo_91</dc:creator><description>&lt;p&gt;...You know when you overlook a byte thinking it is part of the specification of non connectable advertising? That&amp;#39;s totally what I did! I feel so dumb right now. The issue was solved with just that! Thanks!&lt;/p&gt;&lt;div style="clear:both;"&gt;&lt;/div&gt;</description></item><item><title>RE: On Timeslot API, SoftDevice, and locked bytes</title><link>https://devzone.nordicsemi.com/thread/44370?ContentTypeID=1</link><pubDate>Thu, 11 Feb 2016 16:17:35 GMT</pubDate><guid isPermaLink="false">137ad170-7792-4731-bb38-c0d22fbe4515:7daf6968-0c0f-42ad-8f67-570ad65f6726</guid><dc:creator>run_ar</dc:creator><description>&lt;p&gt;0x16 -&amp;gt; seems like the length is wrong? 0x16 = 22 bytes?&lt;/p&gt;&lt;div style="clear:both;"&gt;&lt;/div&gt;</description></item><item><title>RE: On Timeslot API, SoftDevice, and locked bytes</title><link>https://devzone.nordicsemi.com/thread/44369?ContentTypeID=1</link><pubDate>Wed, 10 Feb 2016 10:44:22 GMT</pubDate><guid isPermaLink="false">137ad170-7792-4731-bb38-c0d22fbe4515:87ce77cb-02da-44fe-83a0-a871c366a5af</guid><dc:creator>leo_91</dc:creator><description>&lt;p&gt;Edited the main post, now there should be the screenshot of the nRF Master Control Panel, togethet with the raw packet data. From the raw packet it is missing the 0x42 and the MAC address (the original, not the example one I used above).&lt;/p&gt;&lt;div style="clear:both;"&gt;&lt;/div&gt;</description></item><item><title>RE: On Timeslot API, SoftDevice, and locked bytes</title><link>https://devzone.nordicsemi.com/thread/44368?ContentTypeID=1</link><pubDate>Wed, 10 Feb 2016 10:30:57 GMT</pubDate><guid isPermaLink="false">137ad170-7792-4731-bb38-c0d22fbe4515:884bc904-7931-4d31-9ee9-703de74d1347</guid><dc:creator>run_ar</dc:creator><description>&lt;p&gt;Usually there would also be some additional data in the ad packet. Can I see what you receive on the scanner to check what is there?&lt;/p&gt;&lt;div style="clear:both;"&gt;&lt;/div&gt;</description></item><item><title>RE: On Timeslot API, SoftDevice, and locked bytes</title><link>https://devzone.nordicsemi.com/thread/44367?ContentTypeID=1</link><pubDate>Wed, 10 Feb 2016 10:25:55 GMT</pubDate><guid isPermaLink="false">137ad170-7792-4731-bb38-c0d22fbe4515:637c75ee-2075-4697-86de-290d05abaa5e</guid><dc:creator>leo_91</dc:creator><description>&lt;p&gt;I agree with you run_ar, thanks. Yet what bugs me is that the floating byte is on the 25th position, not the 32nd, therefore I&amp;#39;m supposedly within the valid packet length.. with &amp;quot;25th&amp;quot; I mean w.r.t. the BLE packet structure, i.e. we send something like&lt;/p&gt;
&lt;p&gt;&lt;code&gt;0x42 0x16 - 0xFF 0xEE 0xDD 0xCC 0xBB 0xAA - 0x03 0x09 0xAC 0xAB - 0x16 0xFF 0x15 0x16 0x17 0x18 0x19 0x20 0x21 0x22 0x23 0x24 0x25 0x26 0x27 0x28 0x29 0x30 0x31 0x32&lt;/code&gt;&lt;/p&gt;
&lt;p&gt;and the 0x25 byte is floating. I would expect the 0x32 (th) to be floating or undefined, in case of maximum packet size exceeded. Am I right?&lt;/p&gt;
&lt;p&gt;It could be that maybe I&amp;#39;m not accounting for some additional packet length, and hence the 25th is instead the 32nd?&lt;/p&gt;&lt;div style="clear:both;"&gt;&lt;/div&gt;</description></item><item><title>RE: On Timeslot API, SoftDevice, and locked bytes</title><link>https://devzone.nordicsemi.com/thread/44366?ContentTypeID=1</link><pubDate>Mon, 08 Feb 2016 09:01:36 GMT</pubDate><guid isPermaLink="false">137ad170-7792-4731-bb38-c0d22fbe4515:19a6a49a-9266-4995-9da7-8facc0b74edb</guid><dc:creator>run_ar</dc:creator><description>&lt;p&gt;So, as you say; the maximum size of the advertisement data packet is 31 bytes. If you try to send longer ad packets than this I would not expect the scanner to understand it.&lt;/p&gt;&lt;div style="clear:both;"&gt;&lt;/div&gt;</description></item></channel></rss>