<?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 BLE Characteristic write size with long write API</title><link>https://devzone.nordicsemi.com/f/nordic-q-a/68510/max-ble-characteristic-write-size-with-long-write-api</link><description>Hello, We are looking to send around 1000 Bytes on characteristic. On android app we used Nordic apis to send long write for sending 1000 byes but I am receiving only 509 bytes only once. Not sure if I am doing something wrong on Nordic firmware side</description><dc:language>en-US</dc:language><generator>Telligent Community 13</generator><lastBuildDate>Mon, 23 Nov 2020 09:03:22 GMT</lastBuildDate><atom:link rel="self" type="application/rss+xml" href="https://devzone.nordicsemi.com/f/nordic-q-a/68510/max-ble-characteristic-write-size-with-long-write-api" /><item><title>RE: Max BLE Characteristic write size with long write API</title><link>https://devzone.nordicsemi.com/thread/281252?ContentTypeID=1</link><pubDate>Mon, 23 Nov 2020 09:03:22 GMT</pubDate><guid isPermaLink="false">137ad170-7792-4731-bb38-c0d22fbe4515:587b4173-92f8-4abb-b6a3-d75f9ce1bd5a</guid><dc:creator>Vidar Berg</dc:creator><description>&lt;p&gt;The attribute value length can be set independent of the ATT_MTU size. E.g. an attribute can still hold 512 bytes even if only the default 23 byte&amp;nbsp; MTU is supported.You are however limited to &amp;quot;ATT_MTU - 3&amp;quot; bytes when sending notifications.&lt;/p&gt;
&lt;p&gt;The 3 byte ATT packet overhead consists of one byte for the attribute opcode and 2 bytes for the attribute handle.&lt;/p&gt;&lt;div style="clear:both;"&gt;&lt;/div&gt;</description></item><item><title>RE: Max BLE Characteristic write size with long write API</title><link>https://devzone.nordicsemi.com/thread/280963?ContentTypeID=1</link><pubDate>Thu, 19 Nov 2020 16:26:38 GMT</pubDate><guid isPermaLink="false">137ad170-7792-4731-bb38-c0d22fbe4515:d515af71-159a-4545-82fd-50c1f4431351</guid><dc:creator>chandan</dc:creator><description>&lt;p&gt;&lt;span&gt;Max length include a 3 byte overhead, so the actual useable data that can be notified is ATT_MTU - 3 bytes so max possible is 509, correct ?&lt;/span&gt;&lt;/p&gt;
&lt;p&gt;&lt;span&gt;Also please me know what is these 3 bytes overhead?&lt;/span&gt;&lt;/p&gt;&lt;div style="clear:both;"&gt;&lt;/div&gt;</description></item><item><title>RE: Max BLE Characteristic write size with long write API</title><link>https://devzone.nordicsemi.com/thread/280957?ContentTypeID=1</link><pubDate>Thu, 19 Nov 2020 15:58:32 GMT</pubDate><guid isPermaLink="false">137ad170-7792-4731-bb38-c0d22fbe4515:7dae7000-8791-49e9-90e5-e0e0fabc1921</guid><dc:creator>Vidar Berg</dc:creator><description>&lt;p&gt;Hello,&lt;/p&gt;
&lt;p&gt;The maxium length of an attribute value is 512 bytes according to the Bluetooth spec., so 1000 bytes is not possible, unfortunately.&lt;/p&gt;&lt;div style="clear:both;"&gt;&lt;/div&gt;</description></item></channel></rss>