<?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>MCP/Dongle packet throughput limitation</title><link>https://devzone.nordicsemi.com/f/nordic-q-a/1801/mcp-dongle-packet-throughput-limitation</link><description>Hi, 
 It has been mentioned in several threads that the MCP/dongle (on laptop) cannot support transmission of more than 1 packet per connection interval. Could you help clarifying whether this limitation is due to MCP implementation or is it due to the</description><dc:language>en-US</dc:language><generator>Telligent Community 13</generator><lastBuildDate>Thu, 06 Mar 2014 10:10:43 GMT</lastBuildDate><atom:link rel="self" type="application/rss+xml" href="https://devzone.nordicsemi.com/f/nordic-q-a/1801/mcp-dongle-packet-throughput-limitation" /><item><title>RE: MCP/Dongle packet throughput limitation</title><link>https://devzone.nordicsemi.com/thread/7844?ContentTypeID=1</link><pubDate>Thu, 06 Mar 2014 10:10:43 GMT</pubDate><guid isPermaLink="false">137ad170-7792-4731-bb38-c0d22fbe4515:1ab45bb8-4b75-4bb6-9f56-8df9f3061a2c</guid><dc:creator>Ole Morten</dc:creator><description>&lt;p&gt;This limitation is in the software running on the dongle.&lt;/p&gt;
&lt;ol&gt;
&lt;li&gt;
&lt;p&gt;The most common way to handle changing the connection interval is to send an update request from the Peripheral side. This can be done by using the ble_conn_params module, and setting up the MIN_CONN_INTERVAL and MAX_CONN_INTERVAL as wanted. The module will then send a parameter update request to the Central, if the currently used parameters are outside the range.&lt;/p&gt;
&lt;/li&gt;
&lt;li&gt;
&lt;p&gt;If a characteristic has the notify or indicate property, you should see a button with two arrows above a line next to it, as the button next to the Blood Pressure in &lt;a href="https://lh4.ggpht.com/Mytm9z1sZPEmJ2gIrmDw-oc8sj1y97SZcD4f9_YqU69ALjGwWf0o72o0DwwkNNbQRQ=h900-rw"&gt;this screenshot&lt;/a&gt;. Pressing this should enable notifications.&lt;/p&gt;
&lt;/li&gt;
&lt;/ol&gt;
&lt;p&gt;If you don&amp;#39;t see any notifications, are you sure that the peer device is actually sending them (i.e. calling sd_ble_gatts_hvx())?&lt;/p&gt;&lt;div style="clear:both;"&gt;&lt;/div&gt;</description></item></channel></rss>