<?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>Best practice for transfering 6+KB of data using BLE</title><link>https://devzone.nordicsemi.com/f/nordic-q-a/127445/best-practice-for-transfering-6-kb-of-data-using-ble</link><description>Hi Nordic, 
 I&amp;#39;m developing a BLE protocol on an nRF54L05, and is trying to send (On request or by notifying) up to 750 logs of data, each log being 8 bytes (1 byte event type, 3 bytes data, and 4 byte timestamp) + a count for amount of logs sent. Is</description><dc:language>en-US</dc:language><generator>Telligent Community 13</generator><lastBuildDate>Thu, 19 Mar 2026 18:46:38 GMT</lastBuildDate><atom:link rel="self" type="application/rss+xml" href="https://devzone.nordicsemi.com/f/nordic-q-a/127445/best-practice-for-transfering-6-kb-of-data-using-ble" /><item><title>RE: Best practice for transfering 6+KB of data using BLE</title><link>https://devzone.nordicsemi.com/thread/563710?ContentTypeID=1</link><pubDate>Thu, 19 Mar 2026 18:46:38 GMT</pubDate><guid isPermaLink="false">137ad170-7792-4731-bb38-c0d22fbe4515:d665a3f3-9732-49ac-9464-3026028ee2c9</guid><dc:creator>Menon</dc:creator><description>&lt;p&gt;Hello,&lt;/p&gt;
&lt;p&gt;Yes, the ATT payload is typically limited to 244 bytes (based on a commonly negotiated MTU of 247), so you cannot send all 750 logs in a single notification. While the Bluetooth specification allows an ATT MTU of up to 512 bytes (giving a maximum payload of 509 bytes), See the section&lt;a href="https://academy.nordicsemi.com/courses/bluetooth-low-energy-fundamentals/lessons/lesson-3-bluetooth-le-connections/topic/connection-parameters/#ld-tab-content-15295:~:text=of%20lower%20throughput.-,Data%20length%20and%20MTU,-The%20data%20length"&gt; Data length &amp;amp;PDU,&lt;/a&gt; and also check the&amp;nbsp; config &lt;a href="https://docs.nordicsemi.com/bundle/ncs-latest/page/kconfig/index.html#CONFIG_BT_L2CAP_TX_MTU"&gt;CONFIG_BT_L2CAP_TX_MTU=512&lt;/a&gt;.&lt;/p&gt;
&lt;p&gt;Regardless of whether the payload per notification is 244 bytes or up to 509 bytes, this does not limit the total amount of data you can transfer. BLE supports sending larger datasets by splitting the data across multiple notifications.&amp;nbsp;In your case, sending 750 logs is completely feasible, you simply transmit them in chunks over multiple notifications.&lt;/p&gt;
&lt;p&gt;Kind Regards,&lt;/p&gt;
&lt;p&gt;Abhijith&lt;/p&gt;&lt;div style="clear:both;"&gt;&lt;/div&gt;</description></item><item><title>RE: Best practice for transfering 6+KB of data using BLE</title><link>https://devzone.nordicsemi.com/thread/563586?ContentTypeID=1</link><pubDate>Wed, 18 Mar 2026 14:29:09 GMT</pubDate><guid isPermaLink="false">137ad170-7792-4731-bb38-c0d22fbe4515:51410b75-cd9c-4d81-bac4-b4f1fe01151b</guid><dc:creator>Menon</dc:creator><description>&lt;p&gt;Hello,&lt;/p&gt;
&lt;p&gt;Apologies for the delay. You can expect a response by the end of tomorrow.&lt;/p&gt;
&lt;p&gt;Kind Regards,&lt;/p&gt;
&lt;p&gt;Abhijith&lt;/p&gt;&lt;div style="clear:both;"&gt;&lt;/div&gt;</description></item><item><title>RE: Best practice for transfering 6+KB of data using BLE</title><link>https://devzone.nordicsemi.com/thread/563364?ContentTypeID=1</link><pubDate>Mon, 16 Mar 2026 16:15:10 GMT</pubDate><guid isPermaLink="false">137ad170-7792-4731-bb38-c0d22fbe4515:7ec70048-4ac7-4f55-900b-fe558d151af8</guid><dc:creator>Menon</dc:creator><description>&lt;p&gt;Hello,&lt;br /&gt;&lt;br /&gt;Just letting you know that I have been assigned to this case and am currently looking into it. I will get back to you soon.&lt;/p&gt;
&lt;p&gt;Kind Regards,&lt;/p&gt;
&lt;p&gt;Abhijith&lt;/p&gt;&lt;div style="clear:both;"&gt;&lt;/div&gt;</description></item></channel></rss>