<?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>Write DIS / HW Revision characteristic from central</title><link>https://devzone.nordicsemi.com/f/nordic-q-a/33752/write-dis-hw-revision-characteristic-from-central</link><description>Hi, 
 I would like to use the Device Information Service and to be able to write the HW revision string from the central device (in my case the nRF Connect app). Per default this characteristic is Read only. 
 Tried changing ... 
 
 to ... 
 
 The service</description><dc:language>en-US</dc:language><generator>Telligent Community 13</generator><lastBuildDate>Tue, 24 Apr 2018 11:31:32 GMT</lastBuildDate><atom:link rel="self" type="application/rss+xml" href="https://devzone.nordicsemi.com/f/nordic-q-a/33752/write-dis-hw-revision-characteristic-from-central" /><item><title>RE: Write DIS / HW Revision characteristic from central</title><link>https://devzone.nordicsemi.com/thread/129543?ContentTypeID=1</link><pubDate>Tue, 24 Apr 2018 11:31:32 GMT</pubDate><guid isPermaLink="false">137ad170-7792-4731-bb38-c0d22fbe4515:c075e735-6d3b-40bf-ae5e-0db14180ee0c</guid><dc:creator>karthikeyan</dc:creator><description>&lt;p&gt;Hi,&lt;/p&gt;
&lt;p&gt;&amp;nbsp; for this you can create seperate question. so that nordic employees will answer and describe the problem correctly. because if you are creating a custom service you want to specify 128 bit uuid as of bluetooth sig specifications. but you are asking to change the uuid of the service which is already implemented as per the bluetooth sig. so i am not sure about it.&lt;/p&gt;&lt;div style="clear:both;"&gt;&lt;/div&gt;</description></item><item><title>RE: Write DIS / HW Revision characteristic from central</title><link>https://devzone.nordicsemi.com/thread/129542?ContentTypeID=1</link><pubDate>Tue, 24 Apr 2018 11:27:31 GMT</pubDate><guid isPermaLink="false">137ad170-7792-4731-bb38-c0d22fbe4515:71a7d5e1-784c-47b6-ba81-50b696328d36</guid><dc:creator>OlaHallstrom</dc:creator><description>&lt;p&gt;Ok, great, thank you! This has been tested and works from a technical perspective. Since I&amp;#39;m changing the standard service, does this imply that I&amp;#39;m creating a custom service, i.e I ougth to set a specific 128-bit uuid?&lt;/p&gt;&lt;div style="clear:both;"&gt;&lt;/div&gt;</description></item><item><title>RE: Write DIS / HW Revision characteristic from central</title><link>https://devzone.nordicsemi.com/thread/129527?ContentTypeID=1</link><pubDate>Tue, 24 Apr 2018 10:22:24 GMT</pubDate><guid isPermaLink="false">137ad170-7792-4731-bb38-c0d22fbe4515:2c05bddd-75af-487f-a10b-777ea9760047</guid><dc:creator>karthikeyan</dc:creator><description>&lt;p&gt;hi,&lt;/p&gt;
&lt;p&gt;&amp;nbsp;you want to give write permission inside ble_dis.c file. some what like this&lt;/p&gt;
&lt;p&gt;&lt;pre class="ui-code" data-mode="text"&gt; char_md.char_props.write  = 1;&lt;/pre&gt;&lt;/p&gt;
&lt;p&gt;inside&amp;nbsp;&lt;/p&gt;
&lt;p&gt;&lt;pre class="ui-code" data-mode="text"&gt;static uint32_t char_add(uint16_t                        uuid,
                         uint8_t                       * p_char_value,
                         uint16_t                        char_len,
                         ble_srv_security_mode_t const * dis_attr_md,
                         ble_gatts_char_handles_t      * p_handles)
{&lt;/pre&gt;&lt;/p&gt;
&lt;p&gt;this function.&lt;/p&gt;
&lt;p&gt;cheers,&lt;/p&gt;
&lt;p&gt;karthikeyan&lt;/p&gt;&lt;div style="clear:both;"&gt;&lt;/div&gt;</description></item></channel></rss>