<?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>Multiple notifications in a single connection interval</title><link>https://devzone.nordicsemi.com/f/nordic-q-a/3081/multiple-notifications-in-a-single-connection-interval</link><description>I currently have a design that has four characteristics (all strings) in a custom service. Each is less than 20 bytes and I send them out one at a time. i.e. one characteristic per connection interval. 
 I have read some of the previous posts, such as</description><dc:language>en-US</dc:language><generator>Telligent Community 13</generator><lastBuildDate>Fri, 11 Jul 2014 13:24:01 GMT</lastBuildDate><atom:link rel="self" type="application/rss+xml" href="https://devzone.nordicsemi.com/f/nordic-q-a/3081/multiple-notifications-in-a-single-connection-interval" /><item><title>RE: Multiple notifications in a single connection interval</title><link>https://devzone.nordicsemi.com/thread/11483?ContentTypeID=1</link><pubDate>Fri, 11 Jul 2014 13:24:01 GMT</pubDate><guid isPermaLink="false">137ad170-7792-4731-bb38-c0d22fbe4515:42b08b3e-9f0e-4f88-bf0d-137bab3549e6</guid><dc:creator>John</dc:creator><description>&lt;p&gt;Regarding #2: I am not aware of any limitation that would prevent you from sending data on multiple characteristics in a single connection interval. You just need to specify the appropriate handle for each characteristic when setting up the hvx parameters for the data.&lt;/p&gt;&lt;div style="clear:both;"&gt;&lt;/div&gt;</description></item><item><title>RE: Multiple notifications in a single connection interval</title><link>https://devzone.nordicsemi.com/thread/11482?ContentTypeID=1</link><pubDate>Fri, 11 Jul 2014 01:31:16 GMT</pubDate><guid isPermaLink="false">137ad170-7792-4731-bb38-c0d22fbe4515:0796ac66-45fd-451b-85af-7a118803ebf8</guid><dc:creator>Scarlet</dc:creator><description>&lt;p&gt;I&amp;#39;ve researshed related problem before
&lt;a href="https://devzone.nordicsemi.com/question/5121/send-multiple-notifications-per-connection-interval/"&gt;devzone.nordicsemi.com/.../&lt;/a&gt;&lt;/p&gt;
&lt;ol&gt;
&lt;li&gt;Power is a big concern for this design. From a power aspect, is there a benefit to creating a single characteristic and then sending them all in one connection interval.&lt;/li&gt;
&lt;/ol&gt;
&lt;p&gt;I don&amp;#39;t think the number of characteristics will increase/decrease the power consumption, the number of data you want to notify would impact it. I think it just an table in GATT layer.&lt;/p&gt;
&lt;ol start="2"&gt;
&lt;li&gt;I believe this is the case, but need to confirm. Only one unique characteristic type can be sent in a single connection interval. So I could send the same characteristics up to 6 times per connection interval. Correct?&lt;/li&gt;
&lt;/ol&gt;
&lt;p&gt;sorry, I don&amp;#39;t know... anyone knows?&lt;/p&gt;
&lt;ol start="3"&gt;
&lt;li&gt;How do I tell how many notifications are received per connection using, for example, Master Control Panel? Basically, how to debug it.&lt;/li&gt;
&lt;/ol&gt;
&lt;p&gt;If your link is not encryption, maybe you can use Nordic sniffer firmware + Nordic BLE dongle + Wireshark. (you can find related document in their website)&lt;/p&gt;
&lt;ol start="4"&gt;
&lt;li&gt;Where is an S110 example showing how to send multiple notifications per connection?&lt;/li&gt;
&lt;/ol&gt;
&lt;p&gt;&lt;a href="https://github.com/NordicSemiconductor/nrf51-ble-app-lbs/tree/throughput-test-5.2.0"&gt;github.com/.../throughput-test-5.2.0&lt;/a&gt;&lt;/p&gt;
&lt;hr /&gt;
&lt;p&gt;By the way, in the first link, Ole explained some problem will happen in Nordic BLE dongle.
The firmware with this dongle now only can receive ONE packet each connection interval.
So if you want to verify multiple notification packets in connection interval, you had better use mobile APP to check this.&lt;/p&gt;&lt;div style="clear:both;"&gt;&lt;/div&gt;</description></item></channel></rss>