<?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>Adding midi services</title><link>https://devzone.nordicsemi.com/f/nordic-q-a/22772/adding-midi-services</link><description>I am using a usual uart to bluetooth application and it works great, but I would like to set this application to be a known apple midi device, it seems I only have to add a specific service. 
 According to Apple, you need to set up a service like this</description><dc:language>en-US</dc:language><generator>Telligent Community 13</generator><lastBuildDate>Fri, 16 Jun 2017 11:51:44 GMT</lastBuildDate><atom:link rel="self" type="application/rss+xml" href="https://devzone.nordicsemi.com/f/nordic-q-a/22772/adding-midi-services" /><item><title>RE: Adding midi services</title><link>https://devzone.nordicsemi.com/thread/89524?ContentTypeID=1</link><pubDate>Fri, 16 Jun 2017 11:51:44 GMT</pubDate><guid isPermaLink="false">137ad170-7792-4731-bb38-c0d22fbe4515:70bbd0c2-d859-44ed-a6b7-36894d4b5f49</guid><dc:creator>Sigurd</dc:creator><description>&lt;p&gt;Hi,&lt;/p&gt;
&lt;p&gt;According to the specification, the BLE MIDI device must request a connection interval of 15 ms or less. A lower connection interval is preferred in most applications of MIDI. The lowest allowed connection interval for BLE is 7.5 ms, so you should therefore set the connection interval like this:&lt;/p&gt;
&lt;pre&gt;&lt;code&gt;#define MIN_CONN_INTERVAL               MSEC_TO_UNITS(7.5, UNIT_1_25_MS)           
#define MAX_CONN_INTERVAL               MSEC_TO_UNITS(15, UNIT_1_25_MS)
&lt;/code&gt;&lt;/pre&gt;
&lt;p&gt;Unfortunately we don&amp;#39;t have any full BLE MIDI examples or documentation for this. There are a few discussions on devzone that might be of interest though. Maybe especially &lt;a href="https://devzone.nordicsemi.com/question/103387/midi-ble-example-nrf52dk/?answer=103393#post-id-103393"&gt;this one&lt;/a&gt;.&lt;/p&gt;&lt;div style="clear:both;"&gt;&lt;/div&gt;</description></item></channel></rss>