<?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>128 bit uuid count problem in sdk12</title><link>https://devzone.nordicsemi.com/f/nordic-q-a/17766/128-bit-uuid-count-problem-in-sdk12</link><description>Hi all, I&amp;#39;m working on SDK12.1.0, soft device s130_nrf51_2.0.1_softdevice.hex. I need to two 128 bit services for these I increased the vs_uuid_count to 2 but it not advertsing. And I tested in ble_app_template project without changing any thing just</description><dc:language>en-US</dc:language><generator>Telligent Community 13</generator><lastBuildDate>Fri, 18 Nov 2016 10:33:20 GMT</lastBuildDate><atom:link rel="self" type="application/rss+xml" href="https://devzone.nordicsemi.com/f/nordic-q-a/17766/128-bit-uuid-count-problem-in-sdk12" /><item><title>RE: 128 bit uuid count problem in sdk12</title><link>https://devzone.nordicsemi.com/thread/68420?ContentTypeID=1</link><pubDate>Fri, 18 Nov 2016 10:33:20 GMT</pubDate><guid isPermaLink="false">137ad170-7792-4731-bb38-c0d22fbe4515:2bf070ab-5e52-4a35-8e59-eb9e04029647</guid><dc:creator>Raj</dc:creator><description>&lt;p&gt;@sigurd yes, when I increase the vs_uuid_count = BLE_UUID_VS_COUNT_DEFAULT sd_ble_enable() gives error as NRF_ERROR_NO_MEM with ram start address 0x200021E8. After changing application ram start address to 0x20002078 it working well&lt;/p&gt;&lt;div style="clear:both;"&gt;&lt;/div&gt;</description></item><item><title>RE: 128 bit uuid count problem in sdk12</title><link>https://devzone.nordicsemi.com/thread/68419?ContentTypeID=1</link><pubDate>Thu, 17 Nov 2016 13:33:25 GMT</pubDate><guid isPermaLink="false">137ad170-7792-4731-bb38-c0d22fbe4515:3dc18f18-9a53-4d7d-9372-59534f77193c</guid><dc:creator>Sigurd</dc:creator><description>&lt;p&gt;The &lt;code&gt;vs_uuid_count&lt;/code&gt; is used to determine how much RAM to allocated to the SoftDevice. With the increase in the attribute table size and with &lt;code&gt;vs_uuid_count=2&lt;/code&gt;, you will not have enough RAM for the SoftDevice with &lt;code&gt;0x200021E8&lt;/code&gt;. Increase the number to e.g. start:&lt;code&gt;0x20002500&lt;/code&gt; with size:&lt;code&gt;0x5B00&lt;/code&gt; and it should work.&lt;/p&gt;
&lt;p&gt;For information on how to add your own services, I recommend the &lt;a href="https://devzone.nordicsemi.com/tutorials/8/"&gt;BLE Services tutorial&lt;/a&gt;.&lt;/p&gt;&lt;div style="clear:both;"&gt;&lt;/div&gt;</description></item><item><title>RE: 128 bit uuid count problem in sdk12</title><link>https://devzone.nordicsemi.com/thread/68418?ContentTypeID=1</link><pubDate>Wed, 16 Nov 2016 09:48:24 GMT</pubDate><guid isPermaLink="false">137ad170-7792-4731-bb38-c0d22fbe4515:b5d1a8b6-156b-4a87-8c82-b9b034642d58</guid><dc:creator>Raj</dc:creator><description>&lt;p&gt;I&amp;#39;m not adding 2x128 uuids in advertsing data. just I&amp;#39;m adding a two services in my project which have 128 bit uuids. And I tried in ble_app_template project without adding or changing anything from original sdk12 source just I increased vs_uuid_count from 1 to 2 then it also not advertising. If I change vs_uuid_count I need to change anything else?&lt;/p&gt;&lt;div style="clear:both;"&gt;&lt;/div&gt;</description></item><item><title>RE: 128 bit uuid count problem in sdk12</title><link>https://devzone.nordicsemi.com/thread/68416?ContentTypeID=1</link><pubDate>Wed, 16 Nov 2016 09:36:27 GMT</pubDate><guid isPermaLink="false">137ad170-7792-4731-bb38-c0d22fbe4515:191ad5bf-b95e-4311-bdeb-6249a21cc55e</guid><dc:creator>Raj</dc:creator><description>&lt;p&gt;I&amp;#39;m using eclipise and I increased attribute table size to 0x780 and also changed ram settings according to it but it still not advertsing.&lt;/p&gt;
&lt;p&gt;vs_uuid_count = BLE_UUID_VS_COUNT_DEFAULT
Attribute table size is 0x780
Ram and flash settings are
FLASH (rx) : ORIGIN = 0x1b000, LENGTH = 0x25000
RAM (rwx) :  ORIGIN = 0x200021E8, LENGTH = 0x5e18&lt;/p&gt;
&lt;p&gt;if vs_uuid_count =1 it advertising.&lt;/p&gt;&lt;div style="clear:both;"&gt;&lt;/div&gt;</description></item><item><title>RE: 128 bit uuid count problem in sdk12</title><link>https://devzone.nordicsemi.com/thread/68417?ContentTypeID=1</link><pubDate>Wed, 16 Nov 2016 04:59:51 GMT</pubDate><guid isPermaLink="false">137ad170-7792-4731-bb38-c0d22fbe4515:943e730a-9678-4943-99d1-412f4f3e90b4</guid><dc:creator>Roger Clark</dc:creator><description>&lt;p&gt;I don&amp;#39;t think there is room in the advertising packet for 2 x 128 bit services ?&lt;/p&gt;
&lt;p&gt;A 128 bit service UUID takes 16 bytes, the whole advertising packet is only 31 bytes long.&lt;/p&gt;
&lt;p&gt;2 x 16 = 32.&lt;/p&gt;
&lt;p&gt;So it won&amp;#39;t fit.&lt;/p&gt;
&lt;p&gt;Why do you need 2 x 128 bit services ?  Can you add multiple profiles to the same service&lt;/p&gt;&lt;div style="clear:both;"&gt;&lt;/div&gt;</description></item><item><title>RE: 128 bit uuid count problem in sdk12</title><link>https://devzone.nordicsemi.com/thread/68415?ContentTypeID=1</link><pubDate>Tue, 15 Nov 2016 20:41:35 GMT</pubDate><guid isPermaLink="false">137ad170-7792-4731-bb38-c0d22fbe4515:69ca68a9-1f34-484b-abfd-6f0a60d11112</guid><dc:creator>Sergy</dc:creator><description>&lt;p&gt;did you change IRAM settings accordingly if you use Keil?&lt;/p&gt;&lt;div style="clear:both;"&gt;&lt;/div&gt;</description></item></channel></rss>