<?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>Using NUS/CTS/BAS together</title><link>https://devzone.nordicsemi.com/f/nordic-q-a/26702/using-nus-cts-bas-together</link><description>Hey guys, 
 I&amp;#39;m using the SDK 14.0 on my nRF52832 with the SoftDevice 132, my IDE is Keil. 
 And I merged the ble_app_uart example with the ble_app_cts_c example and the ble_app_proximity example from the SDK. 
 If I start my app, I get the following</description><dc:language>en-US</dc:language><generator>Telligent Community 13</generator><lastBuildDate>Sat, 11 Nov 2017 12:30:39 GMT</lastBuildDate><atom:link rel="self" type="application/rss+xml" href="https://devzone.nordicsemi.com/f/nordic-q-a/26702/using-nus-cts-bas-together" /><item><title>RE: Using NUS/CTS/BAS together</title><link>https://devzone.nordicsemi.com/thread/105005?ContentTypeID=1</link><pubDate>Sat, 11 Nov 2017 12:30:39 GMT</pubDate><guid isPermaLink="false">137ad170-7792-4731-bb38-c0d22fbe4515:43fbb9f0-53c8-40ba-a1d8-64dbee3d06f1</guid><dc:creator>Sorrow91</dc:creator><description>&lt;p&gt;Hey Petter, thanks for your hint. I decreased the advertised UUIDs.
Kind regards&lt;/p&gt;&lt;div style="clear:both;"&gt;&lt;/div&gt;</description></item><item><title>RE: Using NUS/CTS/BAS together</title><link>https://devzone.nordicsemi.com/thread/105004?ContentTypeID=1</link><pubDate>Thu, 09 Nov 2017 15:07:19 GMT</pubDate><guid isPermaLink="false">137ad170-7792-4731-bb38-c0d22fbe4515:632aacd0-892b-4b62-86e0-c75595d39ad5</guid><dc:creator>Petter Myhre</dc:creator><description>&lt;p&gt;Could it be because the NUS UUID is added in ble_nus_init() in services_init()?&lt;/p&gt;
&lt;pre&gt;&lt;code&gt;sd_ble_uuid_vs_add(&amp;amp;nus_base_uuid, &amp;amp;p_nus-&amp;gt;uuid_type);
&lt;/code&gt;&lt;/pre&gt;
&lt;p&gt;Try calling services_init() before advertising_init(). Also, be aware that the amount of advertising data is limited, so you might not be able to advertise all those UUIDs. However, you don&amp;#39;t need to advertise the UUIDs of all the services you have.&lt;/p&gt;&lt;div style="clear:both;"&gt;&lt;/div&gt;</description></item></channel></rss>