<?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>accelerate send package</title><link>https://devzone.nordicsemi.com/f/nordic-q-a/24352/accelerate-send-package</link><description>how i can send data 1500byte per second，use the sd_ble_gatts_hvx(). because i send the first package use sd_ble_gatts_hvx() and 300ms later i get the BLE_EVT_TX_COMPLETE, the i send the second package, i want to reduce the time(300ms),let the package</description><dc:language>en-US</dc:language><generator>Telligent Community 13</generator><lastBuildDate>Tue, 15 Aug 2017 09:17:05 GMT</lastBuildDate><atom:link rel="self" type="application/rss+xml" href="https://devzone.nordicsemi.com/f/nordic-q-a/24352/accelerate-send-package" /><item><title>RE: accelerate send package</title><link>https://devzone.nordicsemi.com/thread/95892?ContentTypeID=1</link><pubDate>Tue, 15 Aug 2017 09:17:05 GMT</pubDate><guid isPermaLink="false">137ad170-7792-4731-bb38-c0d22fbe4515:aa87cd20-f154-43de-b8fb-5695009ba162</guid><dc:creator>endnode</dc:creator><description>&lt;p&gt;If you get TX_COMPLETE event 300ms later then either your connection interval is so long (= nothing to be done with that except trying to init connection with lower interval - if you are GAP Central - or use Peripheral Connection Parameters Change procedure - if you are GAP Peripheral) or you have some bug in your code which prevents you from getting this event sooner (if it occurs in Soft Device).&lt;/p&gt;&lt;div style="clear:both;"&gt;&lt;/div&gt;</description></item></channel></rss>