<?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>UUID setting method</title><link>https://devzone.nordicsemi.com/f/nordic-q-a/67180/uuid-setting-method</link><description>I would like to set the UUID below, so please tell me how to set it. 　1)base UUID: 　2)Service UUID： 　3)Status Characteristics UUID： 　4)Control Characteristics UUID： 　5)Blood Pressure Characteristics UUID： 　6)PluseWave Characteristics UUID： 　7)Offset Characteristics</description><dc:language>en-US</dc:language><generator>Telligent Community 13</generator><lastBuildDate>Thu, 29 Oct 2020 04:21:11 GMT</lastBuildDate><atom:link rel="self" type="application/rss+xml" href="https://devzone.nordicsemi.com/f/nordic-q-a/67180/uuid-setting-method" /><item><title>RE: UUID setting method</title><link>https://devzone.nordicsemi.com/thread/277505?ContentTypeID=1</link><pubDate>Thu, 29 Oct 2020 04:21:11 GMT</pubDate><guid isPermaLink="false">137ad170-7792-4731-bb38-c0d22fbe4515:2f3daec8-a4d1-4e7b-81af-2d5408dfa551</guid><dc:creator>yokokawa</dc:creator><description>&lt;p&gt;The following program causes an error.&lt;br /&gt;Please tell me how to resolve.&lt;br /&gt;-------------------------------------------------------------------------------------------&lt;br /&gt;#define BLE_CUS_DEF(_name) static ble_cus_t _name;&lt;br /&gt;NRF_SDH_BLE_OBSERVER(_name ## _obs, BLE_HRS_BLE_OBSERVER_PRIO, ble_cus_on_ble_evt, &amp;amp;_name)&lt;br /&gt;-------------------------------------------------------------------------------------------&lt;br /&gt;Supplement:&lt;br /&gt;The error doesn&amp;#39;t seem to occur in the Mac development environment.&lt;/p&gt;&lt;div style="clear:both;"&gt;&lt;/div&gt;</description></item><item><title>RE: UUID setting method</title><link>https://devzone.nordicsemi.com/thread/275088?ContentTypeID=1</link><pubDate>Thu, 15 Oct 2020 12:43:13 GMT</pubDate><guid isPermaLink="false">137ad170-7792-4731-bb38-c0d22fbe4515:23aae06e-4e54-49f5-ba33-72fd1ed80f12</guid><dc:creator>Heidi</dc:creator><description>&lt;p&gt;There are a lot of tickets on DevZone describing how to set your own UUID. We also have a detailed tutorial &lt;a href="https://github.com/bjornspockeli/custom_ble_service_example"&gt;(Custom BLE Service Example)&lt;/a&gt;&amp;nbsp;for how to make your own custom service and set your own UUID.&amp;nbsp;&lt;/p&gt;&lt;div style="clear:both;"&gt;&lt;/div&gt;</description></item><item><title>RE: UUID setting method</title><link>https://devzone.nordicsemi.com/thread/275008?ContentTypeID=1</link><pubDate>Thu, 15 Oct 2020 08:45:33 GMT</pubDate><guid isPermaLink="false">137ad170-7792-4731-bb38-c0d22fbe4515:3df0bc93-79d2-46ca-b05e-9443c132ed91</guid><dc:creator>yokokawa</dc:creator><description>&lt;p&gt;I&amp;#39;m trying to set my own UUID.&lt;/p&gt;
&lt;p&gt;&lt;span&gt;Please tell me the setting method&lt;/span&gt;&lt;/p&gt;
&lt;p&gt;&lt;span&gt;Thank you&lt;/span&gt;&lt;/p&gt;&lt;div style="clear:both;"&gt;&lt;/div&gt;</description></item><item><title>RE: UUID setting method</title><link>https://devzone.nordicsemi.com/thread/274900?ContentTypeID=1</link><pubDate>Wed, 14 Oct 2020 12:53:01 GMT</pubDate><guid isPermaLink="false">137ad170-7792-4731-bb38-c0d22fbe4515:018ba387-15e7-4d31-a110-540480157c42</guid><dc:creator>Heidi</dc:creator><description>&lt;p&gt;Hi!&lt;/p&gt;
&lt;p&gt;&lt;/p&gt;
&lt;p&gt;Have a look at the list of &lt;a href="https://infocenter.nordicsemi.com/topic/sdk_nrf5_v17.0.2/group___u_u_i_d___c_h_a_r_a_c_t_e_r_i_s_t_i_c_s.html"&gt;common characteristic UUID definitions&lt;/a&gt;&amp;nbsp;and &lt;a href="https://infocenter.nordicsemi.com/topic/sdk_nrf5_v17.0.2/group___u_u_i_d___s_e_r_v_i_c_e_s.html"&gt;common service UUID definitions&lt;/a&gt;. Is this what you need?&lt;/p&gt;
&lt;p&gt;&lt;/p&gt;
&lt;p&gt;1) The base UUID is defined &lt;a href="https://www.bluetooth.com/specifications/assigned-numbers/service-discovery/"&gt;here&lt;/a&gt;&lt;/p&gt;
&lt;p&gt;&lt;pre class="ui-code" data-mode="text"&gt;BASE_UUID	00000000-0000-1000-8000-00805F9B34FB&lt;/pre&gt;&lt;/p&gt;
&lt;p&gt;&lt;/p&gt;
&lt;p&gt;2) Not sure what you mean by &amp;quot;service UUID&amp;quot;. Which service are you referring to?&lt;/p&gt;
&lt;p&gt;3, 4) Additionally, for status and control characteristics, there are&amp;nbsp;numerous characteristics with &amp;quot;status&amp;quot;, such as &amp;quot;Alert Status&amp;quot; and &amp;quot;CGM Status&amp;quot;, and the same for &amp;quot;control&amp;quot; characteristics. What is it you mean?&lt;/p&gt;
&lt;p&gt;&lt;/p&gt;
&lt;p&gt;For 5) blood pressure characteristics UUID, the UUID is on the list I linked to. We have a &lt;a href="https://infocenter.nordicsemi.com/topic/sdk_nrf5_v17.0.2/ble_sdk_app_bps.html"&gt;blood pressure application&lt;/a&gt; available in nRF5 SDK, so you can see how they set the UUID there.&amp;nbsp;&lt;/p&gt;
&lt;p&gt;&lt;/p&gt;
&lt;p&gt;For 6) PulseWave characteristic, this doesn&amp;#39;t seem to be a previously defined one (&lt;a href="https://www.bluetooth.com/specifications/gatt/characteristics/"&gt;GATT characteristics&lt;/a&gt;) but you can easily make your own characteristic for this.&amp;nbsp;&lt;/p&gt;
&lt;p&gt;For adding custom&amp;nbsp;services and characteristics, there are lots of threads on DevZone for how to do this. Take a look at &lt;a href="https://devzone.nordicsemi.com/f/nordic-q-a/7865/custom-uuid"&gt;this ticket&lt;/a&gt;, for instance.&amp;nbsp;&lt;/p&gt;
&lt;p&gt;&lt;/p&gt;
&lt;p&gt;And finally 7) we have &lt;a href="https://infocenter.nordicsemi.com/index.jsp?topic=%2Fsdk_nrf5_v17.0.2%2Fgroup___u_u_i_d___c_h_a_r_a_c_t_e_r_i_s_t_i_c_s.html&amp;amp;anchor=ga710752f6b7aaf4e90313832f9750bef4"&gt;DST Offset 0x2A0D&lt;/a&gt;. Is this what you mean?&lt;/p&gt;
&lt;p&gt;&lt;/p&gt;
&lt;p&gt;Best regards,&lt;/p&gt;
&lt;p&gt;Heidi&lt;/p&gt;&lt;div style="clear:both;"&gt;&lt;/div&gt;</description></item></channel></rss>