<?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>Sending images over BLE</title><link>https://devzone.nordicsemi.com/f/nordic-q-a/1038/sending-images-over-ble</link><description>Hi,
I&amp;#39;m designing an Android application that has to receive VGA images from de nRF51 acting as the server. Is GATT the best way to accomplish that? If so, as it is necessary to fragment the data in several chunks, do I have to worry about the order</description><dc:language>en-US</dc:language><generator>Telligent Community 13</generator><lastBuildDate>Mon, 02 Dec 2013 11:25:36 GMT</lastBuildDate><atom:link rel="self" type="application/rss+xml" href="https://devzone.nordicsemi.com/f/nordic-q-a/1038/sending-images-over-ble" /><item><title>RE: Sending images over BLE</title><link>https://devzone.nordicsemi.com/thread/4917?ContentTypeID=1</link><pubDate>Mon, 02 Dec 2013 11:25:36 GMT</pubDate><guid isPermaLink="false">137ad170-7792-4731-bb38-c0d22fbe4515:e8623e63-7c7b-4fc5-87b9-75a823709fd0</guid><dc:creator>Hung Bui</dc:creator><description>&lt;p&gt;Hi Ignacio,&lt;/p&gt;
&lt;p&gt;A file can be send via GATT. Notification packet will be ACK-ed on link layer, and according to spec, the order of the received packets should be the same as the order of the packets sent. You should be fine using notification.&lt;/p&gt;
&lt;p&gt;You can also think of using write long (max 512 bytes) which is supported from Softdevice v6.0.0. However, I haven&amp;#39;t tested if write long is supported on an Android server.&lt;/p&gt;
&lt;p&gt;Added:
You can also have a look at this case: &lt;a href="http://devzone.nordicsemi.com/index.php/s110-sending-multiple-notifications-per-connection-event"&gt;http://devzone.nordicsemi.com/index.php/s110-sending-multiple-notifications-per-connection-event&lt;/a&gt; which has some related questions.&lt;/p&gt;&lt;div style="clear:both;"&gt;&lt;/div&gt;</description></item></channel></rss>