<?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>Why can&amp;#39;t modify the service uuid in the example of ble_app_uart?</title><link>https://devzone.nordicsemi.com/f/nordic-q-a/16119/why-can-t-modify-the-service-uuid-in-the-example-of-ble_app_uart</link><description>Hi ,
I am using nRF51 SDK with S130 soft device lib, and it is running well when downloading the example of ble_app_uart. But when I want to modify the service UUID from custom UUID to SIG based UUID, after downloading the program do not work with the</description><dc:language>en-US</dc:language><generator>Telligent Community 13</generator><lastBuildDate>Thu, 01 Sep 2016 06:04:54 GMT</lastBuildDate><atom:link rel="self" type="application/rss+xml" href="https://devzone.nordicsemi.com/f/nordic-q-a/16119/why-can-t-modify-the-service-uuid-in-the-example-of-ble_app_uart" /><item><title>RE: Why can't modify the service uuid in the example of ble_app_uart?</title><link>https://devzone.nordicsemi.com/thread/61464?ContentTypeID=1</link><pubDate>Thu, 01 Sep 2016 06:04:54 GMT</pubDate><guid isPermaLink="false">137ad170-7792-4731-bb38-c0d22fbe4515:9100acb1-0f53-41f0-9e00-9ccc2686aa83</guid><dc:creator>evan</dc:creator><description>&lt;p&gt;Thanks. I got the answer when I check the function of advertising_init(), I found the p_uuid of the &amp;#39;advdata&amp;#39; variable must be assigned with an array of UUID of services which we want to advertise. So when I change the UUID of service , advdata can not find the original UUID because I did not add it to the stack.So the solution is to change the original UUID to the new UUID in the definition of variable of &amp;#39;m_adv_uuids&amp;#39;, then it works.&lt;/p&gt;&lt;div style="clear:both;"&gt;&lt;/div&gt;</description></item><item><title>RE: Why can't modify the service uuid in the example of ble_app_uart?</title><link>https://devzone.nordicsemi.com/thread/61465?ContentTypeID=1</link><pubDate>Thu, 01 Sep 2016 06:04:11 GMT</pubDate><guid isPermaLink="false">137ad170-7792-4731-bb38-c0d22fbe4515:6574b2d1-0e5f-4080-a8f2-582c81d2e626</guid><dc:creator>evan</dc:creator><description>&lt;p&gt;I finally found the problem solution. when I check the function of advertising_init(), I found the p_uuid of the &amp;#39;advdata&amp;#39; variable must be assigned with an array of UUID of services which we want to advertise. So when I change the UUID of service , advdata can not find the original UUID because I did not add it to the stack.So the solution is to change the original UUID to the new UUID in the definition of variable of &amp;#39;m_adv_uuids&amp;#39;, then it works.&lt;/p&gt;&lt;div style="clear:both;"&gt;&lt;/div&gt;</description></item><item><title>RE: Why can't modify the service uuid in the example of ble_app_uart?</title><link>https://devzone.nordicsemi.com/thread/61463?ContentTypeID=1</link><pubDate>Thu, 01 Sep 2016 02:24:06 GMT</pubDate><guid isPermaLink="false">137ad170-7792-4731-bb38-c0d22fbe4515:672bf796-c9f3-43de-a9a0-f76e7ca88773</guid><dc:creator>RK</dc:creator><description>&lt;p&gt;put a breakpoint in the app_error_handler and find out which of the APP_ERROR_CHECK() macros failed and why.&lt;/p&gt;&lt;div style="clear:both;"&gt;&lt;/div&gt;</description></item></channel></rss>