<?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>Maximum number of advertised services</title><link>https://devzone.nordicsemi.com/f/nordic-q-a/576/maximum-number-of-advertised-services</link><description>Is there any limitation for number of advertised services? 
 ble_uuid_t adv_uuids [] = 
{
 ...,
 ...,//more than 4
 ...,
};
 
 advdata.uuids_complete.uuid_cnt = sizeof(adv_uuids) / sizeof(adv_uuids[0]);
advdata.uuids_complete.p_uuids = adv_uuids;</description><dc:language>en-US</dc:language><generator>Telligent Community 13</generator><lastBuildDate>Wed, 02 Oct 2013 06:29:35 GMT</lastBuildDate><atom:link rel="self" type="application/rss+xml" href="https://devzone.nordicsemi.com/f/nordic-q-a/576/maximum-number-of-advertised-services" /><item><title>RE: Maximum number of advertised services</title><link>https://devzone.nordicsemi.com/thread/2995?ContentTypeID=1</link><pubDate>Wed, 02 Oct 2013 06:29:35 GMT</pubDate><guid isPermaLink="false">137ad170-7792-4731-bb38-c0d22fbe4515:14ac8abb-9f7c-4272-b5a8-fbc7abef4d5b</guid><dc:creator>Vladimir</dc:creator><description>&lt;p&gt;Thanks.&lt;/p&gt;&lt;div style="clear:both;"&gt;&lt;/div&gt;</description></item><item><title>RE: Maximum number of advertised services</title><link>https://devzone.nordicsemi.com/thread/2994?ContentTypeID=1</link><pubDate>Wed, 02 Oct 2013 06:27:38 GMT</pubDate><guid isPermaLink="false">137ad170-7792-4731-bb38-c0d22fbe4515:1d28f5dd-3b89-4e6a-aed2-48fcd09c7030</guid><dc:creator>Ole Morten</dc:creator><description>&lt;p&gt;There is a maximum size for advertisement packets, as described &lt;a href="https://devzone.nordicsemi.com/index.php/what-s-the-maximum-size-for-an-advertisement-package"&gt;here&lt;/a&gt;, but there isn&amp;#39;t a specific limit on the number of advertised services. You can for example move data to the scan response if you need to advertise more.&lt;/p&gt;&lt;div style="clear:both;"&gt;&lt;/div&gt;</description></item></channel></rss>