<?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>Add Device Name to “ble_app_beacon” example</title><link>https://devzone.nordicsemi.com/f/nordic-q-a/4067/add-device-name-to-ble_app_beacon-example</link><description>Hello,
I try to add the Device Name to the ble_app_beacon example but it does not work. 
 First, define the Name: 
 #define DEVICE_NAME &amp;quot;MyBeacon&amp;quot;
 
 Next, add GAP Pararameters: 
 static void gap_params_init(void)
{
 uint32_t err_code;
 ble_gap_conn_sec_mode_t</description><dc:language>en-US</dc:language><generator>Telligent Community 13</generator><lastBuildDate>Tue, 03 Mar 2015 22:10:55 GMT</lastBuildDate><atom:link rel="self" type="application/rss+xml" href="https://devzone.nordicsemi.com/f/nordic-q-a/4067/add-device-name-to-ble_app_beacon-example" /><item><title>RE: Add Device Name to “ble_app_beacon” example</title><link>https://devzone.nordicsemi.com/thread/14588?ContentTypeID=1</link><pubDate>Tue, 03 Mar 2015 22:10:55 GMT</pubDate><guid isPermaLink="false">137ad170-7792-4731-bb38-c0d22fbe4515:38ae898c-bfe2-4fe2-830f-0b8ea2199513</guid><dc:creator>Greg Winn</dc:creator><description>&lt;p&gt;Hello Microchip,
Can you please show or explain what you did in order to reduce the data size? Thanks!!&lt;/p&gt;&lt;div style="clear:both;"&gt;&lt;/div&gt;</description></item><item><title>RE: Add Device Name to “ble_app_beacon” example</title><link>https://devzone.nordicsemi.com/thread/14587?ContentTypeID=1</link><pubDate>Fri, 24 Oct 2014 14:05:57 GMT</pubDate><guid isPermaLink="false">137ad170-7792-4731-bb38-c0d22fbe4515:70b149f9-d42f-4ce0-b058-c8e9e162cb62</guid><dc:creator>Petter Myhre</dc:creator><description>&lt;p&gt;Please thank me by accepting my answer. Click the grey circle with a check mark in it.&lt;/p&gt;&lt;div style="clear:both;"&gt;&lt;/div&gt;</description></item><item><title>RE: Add Device Name to “ble_app_beacon” example</title><link>https://devzone.nordicsemi.com/thread/14586?ContentTypeID=1</link><pubDate>Tue, 14 Oct 2014 08:16:12 GMT</pubDate><guid isPermaLink="false">137ad170-7792-4731-bb38-c0d22fbe4515:cfdd49a1-5321-4503-9476-60db8db750bc</guid><dc:creator>microchip</dc:creator><description>&lt;p&gt;Thank you Petter for the quick response.&lt;/p&gt;
&lt;p&gt;Yes, there were to much data in the advertising package. Reducing the manufacturer specific data solve the problem. Thank you very much.&lt;/p&gt;&lt;div style="clear:both;"&gt;&lt;/div&gt;</description></item><item><title>RE: Add Device Name to “ble_app_beacon” example</title><link>https://devzone.nordicsemi.com/thread/14585?ContentTypeID=1</link><pubDate>Mon, 13 Oct 2014 13:13:45 GMT</pubDate><guid isPermaLink="false">137ad170-7792-4731-bb38-c0d22fbe4515:3828b7a0-5dcb-41c9-be96-4d45a8b79e66</guid><dc:creator>Petter Myhre</dc:creator><description>&lt;p&gt;Nothing changes or nothing happends?&lt;/p&gt;
&lt;p&gt;If you mean that it doesn&amp;#39;t advertise, I would guess it is simply because your advertisement packet is to big. You can use the debugger to find out, put a breakpoint in the &lt;code&gt;app_error_handler()&lt;/code&gt; and find out what there error is a where it comes from.&lt;/p&gt;
&lt;p&gt;There is a reason the ble_app_beacon doesn&amp;#39;t have a name, it is unnecessary. To maximize the information included in the packet, major and minor values are used. You could try to remove something from the packet, for example the Manufacturer specific data, see if anything happends then.&lt;/p&gt;&lt;div style="clear:both;"&gt;&lt;/div&gt;</description></item></channel></rss>