<?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>Can i send more than 20 bytes in BLE 4.0?</title><link>https://devzone.nordicsemi.com/f/nordic-q-a/21063/can-i-send-more-than-20-bytes-in-ble-4-0</link><description>I tested a 23byte data transition in iPhone 5s with Softdevice 3.1.0, sdk12.2 .
it is ok. I know that iphone 5s is ble 4.0. 
 So I thought it would be possible on Android(Galaxy tab s, samsung, ble 4.0). 
 in nRf connect tool, I sent 23 bytes, but</description><dc:language>en-US</dc:language><generator>Telligent Community 13</generator><lastBuildDate>Tue, 04 Apr 2017 14:07:01 GMT</lastBuildDate><atom:link rel="self" type="application/rss+xml" href="https://devzone.nordicsemi.com/f/nordic-q-a/21063/can-i-send-more-than-20-bytes-in-ble-4-0" /><item><title>RE: Can i send more than 20 bytes in BLE 4.0?</title><link>https://devzone.nordicsemi.com/thread/82291?ContentTypeID=1</link><pubDate>Tue, 04 Apr 2017 14:07:01 GMT</pubDate><guid isPermaLink="false">137ad170-7792-4731-bb38-c0d22fbe4515:05b558cc-84ee-4716-8778-9b05bbdae05a</guid><dc:creator>Sigurd</dc:creator><description>&lt;p&gt;You can find an example that shows ATT MTU exchange and DLE with SDK 12.2 &lt;a href="https://devzone.nordicsemi.com/question/95007/peripheral-fault-from-dle-with-s132-v30/?answer=95539#post-id-95539"&gt;here&lt;/a&gt;.&lt;/p&gt;&lt;div style="clear:both;"&gt;&lt;/div&gt;</description></item><item><title>RE: Can i send more than 20 bytes in BLE 4.0?</title><link>https://devzone.nordicsemi.com/thread/82294?ContentTypeID=1</link><pubDate>Mon, 03 Apr 2017 17:52:15 GMT</pubDate><guid isPermaLink="false">137ad170-7792-4731-bb38-c0d22fbe4515:f205ea66-3fab-4722-a45b-6c5ed2c10dff</guid><dc:creator>endnode</dc:creator><description>&lt;p&gt;You are still not very specific;) As you are talking about mobile APIs I assume it runs over GATT layer. There is something called &amp;quot;default ATT_MTU size&amp;quot; which says what is basic &amp;quot;fragment&amp;quot; (packet if you want) exchanged on BLE Attribute Protocol layer. GATT runs on top of it and APP again on GATT. ATT/GATT overhead are 3 bytes so by default you have 20 bytes for your application. However structures (objects) which are living on GATT layer can be longer then that (up to 512 bytes) and GATT provides methods (functions/commands) how to handle such long data even ATT_MTU stays at 23 bytes. There is ATT_MTU exchange procedure defined on ATT layer where both sides exchange their capabilities and protocol automatically &amp;quot;upgrades&amp;quot; to minimum of their maximum capabilities. Today&amp;#39;s phones typically support 150-190B but embedded devices on the other side might insist on default value 23B.&lt;/p&gt;&lt;div style="clear:both;"&gt;&lt;/div&gt;</description></item><item><title>RE: Can i send more than 20 bytes in BLE 4.0?</title><link>https://devzone.nordicsemi.com/thread/82293?ContentTypeID=1</link><pubDate>Mon, 03 Apr 2017 16:19:05 GMT</pubDate><guid isPermaLink="false">137ad170-7792-4731-bb38-c0d22fbe4515:00b5c158-52c0-400d-95bc-1348d00eac99</guid><dc:creator>bigzero</dc:creator><description>&lt;p&gt;Thank you for answer.
I would like to transfer 23 byte packets regardless of iOS, android platform.
However, using the nrf connect tool on the android platform seems to be limited to 20 bytes.&lt;/p&gt;
&lt;p&gt;Is there a 20-byte limit, depending on the mobile platform?&lt;/p&gt;
&lt;p&gt;With softdevice 3.1.0, can I transfer 23 bytes regardless of the mobile platform?&lt;/p&gt;&lt;div style="clear:both;"&gt;&lt;/div&gt;</description></item><item><title>RE: Can i send more than 20 bytes in BLE 4.0?</title><link>https://devzone.nordicsemi.com/thread/82292?ContentTypeID=1</link><pubDate>Mon, 03 Apr 2017 15:21:49 GMT</pubDate><guid isPermaLink="false">137ad170-7792-4731-bb38-c0d22fbe4515:5d8e3a04-2d63-4611-ab54-35aacfe857ee</guid><dc:creator>endnode</dc:creator><description>&lt;p&gt;I&amp;#39;m afraid you are mixing things and mainly BLE layers. In general you can transport any amount of data over any BT LE compliant device regardless BT SIG Core specification release (4.0/4.1/4.2/5.0/...) What exactly is your interest?&lt;/p&gt;&lt;div style="clear:both;"&gt;&lt;/div&gt;</description></item></channel></rss>