<?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>Characteristics Larger Than 20 Bytes</title><link>https://devzone.nordicsemi.com/f/nordic-q-a/11814/characteristics-larger-than-20-bytes</link><description>I have read through the forum on this and I am still not completely clear. Here are my questions: 
 
 Can I create characteristics that are larger than 20 bytes? The Bluetooth SIG has several characteristics that are longer than 20 bytes the org.bluetooth</description><dc:language>en-US</dc:language><generator>Telligent Community 13</generator><lastBuildDate>Wed, 10 Feb 2016 16:52:06 GMT</lastBuildDate><atom:link rel="self" type="application/rss+xml" href="https://devzone.nordicsemi.com/f/nordic-q-a/11814/characteristics-larger-than-20-bytes" /><item><title>RE: Characteristics Larger Than 20 Bytes</title><link>https://devzone.nordicsemi.com/thread/44681?ContentTypeID=1</link><pubDate>Wed, 10 Feb 2016 16:52:06 GMT</pubDate><guid isPermaLink="false">137ad170-7792-4731-bb38-c0d22fbe4515:984bc61b-701a-4416-9446-b49d0d66e584</guid><dc:creator>WestCoastDaz</dc:creator><description>&lt;p&gt;RK,&lt;/p&gt;
&lt;p&gt;Thanks for the fast response!  Do you know of any examples in the SDK that show characteristics larger than 20 bytes?&lt;/p&gt;&lt;div style="clear:both;"&gt;&lt;/div&gt;</description></item><item><title>RE: Characteristics Larger Than 20 Bytes</title><link>https://devzone.nordicsemi.com/thread/44680?ContentTypeID=1</link><pubDate>Wed, 10 Feb 2016 05:20:03 GMT</pubDate><guid isPermaLink="false">137ad170-7792-4731-bb38-c0d22fbe4515:bdea0259-7d04-42ca-b928-9a3910be9110</guid><dc:creator>RK</dc:creator><description>&lt;ol&gt;
&lt;li&gt;
&lt;p&gt;Yes - there&amp;#39;s a constant in the SDK which gives the maximum length for fixed and variable length characteristics. Basically it&amp;#39;s around 255 bytes&lt;/p&gt;
&lt;/li&gt;
&lt;li&gt;
&lt;p&gt;You can notify them but you&amp;#39;ll only get MTU-3 bytes in the notification and if the client wants the rest it will have to read the characteristic afterwards with a long read. Notifications have a max payload of MTU-3 bytes and MTU is currently 23 so 20 is the max. You can set the offset of the data you are notifying when you notify it to send something other than the first 20 bytes, however nothing on the client side will tell it that offset, it just gets 20 bytes, so that&amp;#39;s not very useful. See the Core Bluetooth spec for the details of the notification procedure&amp;#39;s packets.&lt;/p&gt;
&lt;/li&gt;
&lt;/ol&gt;&lt;div style="clear:both;"&gt;&lt;/div&gt;</description></item></channel></rss>