<?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>Device name set but appears as &amp;quot;n/a&amp;quot; in Android MCP</title><link>https://devzone.nordicsemi.com/f/nordic-q-a/5131/device-name-set-but-appears-as-n-a-in-android-mcp</link><description>The device name is set in the usual way at the start of gap_params_init(): 
 BLE_GAP_CONN_SEC_MODE_SET_OPEN(&amp;amp;sec_mode);
err_code = sd_ble_gap_device_name_set(&amp;amp;sec_mode,
 (const uint8_t *)DEVICE_NAME,
 strlen(DEVICE_NAME));
APP_ERROR_CHECK(err_code</description><dc:language>en-US</dc:language><generator>Telligent Community 13</generator><lastBuildDate>Tue, 13 Jan 2015 16:50:51 GMT</lastBuildDate><atom:link rel="self" type="application/rss+xml" href="https://devzone.nordicsemi.com/f/nordic-q-a/5131/device-name-set-but-appears-as-n-a-in-android-mcp" /><item><title>RE: Device name set but appears as "n/a" in Android MCP</title><link>https://devzone.nordicsemi.com/thread/18009?ContentTypeID=1</link><pubDate>Tue, 13 Jan 2015 16:50:51 GMT</pubDate><guid isPermaLink="false">137ad170-7792-4731-bb38-c0d22fbe4515:d6bb64a4-cd42-4be5-b629-640a68c48f56</guid><dc:creator>FormerMember</dc:creator><description>&lt;p&gt;Good that you were able to solve the issue!&lt;/p&gt;&lt;div style="clear:both;"&gt;&lt;/div&gt;</description></item><item><title>RE: Device name set but appears as "n/a" in Android MCP</title><link>https://devzone.nordicsemi.com/thread/18008?ContentTypeID=1</link><pubDate>Tue, 13 Jan 2015 16:39:47 GMT</pubDate><guid isPermaLink="false">137ad170-7792-4731-bb38-c0d22fbe4515:dc6ad9b3-f3d7-4bfe-bf8a-f8555e747d7b</guid><dc:creator>Matt Barr</dc:creator><description>&lt;p&gt;Thanks for this Kristin, that indeed is the issue, apologies for the silly question. Device name and appearance information is omitted from the advertising packet PDU to maximize the amount of manufacturer data sent.&lt;/p&gt;&lt;div style="clear:both;"&gt;&lt;/div&gt;</description></item><item><title>RE: Device name set but appears as "n/a" in Android MCP</title><link>https://devzone.nordicsemi.com/thread/18007?ContentTypeID=1</link><pubDate>Tue, 13 Jan 2015 16:24:49 GMT</pubDate><guid isPermaLink="false">137ad170-7792-4731-bb38-c0d22fbe4515:49b0039e-779d-4e32-a9a1-ec22e1d1d20a</guid><dc:creator>FormerMember</dc:creator><description>&lt;p&gt;In advertising_init(..), to which value do you set &lt;code&gt;advdata.name_type&lt;/code&gt;?&lt;/p&gt;
&lt;p&gt;Do you set it to &lt;code&gt;advdata.name_type = BLE_ADVDATA_FULL_NAME;&lt;/code&gt;?&lt;/p&gt;
&lt;p&gt;What is the amount of data you are want to advertise?&lt;/p&gt;
&lt;p&gt;What is the &amp;quot;value&amp;quot; of DEVICE_NAEME?&lt;/p&gt;
&lt;p&gt;Which rawdata do you see in the advertising packet?&lt;/p&gt;&lt;div style="clear:both;"&gt;&lt;/div&gt;</description></item></channel></rss>