<?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</title><link>https://devzone.nordicsemi.com/f/nordic-q-a/33994/device-name</link><description>Hi, 
 
 I am developing a device using the PCA10028 Dev Kit 
 It is configured as a BLE Central, SDK 7.2, SD 120 
 I am starting out with the example &amp;quot;ble_app_hrs_c_s120_pca10028&amp;quot; 
 I have a DIFFERENT device that advertises as follows: 
 It says &amp;quot;SHNxxxxxxxx</description><dc:language>en-US</dc:language><generator>Telligent Community 13</generator><lastBuildDate>Thu, 03 May 2018 15:24:43 GMT</lastBuildDate><atom:link rel="self" type="application/rss+xml" href="https://devzone.nordicsemi.com/f/nordic-q-a/33994/device-name" /><item><title>RE: device name</title><link>https://devzone.nordicsemi.com/thread/130859?ContentTypeID=1</link><pubDate>Thu, 03 May 2018 15:24:43 GMT</pubDate><guid isPermaLink="false">137ad170-7792-4731-bb38-c0d22fbe4515:78f409c0-12c6-475f-80b7-eee82e5cf16e</guid><dc:creator>JayPRab</dc:creator><description>&lt;p&gt;Yes, I know it&amp;#39;s old, Jorgen...&lt;/p&gt;
&lt;p&gt;After we get this stable we intend to move to a more recent version&lt;/p&gt;
&lt;p&gt;Thanks for ALL you VERY prompt help!&lt;/p&gt;
&lt;p&gt;Please close this incident.&lt;/p&gt;&lt;div style="clear:both;"&gt;&lt;/div&gt;</description></item><item><title>RE: device name</title><link>https://devzone.nordicsemi.com/thread/130857?ContentTypeID=1</link><pubDate>Thu, 03 May 2018 15:21:50 GMT</pubDate><guid isPermaLink="false">137ad170-7792-4731-bb38-c0d22fbe4515:0cc1af26-d08f-4bc0-bc3b-f840a6dd4ac2</guid><dc:creator>J&amp;#248;rgen Holmefjord</dc:creator><description>&lt;p&gt;It should all be documented in the &lt;a href="http://developer.nordicsemi.com/nRF51_SDK/nRF51_SDK_v7.x.x/doc/7.2.0/s120/html/modules.html"&gt;SDK and softdevice API reference documentation&lt;/a&gt;. Note that this is a very old version of our SDK. I would recommend upgrading to a &lt;a href="http://infocenter.nordicsemi.com/topic/com.nordic.infocenter.sdk/dita/sdk/nrf5_sdk.html?cp=4_0"&gt;newer version.&lt;/a&gt;&lt;/p&gt;&lt;div style="clear:both;"&gt;&lt;/div&gt;</description></item><item><title>RE: device name</title><link>https://devzone.nordicsemi.com/thread/130842?ContentTypeID=1</link><pubDate>Thu, 03 May 2018 14:35:40 GMT</pubDate><guid isPermaLink="false">137ad170-7792-4731-bb38-c0d22fbe4515:202dcc24-57f1-4f34-b327-86a1f40c75f0</guid><dc:creator>JayPRab</dc:creator><description>&lt;p&gt;Perfect, Jorgen!&lt;/p&gt;
&lt;p&gt;Many thanks!&lt;/p&gt;
&lt;p&gt;&lt;span style="font-family:Arial;"&gt;BTW, are all these types listed somewhere WITH explanations of what they are? I see the comments in ble_gap.h but it&amp;#39;s a bit cryptic...&lt;br /&gt;&lt;/span&gt;&lt;/p&gt;&lt;div style="clear:both;"&gt;&lt;/div&gt;</description></item><item><title>RE: device name</title><link>https://devzone.nordicsemi.com/thread/130734?ContentTypeID=1</link><pubDate>Thu, 03 May 2018 07:40:21 GMT</pubDate><guid isPermaLink="false">137ad170-7792-4731-bb38-c0d22fbe4515:c07ea425-f28f-484a-a544-7801a34b60ca</guid><dc:creator>J&amp;#248;rgen Holmefjord</dc:creator><description>&lt;p&gt;Hi,&lt;/p&gt;
&lt;p&gt;The advertised name can be parsed from the advertising data in the advertising report, as shown in &lt;a href="http://developer.nordicsemi.com/nRF51_SDK/nRF51_SDK_v7.x.x/doc/7.2.0/s120/html/a00044.html"&gt;ble_app_multilink_central example&lt;/a&gt;:&lt;/p&gt;
&lt;p&gt;&lt;pre class="ui-code" data-mode="c_cpp"&gt;case BLE_GAP_EVT_ADV_REPORT:
    {
        data_t adv_data;
        data_t type_data;

        // Initialize advertisement report for parsing.
        adv_data.p_data = p_ble_evt-&amp;gt;evt.gap_evt.params.adv_report.data;
        adv_data.data_len = p_ble_evt-&amp;gt;evt.gap_evt.params.adv_report.dlen;

        err_code = adv_report_parse(BLE_GAP_AD_TYPE_COMPLETE_LOCAL_NAME,
                                  &amp;amp;adv_data,
                                  &amp;amp;type_data);
        if (err_code != NRF_SUCCESS)
        {
            // Compare short local name in case complete name does not match.
            err_code = adv_report_parse(BLE_GAP_AD_TYPE_SHORT_LOCAL_NAME,
                                      &amp;amp;adv_data,
                                      &amp;amp;type_data);
        }
    }&lt;/pre&gt;&lt;/p&gt;
&lt;p&gt;Best regards,&lt;br /&gt;Jørgen&lt;/p&gt;&lt;div style="clear:both;"&gt;&lt;/div&gt;</description></item></channel></rss>