<?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>solicited uuids</title><link>https://devzone.nordicsemi.com/f/nordic-q-a/1667/solicited-uuids</link><description>Hi
Can I populate the solicited uuids list with 2 different types of uuids whish are provided by two different servers? My intention is that my client should be able to connect to any server. So if I populate the solicited uuid list with two uuids, it</description><dc:language>en-US</dc:language><generator>Telligent Community 13</generator><lastBuildDate>Thu, 20 Feb 2014 15:48:51 GMT</lastBuildDate><atom:link rel="self" type="application/rss+xml" href="https://devzone.nordicsemi.com/f/nordic-q-a/1667/solicited-uuids" /><item><title>RE: solicited uuids</title><link>https://devzone.nordicsemi.com/thread/7387?ContentTypeID=1</link><pubDate>Thu, 20 Feb 2014 15:48:51 GMT</pubDate><guid isPermaLink="false">137ad170-7792-4731-bb38-c0d22fbe4515:49660ba8-04a7-4c00-b8fb-013b904ec7c7</guid><dc:creator>Ole Morten</dc:creator><description>&lt;p&gt;This error indicates that the size of your advertisement packet is too big. Take a look at this question: &lt;a target="_blank" href="https://devzone.nordicsemi.com/index.php/what-s-the-maximum-size-for-an-advertisement-package#reply-76" rel="nofollow"&gt;https://devzone.nordicsemi.com/index.php/what-s-the-maximum-size-for-an-advertisement-package#reply-76&lt;/a&gt;&lt;/p&gt;
&lt;p&gt;I&amp;#39;d also be happy if you could accept my answer here, to clear up this question. :)&lt;/p&gt;&lt;div style="clear:both;"&gt;&lt;/div&gt;</description></item><item><title>RE: solicited uuids</title><link>https://devzone.nordicsemi.com/thread/7386?ContentTypeID=1</link><pubDate>Thu, 20 Feb 2014 13:40:24 GMT</pubDate><guid isPermaLink="false">137ad170-7792-4731-bb38-c0d22fbe4515:6e5c2664-2522-4f7d-b814-363c056b3dea</guid><dc:creator>sherin</dc:creator><description>&lt;p&gt;Thank you.&lt;/p&gt;
&lt;p&gt;I am integrating Alert Notification Client and Apple Alert Notification Client. Now, the solicited uuid for ancs is 128 bit uuid, whereas solicited uuid for alert notification is 16 bit. How can I list both these types in the solicited uuid list?
I did this:&lt;/p&gt;
&lt;pre&gt;&lt;code&gt;ble_uuid_t    ancs_uuid, anp_uuid;
ancs_uuid.uuid = ((ble_ancs_base_uuid128.uuid128[12]) | (ble_ancs_base_uuid128.uuid128[13] &amp;lt;&amp;lt; 8));
ancs_uuid.type = BLE_UUID_TYPE_BLE;     

anp_uuid.uuid = 0x1811;
ancs_uuid.type = BLE_UUID_TYPE_BLE;

ble_uuid_t solicited_uuids[] = 
{
  ancs_uuid, anp_uuid
};
&lt;/code&gt;&lt;/pre&gt;
&lt;p&gt;It gives me NRF_ERROR_DATA_SIZE.&lt;/p&gt;&lt;div style="clear:both;"&gt;&lt;/div&gt;</description></item><item><title>RE: solicited uuids</title><link>https://devzone.nordicsemi.com/thread/7385?ContentTypeID=1</link><pubDate>Thu, 20 Feb 2014 12:19:26 GMT</pubDate><guid isPermaLink="false">137ad170-7792-4731-bb38-c0d22fbe4515:c499fc6e-cc02-4df7-85f3-b15df4d5b2cb</guid><dc:creator>Ole Morten</dc:creator><description>&lt;p&gt;This is really dependent on how the Central device behaves, so it&amp;#39;s hard to say for sure, but I would definitely expect the Central to connect, no matter if there are more than one service in the solicited services field.&lt;/p&gt;
&lt;p&gt;In the case of iOS, it will for example show a device advertising Apple Notification Center Service as in the Bluetooth settings, even if it also advertises another service as solicited.&lt;/p&gt;&lt;div style="clear:both;"&gt;&lt;/div&gt;</description></item></channel></rss>