<?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>how to change the service name?</title><link>https://devzone.nordicsemi.com/f/nordic-q-a/9418/how-to-change-the-service-name</link><description>Hello everyone 
 i have created one custom service and i succed to compiled then i checked my service via master control panel it is showing unknown service but i named it as buzzer service can anyone guide me where i went wrong or suggest me how to</description><dc:language>en-US</dc:language><generator>Telligent Community 13</generator><lastBuildDate>Fri, 09 Oct 2015 09:32:28 GMT</lastBuildDate><atom:link rel="self" type="application/rss+xml" href="https://devzone.nordicsemi.com/f/nordic-q-a/9418/how-to-change-the-service-name" /><item><title>RE: how to change the service name?</title><link>https://devzone.nordicsemi.com/thread/34774?ContentTypeID=1</link><pubDate>Fri, 09 Oct 2015 09:32:28 GMT</pubDate><guid isPermaLink="false">137ad170-7792-4731-bb38-c0d22fbe4515:1a57a993-d298-4764-9d54-3611d252897f</guid><dc:creator>MartinBL</dc:creator><description>&lt;p&gt;Is this passkey issue related to your initial question? If not I suggest you create another post.&lt;/p&gt;&lt;div style="clear:both;"&gt;&lt;/div&gt;</description></item><item><title>RE: how to change the service name?</title><link>https://devzone.nordicsemi.com/thread/34775?ContentTypeID=1</link><pubDate>Thu, 08 Oct 2015 16:07:32 GMT</pubDate><guid isPermaLink="false">137ad170-7792-4731-bb38-c0d22fbe4515:31f5b14b-7c83-414c-8179-0c3c17f5a5f5</guid><dc:creator>Bj&amp;#248;rn Inge</dc:creator><description>&lt;p&gt;Hi,&lt;br /&gt;
it is possible to customize how names are shown in service discovery in Master Control Panel for Windows. You can do this by editing the file &lt;strong&gt;uuid_definitions.txt&lt;/strong&gt; in the application folder (C:\Program Files (x86)\Nordic Semiconductor\Master Control Panel[version]\uuid_definitions.txt).&lt;/p&gt;&lt;div style="clear:both;"&gt;&lt;/div&gt;</description></item><item><title>RE: how to change the service name?</title><link>https://devzone.nordicsemi.com/thread/34773?ContentTypeID=1</link><pubDate>Thu, 08 Oct 2015 14:02:25 GMT</pubDate><guid isPermaLink="false">137ad170-7792-4731-bb38-c0d22fbe4515:287d33d0-51a4-4db4-a4d2-5892dd14ba67</guid><dc:creator>MARTIN FR</dc:creator><description>&lt;p&gt;whenever i click the bonding options it is asking for the static passkey because i set the passkey but i would like  to know how the static passkey works because i set the printf statements in the passkey declaration but it is not functioning as expected the printf statements are not visible int eh debugger terminal&lt;/p&gt;
&lt;pre&gt;&lt;code&gt;// Add static pin:                                      
    
uint8_t passkey[] = STATIC_PASSKEY;
m_static_pin_option.gap_opt.passkey.p_passkey = passkey;

err_code =  sd_ble_opt_set(BLE_GAP_OPT_PASSKEY, &amp;amp;m_static_pin_option);
APP_ERROR_CHECK(err_code);
&lt;/code&gt;&lt;/pre&gt;&lt;div style="clear:both;"&gt;&lt;/div&gt;</description></item><item><title>RE: how to change the service name?</title><link>https://devzone.nordicsemi.com/thread/34772?ContentTypeID=1</link><pubDate>Thu, 08 Oct 2015 13:43:49 GMT</pubDate><guid isPermaLink="false">137ad170-7792-4731-bb38-c0d22fbe4515:6b30f706-dd14-48c8-8e02-e3764456db6f</guid><dc:creator>Aleksander Nowakowski</dc:creator><description>&lt;p&gt;The procedure of adapting a service is very long, requires a lot of people from different companies and you don&amp;#39;t do it for a custom service, rather for a use case, like battery service etc. But you don&amp;#39;t need to do so. A service name is something that users don&amp;#39;t see, they event don&amp;#39;t care. You are just using the UUID. If you develop an app that works with your device you use the same UUID on both sides, that&amp;#39;s how app can &amp;#39;understand&amp;#39; the device. A name in the nRF MCP is just for making easier working with some common services.&lt;/p&gt;
&lt;p&gt;Also, what do you mean by saying that you have named your service Buzzer service etc. If you have written such in the code of your application on nRF, as a comment or a constant name, this does not mean this information is propagated to other devices, for example the phone. It&amp;#39;s just a name you have there. You may rename the service, like I&amp;#39;ve shown in the MCP&lt;/p&gt;&lt;div style="clear:both;"&gt;&lt;/div&gt;</description></item><item><title>RE: how to change the service name?</title><link>https://devzone.nordicsemi.com/thread/34771?ContentTypeID=1</link><pubDate>Thu, 08 Oct 2015 13:36:56 GMT</pubDate><guid isPermaLink="false">137ad170-7792-4731-bb38-c0d22fbe4515:28cf0f4a-5974-46b0-bce6-43f03adfc818</guid><dc:creator>MARTIN FR</dc:creator><description>&lt;p&gt;in general i have to register with BLE SIG group in order to lake my service become globa right?&lt;/p&gt;&lt;div style="clear:both;"&gt;&lt;/div&gt;</description></item><item><title>RE: how to change the service name?</title><link>https://devzone.nordicsemi.com/thread/34770?ContentTypeID=1</link><pubDate>Thu, 08 Oct 2015 13:20:22 GMT</pubDate><guid isPermaLink="false">137ad170-7792-4731-bb38-c0d22fbe4515:ed1d7a4b-2614-4c62-b493-8bc70a56579a</guid><dc:creator>Aleksander Nowakowski</dc:creator><description>&lt;p&gt;Hi,&lt;/p&gt;
&lt;p&gt;Let me answer your question. There is a database in the nRF MCP app with all (almost all?) services, characteristics and descriptors assigned by Bluetooth SIG (&lt;a href="https://developer.bluetooth.org/gatt/services/Pages/ServicesHome.aspx)"&gt;developer.bluetooth.org/.../ServicesHome.aspx)&lt;/a&gt; + some with open specification, like Nordic UART service, DFU, Eddystone Beacon Config service etc. If the UUID of a service/char/descr matches the one I have in the database locally in the app I display the name of it.&lt;/p&gt;
&lt;p&gt;If I don&amp;#39;t have in the database I write Unknown Service/Characteristic/Descriptor. &lt;strong&gt;One can easily rename such item by long pressing it and selecting EDIT option in the top menu&lt;/strong&gt;. There you may provide your own name that will be stored locally on your device. You should do this for each Android device you use as this is not synchronized with any server. You may only rename an unknown service/char/descr. If you long press a known item there will be no EDIT icon but you still can for example copy its UUID etc.&lt;/p&gt;
&lt;p&gt;I guess this is the solution the guys from GitHub made, that&amp;#39;s why they had LEDBUTTON visible there.&lt;/p&gt;
&lt;p&gt;&lt;img src="https://devzone.nordicsemi.com/cfs-file/__key/communityserver-discussions-components-files/4/rename.png" alt="image description" /&gt;&lt;/p&gt;
&lt;p&gt;Hope I helped,
Aleksander&lt;/p&gt;&lt;div style="clear:both;"&gt;&lt;/div&gt;</description></item><item><title>RE: how to change the service name?</title><link>https://devzone.nordicsemi.com/thread/34769?ContentTypeID=1</link><pubDate>Thu, 08 Oct 2015 10:20:15 GMT</pubDate><guid isPermaLink="false">137ad170-7792-4731-bb38-c0d22fbe4515:43f321af-a31e-4d52-9157-6aa1be4cbdcd</guid><dc:creator>MARTIN FR</dc:creator><description>&lt;p&gt;so  if i want to show this as buzzer service i should subscribe to BLE SIG?&lt;/p&gt;
&lt;p&gt;and i have one question i saw in github they made one custom service like LEDBUTTON but it is visible in MCP&lt;/p&gt;&lt;div style="clear:both;"&gt;&lt;/div&gt;</description></item><item><title>RE: how to change the service name?</title><link>https://devzone.nordicsemi.com/thread/34768?ContentTypeID=1</link><pubDate>Thu, 08 Oct 2015 10:17:08 GMT</pubDate><guid isPermaLink="false">137ad170-7792-4731-bb38-c0d22fbe4515:d6229bdd-4ce3-496b-bf93-b572a70015d8</guid><dc:creator>Wojtek</dc:creator><description>&lt;p&gt;&amp;quot;buzzer service&amp;quot; is something created by you, it is not included in &lt;a href="https://www.bluetooth.org/en-us/specification/adopted-specifications"&gt;bluetooth sig specifications&lt;/a&gt; so it is not possible to make it visible named as buzzer service in master control panel.&lt;/p&gt;&lt;div style="clear:both;"&gt;&lt;/div&gt;</description></item><item><title>RE: how to change the service name?</title><link>https://devzone.nordicsemi.com/thread/34767?ContentTypeID=1</link><pubDate>Thu, 08 Oct 2015 10:01:34 GMT</pubDate><guid isPermaLink="false">137ad170-7792-4731-bb38-c0d22fbe4515:02787466-aa92-4a59-9e9a-6ec67acf21b3</guid><dc:creator>MARTIN FR</dc:creator><description>&lt;p&gt;i uploaded my screenshot please tell me where i went wrong because i cant able to find that? i want to change unknown service as buzzer service&lt;/p&gt;&lt;div style="clear:both;"&gt;&lt;/div&gt;</description></item><item><title>RE: how to change the service name?</title><link>https://devzone.nordicsemi.com/thread/34766?ContentTypeID=1</link><pubDate>Thu, 08 Oct 2015 08:29:47 GMT</pubDate><guid isPermaLink="false">137ad170-7792-4731-bb38-c0d22fbe4515:9996ec84-5f5e-4cea-9190-1cb4da4366d1</guid><dc:creator>MartinBL</dc:creator><description>&lt;p&gt;You will have to edit your initial post. Then you have the option to add an image. You can either browse to an image file that you have stored on your computer or you can link to an image on the internett.&lt;/p&gt;&lt;div style="clear:both;"&gt;&lt;/div&gt;</description></item><item><title>RE: how to change the service name?</title><link>https://devzone.nordicsemi.com/thread/34765?ContentTypeID=1</link><pubDate>Wed, 07 Oct 2015 12:49:53 GMT</pubDate><guid isPermaLink="false">137ad170-7792-4731-bb38-c0d22fbe4515:31012dad-07ff-40f7-a03a-a1a98852b910</guid><dc:creator>MARTIN FR</dc:creator><description>&lt;p&gt;can you tell me how can i add the screenshot of my master terminal&lt;/p&gt;&lt;div style="clear:both;"&gt;&lt;/div&gt;</description></item><item><title>RE: how to change the service name?</title><link>https://devzone.nordicsemi.com/thread/34764?ContentTypeID=1</link><pubDate>Thu, 24 Sep 2015 13:42:38 GMT</pubDate><guid isPermaLink="false">137ad170-7792-4731-bb38-c0d22fbe4515:29bfbf19-e973-4b3f-a104-8258cb4192d1</guid><dc:creator>MARTIN FR</dc:creator><description>&lt;p&gt;Heart Rate is the predefined service in BLE SIG similarly  for example if i want to create  custom service a  BUZZER BEEP as a service for that i have to become a memeber of SIG then only i can create a customer service with the desired name?&lt;/p&gt;&lt;div style="clear:both;"&gt;&lt;/div&gt;</description></item><item><title>RE: how to change the service name?</title><link>https://devzone.nordicsemi.com/thread/34763?ContentTypeID=1</link><pubDate>Thu, 24 Sep 2015 13:17:06 GMT</pubDate><guid isPermaLink="false">137ad170-7792-4731-bb38-c0d22fbe4515:40e53a3b-673f-4dd5-b585-0d481bce319d</guid><dc:creator>MARTIN FR</dc:creator><description>&lt;p&gt;i have created custom GATT profiles and i named the service as buzzer and characteristic as buzzer setup  but after the compilation it is showing me int he mater control panel Unknown service and unkown characteristics and i dont know why? can you suggest me how can i see buzzer service as the service name and buzzer characteristics as the characteristic name&lt;/p&gt;&lt;div style="clear:both;"&gt;&lt;/div&gt;</description></item><item><title>RE: how to change the service name?</title><link>https://devzone.nordicsemi.com/thread/34762?ContentTypeID=1</link><pubDate>Thu, 24 Sep 2015 13:06:54 GMT</pubDate><guid isPermaLink="false">137ad170-7792-4731-bb38-c0d22fbe4515:012fa488-76ad-49d3-a9e6-136c88b870ec</guid><dc:creator>MartinBL</dc:creator><description>&lt;p&gt;Hi&lt;/p&gt;
&lt;p&gt;If I understand you correctly you want to change the names that show up in the Service discovery window in MCP.&lt;/p&gt;
&lt;p&gt;&lt;img src="https://devzone.nordicsemi.com/cfs-file/__key/communityserver-discussions-components-files/4/services.png" alt="image description" /&gt;&lt;/p&gt;
&lt;p&gt;The names I have pointed to in the image above cannot be changed to whatever you like. Some services are predefined by Bluetooth SIG. See for example &lt;a href="https://developer.bluetooth.org/gatt/services/Pages/ServicesHome.aspx"&gt;this list&lt;/a&gt;. These predefined services are the only services that will show up with a name in MCP.&lt;/p&gt;
&lt;p&gt;&lt;img src="https://devzone.nordicsemi.com/cfs-file/__key/communityserver-discussions-components-files/4/descr.png" alt="image description" /&gt;&lt;/p&gt;
&lt;p&gt;A custom service will always show up like in the image above. Reading something like:&lt;/p&gt;
&lt;pre&gt;&lt;code&gt;PrimaryService, Value: 23-D1-13-EF-12-23-45-56-78-89...........
&lt;/code&gt;&lt;/pre&gt;
&lt;p&gt;What you &lt;em&gt;can&lt;/em&gt; do however, is to &lt;a href="http://infocenter.nordicsemi.com/topic/com.nordic.infocenter.s110.api.v8.0.0/group___b_l_e___g_a_t_t_s___f_u_n_c_t_i_o_n_s.html?cp=2_7_0_0_0_2_3_5_1#ga0e1478bd565ad99f998671e3baf9847d"&gt;add a User Description Characteristic&lt;/a&gt; as shown highlighted in the image above. Then you can include any name you want. Have a look at &lt;a href="https://devzone.nordicsemi.com/question/51579/how-to-add-the-descriptions-of-gatt-primary-service0x2800-and-gatt-characteristic/"&gt;this thread&lt;/a&gt; to learn more about how to do it.&lt;/p&gt;
&lt;hr /&gt;
&lt;p&gt;If you want to change the advertising name as shown in the image below I suggest that you read &lt;a href="https://devzone.nordicsemi.com/tutorials/5/ble-advertising-a-beginners-tutorial/"&gt;this tutorial&lt;/a&gt;.&lt;/p&gt;
&lt;p&gt;&lt;img src="https://devzone.nordicsemi.com/cfs-file/__key/communityserver-discussions-components-files/4/advert.png" alt="image description" /&gt;&lt;/p&gt;&lt;div style="clear:both;"&gt;&lt;/div&gt;</description></item><item><title>RE: how to change the service name?</title><link>https://devzone.nordicsemi.com/thread/34761?ContentTypeID=1</link><pubDate>Thu, 24 Sep 2015 12:41:40 GMT</pubDate><guid isPermaLink="false">137ad170-7792-4731-bb38-c0d22fbe4515:d37376db-5ee3-435c-a36d-45bf931448df</guid><dc:creator>MARTIN FR</dc:creator><description>&lt;p&gt;i have created 128bit uuid custom service and i defined the service name as Buzzer service  nutafter the compilation the master panel showing unknown service as the service name i don&amp;#39;t know why can you suggest me what went wrong? i want to see buzzer service in the master control panel&lt;/p&gt;&lt;div style="clear:both;"&gt;&lt;/div&gt;</description></item><item><title>RE: how to change the service name?</title><link>https://devzone.nordicsemi.com/thread/34760?ContentTypeID=1</link><pubDate>Thu, 24 Sep 2015 11:22:45 GMT</pubDate><guid isPermaLink="false">137ad170-7792-4731-bb38-c0d22fbe4515:36a755b0-8a3b-4f9d-b83e-a3ae28cd2be6</guid><dc:creator>Wojtek</dc:creator><description>&lt;p&gt;Name of service is not something that you can set AFAIK. Some services are recognized (ex. HEART_RATE_SERVICE) because it has bluetooth SIG defined UUID.&lt;/p&gt;&lt;div style="clear:both;"&gt;&lt;/div&gt;</description></item><item><title>RE: how to change the service name?</title><link>https://devzone.nordicsemi.com/thread/34759?ContentTypeID=1</link><pubDate>Thu, 24 Sep 2015 11:19:29 GMT</pubDate><guid isPermaLink="false">137ad170-7792-4731-bb38-c0d22fbe4515:c5a8971a-ca45-4669-b31a-422a67ceb6b7</guid><dc:creator>MartinBL</dc:creator><description>&lt;p&gt;Hi. Can you show us a screenshot of your Master control panel or elaborate a bit more on what exactly it is you want to achieve? Is it the &lt;em&gt;advertised&lt;/em&gt; name that you want to change? Then you can have a look at this tutorial: &lt;a href="https://devzone.nordicsemi.com/tutorials/5/ble-advertising-a-beginners-tutorial/"&gt;BLE Advertising, a beginner&amp;#39;s tutorial&lt;/a&gt;.&lt;/p&gt;&lt;div style="clear:both;"&gt;&lt;/div&gt;</description></item></channel></rss>