<?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>Nordic_HRM generic attribute  service change 0x2a05 0x2902 add</title><link>https://devzone.nordicsemi.com/f/nordic-q-a/19073/nordic_hrm-generic-attribute-service-change-0x2a05-0x2902-add</link><description>I would like to know how to add Service Change UUID: 0x2A05 Properties: INDICATE Descriptors Client Characteristic Config UUID: 0x2902 to Generic Attribute of Nordic_HRM.
please tell me.</description><dc:language>en-US</dc:language><generator>Telligent Community 13</generator><lastBuildDate>Thu, 19 Jan 2017 02:18:46 GMT</lastBuildDate><atom:link rel="self" type="application/rss+xml" href="https://devzone.nordicsemi.com/f/nordic-q-a/19073/nordic_hrm-generic-attribute-service-change-0x2a05-0x2902-add" /><item><title>RE: Nordic_HRM generic attribute  service change 0x2a05 0x2902 add</title><link>https://devzone.nordicsemi.com/thread/73764?ContentTypeID=1</link><pubDate>Thu, 19 Jan 2017 02:18:46 GMT</pubDate><guid isPermaLink="false">137ad170-7792-4731-bb38-c0d22fbe4515:894065c4-6794-4da8-8b5f-9a5914d73436</guid><dc:creator>sfujimoto</dc:creator><description>&lt;p&gt;thanks.
I will try it.&lt;/p&gt;&lt;div style="clear:both;"&gt;&lt;/div&gt;</description></item><item><title>RE: Nordic_HRM generic attribute  service change 0x2a05 0x2902 add</title><link>https://devzone.nordicsemi.com/thread/73762?ContentTypeID=1</link><pubDate>Thu, 19 Jan 2017 01:18:57 GMT</pubDate><guid isPermaLink="false">137ad170-7792-4731-bb38-c0d22fbe4515:257a7e74-b0a5-4001-bea6-b78243eb64fc</guid><dc:creator>sfujimoto</dc:creator><description>&lt;p&gt;it is complete.
thank you.&lt;/p&gt;&lt;div style="clear:both;"&gt;&lt;/div&gt;</description></item><item><title>RE: Nordic_HRM generic attribute  service change 0x2a05 0x2902 add</title><link>https://devzone.nordicsemi.com/thread/73761?ContentTypeID=1</link><pubDate>Wed, 18 Jan 2017 14:26:24 GMT</pubDate><guid isPermaLink="false">137ad170-7792-4731-bb38-c0d22fbe4515:5439055b-73db-4af0-a9b7-aeb322d194a9</guid><dc:creator>Sigurd</dc:creator><description>&lt;p&gt;Hi,&lt;/p&gt;
&lt;p&gt;To enable the service changed characteristic you need to set the &lt;code&gt;service_changed&lt;/code&gt; flag. You can set the flag in the &lt;code&gt;ble_stack_init()&lt;/code&gt; function like this:&lt;/p&gt;
&lt;pre&gt;&lt;code&gt;ble_enable_params_t ble_enable_params;
err_code = softdevice_enable_get_default_config(NRF_BLE_CENTRAL_LINK_COUNT,
                                                NRF_BLE_PERIPHERAL_LINK_COUNT,
                                                &amp;amp;ble_enable_params);
ble_enable_params.gatts_enable_params.service_changed = 1; \\IS_SRVC_CHANGED_CHARACT_PRESENT
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: Nordic_HRM generic attribute  service change 0x2a05 0x2902 add</title><link>https://devzone.nordicsemi.com/thread/73763?ContentTypeID=1</link><pubDate>Wed, 18 Jan 2017 10:04:39 GMT</pubDate><guid isPermaLink="false">137ad170-7792-4731-bb38-c0d22fbe4515:c3c3549c-69b5-43b5-94b3-e8ca9900a53a</guid><dc:creator>Roger Clark</dc:creator><description>&lt;p&gt;I recommend you read this tutorial&lt;/p&gt;
&lt;p&gt;&lt;a href="https://devzone.nordicsemi.com/tutorials/8/"&gt;devzone.nordicsemi.com/.../&lt;/a&gt;&lt;/p&gt;
&lt;p&gt;and also this tutorial&lt;/p&gt;
&lt;p&gt;&lt;a href="https://devzone.nordicsemi.com/tutorials/17/"&gt;devzone.nordicsemi.com/.../&lt;/a&gt;&lt;/p&gt;&lt;div style="clear:both;"&gt;&lt;/div&gt;</description></item></channel></rss>