<?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>Custom service discovery on iOS</title><link>https://devzone.nordicsemi.com/f/nordic-q-a/6813/custom-service-discovery-on-ios</link><description>Hi, 
 I searched here for a while and I couldn&amp;#39;t find the answer. I implemented custom service by referencing nAN-36 and the github code. For some reasons, the github code didn&amp;#39;t work for me. So ported the code to the example project able_app_proximity</description><dc:language>en-US</dc:language><generator>Telligent Community 13</generator><lastBuildDate>Mon, 04 May 2015 14:20:17 GMT</lastBuildDate><atom:link rel="self" type="application/rss+xml" href="https://devzone.nordicsemi.com/f/nordic-q-a/6813/custom-service-discovery-on-ios" /><item><title>RE: Custom service discovery on iOS</title><link>https://devzone.nordicsemi.com/thread/23983?ContentTypeID=1</link><pubDate>Mon, 04 May 2015 14:20:17 GMT</pubDate><guid isPermaLink="false">137ad170-7792-4731-bb38-c0d22fbe4515:912b6c2c-3e56-47a4-b068-93c8b56c54d9</guid><dc:creator>Petter Myhre</dc:creator><description>&lt;p&gt;Documentation regarding bonding is spread out in the Bluetooth Core specification (and Devzone), I suggest you try to read about it there, and add a question if anything is unclear. These &lt;a href="https://developer.nordicsemi.com/nRF51_SDK/nRF51_SDK_v8.x.x/doc/8.0.0/s110/html/a00878.html"&gt;MSC&amp;#39;s&lt;/a&gt; may also be useful. When you bond the GATT client can cache the attribute information, this is what you experienced before you removed the bond. Attribute Caching is described in Vol 3, Part G, Section 2.5.2 in the Bluetooth Core specification v4.2.&lt;/p&gt;&lt;div style="clear:both;"&gt;&lt;/div&gt;</description></item><item><title>RE: Custom service discovery on iOS</title><link>https://devzone.nordicsemi.com/thread/23982?ContentTypeID=1</link><pubDate>Fri, 01 May 2015 01:13:47 GMT</pubDate><guid isPermaLink="false">137ad170-7792-4731-bb38-c0d22fbe4515:6e348f5f-fd71-4848-aaa1-0b6644045b78</guid><dc:creator>bluevanilla</dc:creator><description>&lt;p&gt;OK, I retried the custom example today with Master Control Panel, it worked. The time that didn&amp;#39;t work is that I was not using Master Control Panel.&lt;/p&gt;
&lt;p&gt;My custom service did work after I remove the bound in the settings. That makes me curious about How bonding works? How about the authentication? Is there any documentation that I could read about?&lt;/p&gt;
&lt;p&gt;Thanks.&lt;/p&gt;&lt;div style="clear:both;"&gt;&lt;/div&gt;</description></item><item><title>RE: Custom service discovery on iOS</title><link>https://devzone.nordicsemi.com/thread/23985?ContentTypeID=1</link><pubDate>Fri, 01 May 2015 00:55:49 GMT</pubDate><guid isPermaLink="false">137ad170-7792-4731-bb38-c0d22fbe4515:6d46f739-6261-4d57-9e3b-5579b8a328b5</guid><dc:creator>bluevanilla</dc:creator><description>&lt;p&gt;Thanks. These are very good example. I solved my problem by removing the bond in iOS&amp;#39; setting.&lt;/p&gt;&lt;div style="clear:both;"&gt;&lt;/div&gt;</description></item><item><title>RE: Custom service discovery on iOS</title><link>https://devzone.nordicsemi.com/thread/23984?ContentTypeID=1</link><pubDate>Thu, 30 Apr 2015 12:25:02 GMT</pubDate><guid isPermaLink="false">137ad170-7792-4731-bb38-c0d22fbe4515:bcfbd208-5b60-4179-b554-1152772f427b</guid><dc:creator>Nguyen Hoan Hoang</dc:creator><description>&lt;p&gt;Many custom service examples from &lt;a href="http://embeddedsoftdev.blogspot.ca/p/ehal-nrf51.html"&gt;this Blog&lt;/a&gt;.  All examples are updated to SDK 8.  Blinky_be example : Control all gpio pins on the nRF51.  Uart example : Bi directional using single characteristic.  LMXDisplay_ble : Send text message to a LED matrix multi-display.&lt;/p&gt;&lt;div style="clear:both;"&gt;&lt;/div&gt;</description></item><item><title>RE: Custom service discovery on iOS</title><link>https://devzone.nordicsemi.com/thread/23981?ContentTypeID=1</link><pubDate>Thu, 30 Apr 2015 10:59:01 GMT</pubDate><guid isPermaLink="false">137ad170-7792-4731-bb38-c0d22fbe4515:85e66b42-4d25-420c-bd09-bb5656bbe9f1</guid><dc:creator>Petter Myhre</dc:creator><description>&lt;p&gt;Are you sure you don&amp;#39;t want to find out why the code from GitHub didn&amp;#39;t work? If you are, please add a new question explaining what didn&amp;#39;t work.&lt;/p&gt;
&lt;p&gt;Anyways, the content of the advertising packet doesn&amp;#39;t determine what services that are included in the GATT server, but it can advertise none, some, or all, of the services you have included in your GATT server.&lt;/p&gt;
&lt;p&gt;You can see what services that are added to the GATT server by examining services_init() in the main loop of ble_app_proximity, so you can get rid of them there. Since you do not know how to get rid of them, I suspect you have not added your proprietary service correctly. But you say that you got everything working in Master Control Panel, so maybe my suspicion is incorrect. If it is, maybe this is something to do with bonding? Have you tried to forget device under Bluetooth settings?&lt;/p&gt;
&lt;p&gt;Can you please edit your question to include how you ported your proprietary service into ble_app_proximity?&lt;/p&gt;&lt;div style="clear:both;"&gt;&lt;/div&gt;</description></item></channel></rss>