<?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>Generic Access (0x1800) and Gereric Attribute (0x1800)</title><link>https://devzone.nordicsemi.com/f/nordic-q-a/6669/generic-access-0x1800-and-gereric-attribute-0x1800</link><description>Hi Team, 
 In Generic Access I want to change properties for &amp;quot;Device Name&amp;quot;. Is it possible? 
 I want to remove Generic Attribute Service(0x1800). Is it possible? 
 I am modifying &amp;quot;UART/Serial Port Emulation over BLE &amp;quot; example for this. 
 Thanks &amp;amp;Regards</description><dc:language>en-US</dc:language><generator>Telligent Community 13</generator><lastBuildDate>Mon, 27 Apr 2015 09:20:22 GMT</lastBuildDate><atom:link rel="self" type="application/rss+xml" href="https://devzone.nordicsemi.com/f/nordic-q-a/6669/generic-access-0x1800-and-gereric-attribute-0x1800" /><item><title>RE: Generic Access (0x1800) and Gereric Attribute (0x1800)</title><link>https://devzone.nordicsemi.com/thread/23395?ContentTypeID=1</link><pubDate>Mon, 27 Apr 2015 09:20:22 GMT</pubDate><guid isPermaLink="false">137ad170-7792-4731-bb38-c0d22fbe4515:31b963ee-8733-46bd-9f1b-dbb3ea956384</guid><dc:creator>Ulrich Myhre</dc:creator><description>&lt;p&gt;Generic Attribute Service is mandatory to have, so you are not able to remove this.&lt;/p&gt;&lt;div style="clear:both;"&gt;&lt;/div&gt;</description></item><item><title>RE: Generic Access (0x1800) and Gereric Attribute (0x1800)</title><link>https://devzone.nordicsemi.com/thread/23394?ContentTypeID=1</link><pubDate>Thu, 23 Apr 2015 12:34:12 GMT</pubDate><guid isPermaLink="false">137ad170-7792-4731-bb38-c0d22fbe4515:3d4e1d75-4505-4763-aa2f-7646ee0a37e7</guid><dc:creator>Milan</dc:creator><description>&lt;p&gt;yup!! got it!!
but second one is still pending!! :)
thank you!!&lt;/p&gt;&lt;div style="clear:both;"&gt;&lt;/div&gt;</description></item><item><title>RE: Generic Access (0x1800) and Gereric Attribute (0x1800)</title><link>https://devzone.nordicsemi.com/thread/23393?ContentTypeID=1</link><pubDate>Thu, 23 Apr 2015 12:05:39 GMT</pubDate><guid isPermaLink="false">137ad170-7792-4731-bb38-c0d22fbe4515:056b2ba0-1480-417e-813c-79d7910e295a</guid><dc:creator>John</dc:creator><description>&lt;p&gt;Hello,&lt;/p&gt;
&lt;p&gt;For your first question, the answer is yes you can. You can do something like this when you do the gap parameter initialization:&lt;/p&gt;
&lt;pre&gt;&lt;code&gt;err_code = sd_ble_gap_device_name_set(&amp;amp;sec_mode, (uint8_t *)DEVICE_NAME_MX1101, strlen(DEVICE_NAME_MX1101));
&lt;/code&gt;&lt;/pre&gt;
&lt;p&gt;On your second question: I don&amp;#39;t know for sure, but I&amp;#39;d be surprised if you could get rid of that. It seems pretty fundamental to the other services.&lt;/p&gt;&lt;div style="clear:both;"&gt;&lt;/div&gt;</description></item></channel></rss>