<?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>Exposing a table through BLE</title><link>https://devzone.nordicsemi.com/f/nordic-q-a/5489/exposing-a-table-through-ble</link><description>What is the cleanest way to expose a dynamic (non-fixed amount of entries) through BLE? 
 One way I thought of is to create a service for a single table entry and go through the entries by the use of &amp;quot;buttons&amp;quot; - characteristics which, when written to</description><dc:language>en-US</dc:language><generator>Telligent Community 13</generator><lastBuildDate>Mon, 09 Feb 2015 13:00:39 GMT</lastBuildDate><atom:link rel="self" type="application/rss+xml" href="https://devzone.nordicsemi.com/f/nordic-q-a/5489/exposing-a-table-through-ble" /><item><title>RE: Exposing a table through BLE</title><link>https://devzone.nordicsemi.com/thread/19152?ContentTypeID=1</link><pubDate>Mon, 09 Feb 2015 13:00:39 GMT</pubDate><guid isPermaLink="false">137ad170-7792-4731-bb38-c0d22fbe4515:402ef4fd-8b25-4901-bc37-3a5df2e3f29d</guid><dc:creator>Hung Bui</dc:creator><description>&lt;p&gt;Hi Andrey,&lt;/p&gt;
&lt;p&gt;How large is the data ?
You can declare a characteristics with dynamic length to up to 510 bytes.&lt;/p&gt;
&lt;p&gt;Please correct me if I am wrong, you plan to have an index characteristic that you can write the index in and the read the value out on the value characteristic ?&lt;/p&gt;
&lt;p&gt;If it&amp;#39;s what you plan to do, i think it&amp;#39;s the correct way of handling large array.&lt;/p&gt;&lt;div style="clear:both;"&gt;&lt;/div&gt;</description></item></channel></rss>