<?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>What is the purpose of the hvx &amp;#39;offset&amp;#39; parameter and how is it used?</title><link>https://devzone.nordicsemi.com/f/nordic-q-a/22912/what-is-the-purpose-of-the-hvx-offset-parameter-and-how-is-it-used</link><description>I have created a characteristic for sending up to 60 data bytes in a buffer using a sequence of 20 byte notifications sent to an external device. This works quite well for rapidly streaming out the data. I trigger streaming notifications on a write to</description><dc:language>en-US</dc:language><generator>Telligent Community 13</generator><lastBuildDate>Tue, 20 Jun 2017 12:09:05 GMT</lastBuildDate><atom:link rel="self" type="application/rss+xml" href="https://devzone.nordicsemi.com/f/nordic-q-a/22912/what-is-the-purpose-of-the-hvx-offset-parameter-and-how-is-it-used" /><item><title>RE: What is the purpose of the hvx 'offset' parameter and how is it used?</title><link>https://devzone.nordicsemi.com/thread/90127?ContentTypeID=1</link><pubDate>Tue, 20 Jun 2017 12:09:05 GMT</pubDate><guid isPermaLink="false">137ad170-7792-4731-bb38-c0d22fbe4515:1863ebe5-80d0-4d76-99e2-f8501afc75eb</guid><dc:creator>Petter Myhre</dc:creator><description>&lt;p&gt;The value of the offset sets where in the attribute value the data should be updated. So if you have a 30 byte attribute value size, a data length of 20, and an offset of 0 you will update the 20 first bytes, if you have a offset of 10 you will update the 20 last bytes. The offset shouldn&amp;#39;t have anything to do with the notification size, that should be determined by the data length (p_len).&lt;/p&gt;&lt;div style="clear:both;"&gt;&lt;/div&gt;</description></item></channel></rss>