<?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>Change GAP Data</title><link>https://devzone.nordicsemi.com/f/nordic-q-a/51247/change-gap-data</link><description>Hello everyone, 
 im using ble tamplate example and Softdevice s140 with the nRF52840 DK. 
 im trying to change the GAP Data. How and where can i do this? 
 i want to configure my Nordic Device with this Beurer Data 
 
 
 Thank you</description><dc:language>en-US</dc:language><generator>Telligent Community 13</generator><lastBuildDate>Wed, 21 Aug 2019 12:33:27 GMT</lastBuildDate><atom:link rel="self" type="application/rss+xml" href="https://devzone.nordicsemi.com/f/nordic-q-a/51247/change-gap-data" /><item><title>RE: Change GAP Data</title><link>https://devzone.nordicsemi.com/thread/205315?ContentTypeID=1</link><pubDate>Wed, 21 Aug 2019 12:33:27 GMT</pubDate><guid isPermaLink="false">137ad170-7792-4731-bb38-c0d22fbe4515:8e0ff070-daa6-401a-8855-77a3eb72100e</guid><dc:creator>Heidi</dc:creator><description>&lt;p&gt;Hi!&lt;/p&gt;
&lt;p&gt;&lt;/p&gt;
&lt;p&gt;So, in the main file you can change your device name by changing the string defined in&lt;/p&gt;
&lt;p&gt;&lt;pre class="ui-code" data-mode="c_cpp"&gt;#define DEVICE_NAME                     &amp;quot;Nordic_Template&amp;quot; &lt;/pre&gt;&lt;/p&gt;
&lt;p&gt;The appearance can be changed by using&amp;nbsp;&lt;/p&gt;
&lt;p&gt;&lt;pre class="ui-code" data-mode="c_cpp"&gt;uint32_t sd_ble_gap_appearance_set(uint16_t appearance)&lt;/pre&gt;&lt;/p&gt;
&lt;p&gt;and the PPCP can be changed by using&amp;nbsp;&lt;/p&gt;
&lt;p&gt;&lt;pre class="ui-code" data-mode="c_cpp"&gt;uint32_t sd_ble_gap_ppcp_set(ble_gap_conn_params_t const * 	p_conn_params)	&lt;/pre&gt;&lt;/p&gt;
&lt;p&gt;&lt;/p&gt;
&lt;p&gt;Unfortunately, there is no way to disable the Central Address Resolution characteristic.&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>