<?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>Is it possible to have two GATT services which one is NUS and the other is custom service ??</title><link>https://devzone.nordicsemi.com/f/nordic-q-a/60122/is-it-possible-to-have-two-gatt-services-which-one-is-nus-and-the-other-is-custom-service</link><description>Hi, 
 
 currently, i&amp;#39;m developing nRF52832 chip and I trying to use two GATT services. 
 I want to know about that &amp;quot;Can I use my custom services with Nordic Uart Service&amp;quot;? 
 I&amp;#39;ve just tried that work by combining each example in &amp;quot;SDK example&amp;quot;, but it</description><dc:language>en-US</dc:language><generator>Telligent Community 13</generator><lastBuildDate>Tue, 14 Apr 2020 13:29:25 GMT</lastBuildDate><atom:link rel="self" type="application/rss+xml" href="https://devzone.nordicsemi.com/f/nordic-q-a/60122/is-it-possible-to-have-two-gatt-services-which-one-is-nus-and-the-other-is-custom-service" /><item><title>RE: Is it possible to have two GATT services which one is NUS and the other is custom service ??</title><link>https://devzone.nordicsemi.com/thread/244458?ContentTypeID=1</link><pubDate>Tue, 14 Apr 2020 13:29:25 GMT</pubDate><guid isPermaLink="false">137ad170-7792-4731-bb38-c0d22fbe4515:a51eff70-f5f7-4e8a-b3a7-ed27b3c9c2ac</guid><dc:creator>ovrebekk</dc:creator><description>&lt;p&gt;Hi Daewoong&lt;/p&gt;
&lt;p&gt;Yes, you can combine multiple proprietary services if you like.&amp;nbsp;&lt;/p&gt;
&lt;p&gt;The critical part is that you change the&amp;nbsp;NRF_SDH_BLE_VS_UUID_COUNT parameter in sdk_config.h to account for the number of 128-bit UUID&amp;#39;s you need.&amp;nbsp;&lt;/p&gt;
&lt;p&gt;The Nordic UART service requires one, and your custom service will require one (or more) 128-bit UUID&amp;#39;s as well.&amp;nbsp;&lt;/p&gt;
&lt;p&gt;After changing this number you will also need to increase the amount of memory allocated to the SoftDevice, as the SoftDevice needs more RAM to store the UUID&amp;#39;s.&amp;nbsp;&lt;/p&gt;
&lt;p&gt;Best regards&lt;br /&gt;Torbjørn&lt;/p&gt;&lt;div style="clear:both;"&gt;&lt;/div&gt;</description></item></channel></rss>