<?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>How expensive are characteristics?</title><link>https://devzone.nordicsemi.com/f/nordic-q-a/25132/how-expensive-are-characteristics</link><description>I&amp;#39;m planning on having all of the different Device Information Service characteristics (fw_revision, sw_revision etc) with each being just a single integer for version number. Alternatively, I could combine them into one characteristic, i.e. &amp;quot;1.0.1&amp;quot;.</description><dc:language>en-US</dc:language><generator>Telligent Community 13</generator><lastBuildDate>Wed, 13 Sep 2017 06:15:18 GMT</lastBuildDate><atom:link rel="self" type="application/rss+xml" href="https://devzone.nordicsemi.com/f/nordic-q-a/25132/how-expensive-are-characteristics" /><item><title>RE: How expensive are characteristics?</title><link>https://devzone.nordicsemi.com/thread/98989?ContentTypeID=1</link><pubDate>Wed, 13 Sep 2017 06:15:18 GMT</pubDate><guid isPermaLink="false">137ad170-7792-4731-bb38-c0d22fbe4515:44dcd449-9845-42c0-94a0-e76b2148440d</guid><dc:creator>&amp;#216;yvind</dc:creator><description>&lt;p&gt;Combining them could possibly save some RAM spent on the attribute table, in the order of a few bytes. They may also be possible to read faster over the BLE link when combined, but most likely not since you could probably read all of them with the GATT Read Multiple Characteristic Values procedure anyway. You will also probably have more complex code to combine/split these combined values into/from a single characteristic.&lt;/p&gt;
&lt;p&gt;My take is that unless you really really need to reduce the RAM footprint or the reading overhead (and it it is not possible to do so with a GATT Read Multiple Characteristic Values procedure), I recommend not doing it.&lt;/p&gt;&lt;div style="clear:both;"&gt;&lt;/div&gt;</description></item></channel></rss>