<?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>Characteristic length being truncated when sent as notification.</title><link>https://devzone.nordicsemi.com/f/nordic-q-a/44692/characteristic-length-being-truncated-when-sent-as-notification</link><description>I have a custom profile containing five custom characteristics. 
 The largest characteristic is 256 bytes in size and can be read reliably by an iPhone. 
 When it is sent as a notification however, it is being truncated reliably at 182 bytes. 
 I am receiving</description><dc:language>en-US</dc:language><generator>Telligent Community 13</generator><lastBuildDate>Mon, 11 Mar 2019 14:33:07 GMT</lastBuildDate><atom:link rel="self" type="application/rss+xml" href="https://devzone.nordicsemi.com/f/nordic-q-a/44692/characteristic-length-being-truncated-when-sent-as-notification" /><item><title>RE: Characteristic length being truncated when sent as notification.</title><link>https://devzone.nordicsemi.com/thread/175397?ContentTypeID=1</link><pubDate>Mon, 11 Mar 2019 14:33:07 GMT</pubDate><guid isPermaLink="false">137ad170-7792-4731-bb38-c0d22fbe4515:cc81c2bc-dade-4e49-a729-8777a1604f4c</guid><dc:creator>Andy</dc:creator><description>&lt;p&gt;Your iPhone&amp;#39;s ATT MTU is 185. You have 3 bytes of overhead and that&amp;#39;s why you only receive 182 bytes. You&amp;#39;ll have to come up with a different strategy to send all the data you need.&lt;/p&gt;
&lt;p&gt;For example, you could send a series of notifications and parse them as needed on your app.&lt;/p&gt;&lt;div style="clear:both;"&gt;&lt;/div&gt;</description></item></channel></rss>