<?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>Advertise two services?</title><link>https://devzone.nordicsemi.com/f/nordic-q-a/13748/advertise-two-services</link><description>How can I advertise a custom service and the Device Information Service? 
 I tried the following, but only my custom service is visible in the Nordic Master Control panel app on iOS. With our own iPhone app, we can also only find the custom service although</description><dc:language>en-US</dc:language><generator>Telligent Community 13</generator><lastBuildDate>Wed, 11 May 2016 00:41:19 GMT</lastBuildDate><atom:link rel="self" type="application/rss+xml" href="https://devzone.nordicsemi.com/f/nordic-q-a/13748/advertise-two-services" /><item><title>RE: Advertise two services?</title><link>https://devzone.nordicsemi.com/thread/52536?ContentTypeID=1</link><pubDate>Wed, 11 May 2016 00:41:19 GMT</pubDate><guid isPermaLink="false">137ad170-7792-4731-bb38-c0d22fbe4515:301d346a-21f0-46c4-bdb9-5dff03666faa</guid><dc:creator>RK</dc:creator><description>&lt;pre&gt;&lt;code&gt;srdata.uuids_more_available.uuid_cnt = sizeof(m_uuids_scan_response) / sizeof(m_uuids_scan_response[0]);
srdata.uuids_complete.p_uuids = m_uuids_scan_response;
&lt;/code&gt;&lt;/pre&gt;
&lt;p&gt;you&amp;#39;re setting the &lt;code&gt;uuids_complete.p_uuids&lt;/code&gt; in the scan response so you need to set the &lt;code&gt;uuids_complete.uuid_cnt&lt;/code&gt; not the &lt;code&gt;uuids_more_available.uuid_cnt&lt;/code&gt;. Surprised the encoder doesn&amp;#39;t barf on that as the pointer it&amp;#39;s deferencing is invalid.&lt;/p&gt;
&lt;p&gt;Don&amp;#39;t use &lt;code&gt;BLE_UUID_TYPE_VENDOR_BEGIN&lt;/code&gt; either, use the handle you got back when you registered your custom UUID.&lt;/p&gt;&lt;div style="clear:both;"&gt;&lt;/div&gt;</description></item></channel></rss>