<?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>Max throughput with S132 v3.0 connected to cell phone</title><link>https://devzone.nordicsemi.com/f/nordic-q-a/17885/max-throughput-with-s132-v3-0-connected-to-cell-phone</link><description>Using the Data Length Extension (DLE) feature in BLE v4.2, two nRF52 dev boards can achieve a maximum throughput of almost 800 kbps. I tested DLE with an iPhone 6 and the payload switched to 182 bytes, but the throughput was only 48 kbps. So I tested</description><dc:language>en-US</dc:language><generator>Telligent Community 13</generator><lastBuildDate>Tue, 22 Nov 2016 01:14:54 GMT</lastBuildDate><atom:link rel="self" type="application/rss+xml" href="https://devzone.nordicsemi.com/f/nordic-q-a/17885/max-throughput-with-s132-v3-0-connected-to-cell-phone" /><item><title>RE: Max throughput with S132 v3.0 connected to cell phone</title><link>https://devzone.nordicsemi.com/thread/68936?ContentTypeID=1</link><pubDate>Tue, 22 Nov 2016 01:14:54 GMT</pubDate><guid isPermaLink="false">137ad170-7792-4731-bb38-c0d22fbe4515:70e75537-cf7e-48d0-8cd8-d2843373ca5b</guid><dc:creator>Andrew</dc:creator><description>&lt;p&gt;A couple of things to be aware of:&lt;/p&gt;
&lt;ol&gt;
&lt;li&gt;
&lt;p&gt;Fastest connection interval on Android 6+ is 11.25ms while on iPhone it is only 20ms&lt;/p&gt;
&lt;/li&gt;
&lt;li&gt;
&lt;p&gt;Android phones tend to allow more packets per interval than an iPhone does, especially iOS 8.3+&lt;/p&gt;
&lt;/li&gt;
&lt;li&gt;
&lt;p&gt;iOS will always choose the max connection interval in the update request, so if you are doing 20ms min 30ms max, it will be 30ms&lt;/p&gt;
&lt;/li&gt;
&lt;/ol&gt;
&lt;p&gt;So for the one plus numbers, we can assume 1000ms /11.25ms = ~89 intervals per second, 4 packets per interval with 160 bits per packet&lt;/p&gt;
&lt;p&gt;89 * 4 * 160 = 56,960 bps&lt;/p&gt;
&lt;p&gt;Now with the iPhone and DLE, it could be that it only allows 1 packet per interval (this is best guess).&lt;/p&gt;
&lt;p&gt;1000ms / 30ms = ~33 packets per second&lt;/p&gt;
&lt;p&gt;33 * 182 * 8 = 48,048 bps&lt;/p&gt;
&lt;p&gt;If you don&amp;#39;t follow Apple&amp;#39;s BLE conn interval spec exactly, then it will deny your update request. Check what yours is.&lt;/p&gt;
&lt;p&gt;Google &amp;quot;Bluetooth Accessory Design Guidelines for Apple Products&amp;quot; for specifics&lt;/p&gt;&lt;div style="clear:both;"&gt;&lt;/div&gt;</description></item></channel></rss>