<?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>Scan beacon local name</title><link>https://devzone.nordicsemi.com/f/nordic-q-a/24484/scan-beacon-local-name</link><description>Hello, 
 I am trying to scan a local name for beacon device on nrf51822 SDK12.0.0 ble_app_multilink_central. The original peripheral sample was working as well. But the beacon device cannot be found when I changed peripheral name in &amp;quot;ble_app_multilink_central</description><dc:language>en-US</dc:language><generator>Telligent Community 13</generator><lastBuildDate>Thu, 24 Aug 2017 07:52:53 GMT</lastBuildDate><atom:link rel="self" type="application/rss+xml" href="https://devzone.nordicsemi.com/f/nordic-q-a/24484/scan-beacon-local-name" /><item><title>RE: Scan beacon local name</title><link>https://devzone.nordicsemi.com/thread/96398?ContentTypeID=1</link><pubDate>Thu, 24 Aug 2017 07:52:53 GMT</pubDate><guid isPermaLink="false">137ad170-7792-4731-bb38-c0d22fbe4515:63adb50c-cf05-4877-8335-bc8bb8c6701b</guid><dc:creator>J&amp;#248;rgen Holmefjord</dc:creator><description>&lt;p&gt;You can find the &lt;a href="http://infocenter.nordicsemi.com/topic/com.nordic.infocenter.s130.api.v2.0.1/index.html?cp=3_7_2_1_0"&gt;S130 v2.0.1 softdevice API documentation&lt;/a&gt; in the infocenter.&lt;/p&gt;&lt;div style="clear:both;"&gt;&lt;/div&gt;</description></item><item><title>RE: Scan beacon local name</title><link>https://devzone.nordicsemi.com/thread/96397?ContentTypeID=1</link><pubDate>Thu, 24 Aug 2017 07:44:57 GMT</pubDate><guid isPermaLink="false">137ad170-7792-4731-bb38-c0d22fbe4515:063b1613-4d74-4482-858c-c1b48c32b352</guid><dc:creator>Stanley</dc:creator><description>&lt;p&gt;Hi Jorgen,
Thank you for your help.
The problem is solved. Now, I can get the beacon information. I have checked the parameter description in struct define. Is there any documentations to describe such kind of struct? We can check it with our application in the future.&lt;/p&gt;&lt;div style="clear:both;"&gt;&lt;/div&gt;</description></item><item><title>RE: Scan beacon local name</title><link>https://devzone.nordicsemi.com/thread/96396?ContentTypeID=1</link><pubDate>Wed, 23 Aug 2017 13:31:37 GMT</pubDate><guid isPermaLink="false">137ad170-7792-4731-bb38-c0d22fbe4515:672a95e6-42c9-49fb-bd7b-9fd64cf51dad</guid><dc:creator>J&amp;#248;rgen Holmefjord</dc:creator><description>&lt;p&gt;Hi Stanley,&lt;/p&gt;
&lt;p&gt;Most likely the local name is placed in the scan response packet by the beacon manufacturer. The ble_app_multilink_central example is by default not configured to use active scanning, and will therefore not receive the scan response packet.&lt;/p&gt;
&lt;p&gt;You can change this by setting the parameter &lt;code&gt;.active = 1&lt;/code&gt; in &lt;code&gt;ble_gap_scan_params_t m_scan_params&lt;/code&gt; struct.&lt;/p&gt;
&lt;p&gt;Best regards,&lt;/p&gt;
&lt;p&gt;Jørgen&lt;/p&gt;&lt;div style="clear:both;"&gt;&lt;/div&gt;</description></item><item><title>RE: Scan beacon local name</title><link>https://devzone.nordicsemi.com/thread/96395?ContentTypeID=1</link><pubDate>Wed, 23 Aug 2017 01:48:20 GMT</pubDate><guid isPermaLink="false">137ad170-7792-4731-bb38-c0d22fbe4515:02ddb15c-8051-4918-8e20-3d1e9e1b52e9</guid><dc:creator>Stanley</dc:creator><description>&lt;p&gt;I have uploaded the image both of two devices. the left side is SDK v12.0.0 peripheral blinky, the right side is the beacon which we bought it from China. We would like to develop a beacon scanner for door security purpose. Due to the beacon product is more cheaper in China than Taiwan, so we want to focus on scanner with security application. The issuue on v12.0.0 blinky central SDK is that the local name cannot be found from blinky. Why we implement beacon scanner based on blinky application is that we saw someone who also want to make a beacon scanner on nRF51822  platform. We searched this topic in Nordic Developer Zone.&lt;/p&gt;&lt;div style="clear:both;"&gt;&lt;/div&gt;</description></item><item><title>RE: Scan beacon local name</title><link>https://devzone.nordicsemi.com/thread/96392?ContentTypeID=1</link><pubDate>Tue, 22 Aug 2017 17:33:16 GMT</pubDate><guid isPermaLink="false">137ad170-7792-4731-bb38-c0d22fbe4515:66b2b009-596b-4eaa-86b9-a696be637d57</guid><dc:creator>J&amp;#248;rgen Holmefjord</dc:creator><description>&lt;p&gt;You can upload images by editing your original question. Is the issue with connection or with service discovery? UUID should not matter for matching the name and initiate the connection. Could you explain in more detail what you are trying to do? The SDK have changed quite a bit from SDK v9.0.0 until SDK v12.0.0.&lt;/p&gt;&lt;div style="clear:both;"&gt;&lt;/div&gt;</description></item><item><title>RE: Scan beacon local name</title><link>https://devzone.nordicsemi.com/thread/96393?ContentTypeID=1</link><pubDate>Tue, 22 Aug 2017 15:16:38 GMT</pubDate><guid isPermaLink="false">137ad170-7792-4731-bb38-c0d22fbe4515:e7087d0b-40d1-4fa6-81d3-177fba995baa</guid><dc:creator>Stanley</dc:creator><description>&lt;p&gt;I check the SDK v9.0.0. There is a &amp;quot;MULTILINK_PERIPHERAL_BASE_UUID&amp;quot; at the both of central and peripheral. I don&amp;#39;t know is it a cause to make this issue happened, but I cannot found this UUID at SDK v12.0.0.&lt;/p&gt;&lt;div style="clear:both;"&gt;&lt;/div&gt;</description></item><item><title>RE: Scan beacon local name</title><link>https://devzone.nordicsemi.com/thread/96390?ContentTypeID=1</link><pubDate>Tue, 22 Aug 2017 14:57:10 GMT</pubDate><guid isPermaLink="false">137ad170-7792-4731-bb38-c0d22fbe4515:e5b80e9e-9769-4581-ad69-245d08ce934c</guid><dc:creator>Stanley</dc:creator><description>&lt;p&gt;How can I upload the photo for you to check it?&lt;/p&gt;&lt;div style="clear:both;"&gt;&lt;/div&gt;</description></item><item><title>RE: Scan beacon local name</title><link>https://devzone.nordicsemi.com/thread/96389?ContentTypeID=1</link><pubDate>Tue, 22 Aug 2017 14:56:23 GMT</pubDate><guid isPermaLink="false">137ad170-7792-4731-bb38-c0d22fbe4515:2bd4aa0d-e1c0-4da6-be81-6b179666c9dc</guid><dc:creator>Stanley</dc:creator><description>&lt;p&gt;I checked the advertising data on LightBlue. I found the difference when I tried to connect to device. The UUID what I saw on LightBlue is different, but the local name is the same, showing up &amp;quot;MiniBeacon_xxxxx&amp;quot; (xxxxx means a s/n number). Is possible the different UUID cause this issue?&lt;/p&gt;&lt;div style="clear:both;"&gt;&lt;/div&gt;</description></item><item><title>RE: Scan beacon local name</title><link>https://devzone.nordicsemi.com/thread/96391?ContentTypeID=1</link><pubDate>Tue, 22 Aug 2017 13:40:59 GMT</pubDate><guid isPermaLink="false">137ad170-7792-4731-bb38-c0d22fbe4515:75cdc236-55d1-46c4-8d79-6cd734af707e</guid><dc:creator>J&amp;#248;rgen Holmefjord</dc:creator><description>&lt;p&gt;There should not be any limitations in the name other than the available bytes in the advertising packet. Have you tried doing some log printing, to check if &lt;code&gt;m_target_periph_name&lt;/code&gt; is set to what you expect, and if any name is found in the advertising packets?&lt;/p&gt;&lt;div style="clear:both;"&gt;&lt;/div&gt;</description></item><item><title>RE: Scan beacon local name</title><link>https://devzone.nordicsemi.com/thread/96394?ContentTypeID=1</link><pubDate>Tue, 22 Aug 2017 08:54:15 GMT</pubDate><guid isPermaLink="false">137ad170-7792-4731-bb38-c0d22fbe4515:6a35eca8-a54c-4f2e-8fa6-0b72e5b25bce</guid><dc:creator>Stanley</dc:creator><description>&lt;p&gt;Yes, I have checked the local name at lightblue. It can be identified at lightblue. Is there any limited about the length of periph_name? The original one is &amp;quot;Nordic_Blinky&amp;quot;, and I changed it to &amp;quot;beacon_00001&amp;quot;&lt;/p&gt;&lt;div style="clear:both;"&gt;&lt;/div&gt;</description></item><item><title>RE: Scan beacon local name</title><link>https://devzone.nordicsemi.com/thread/96388?ContentTypeID=1</link><pubDate>Mon, 21 Aug 2017 07:53:24 GMT</pubDate><guid isPermaLink="false">137ad170-7792-4731-bb38-c0d22fbe4515:10e3ed9d-7bdb-4aeb-94c1-9cac11b9c303</guid><dc:creator>J&amp;#248;rgen Holmefjord</dc:creator><description>&lt;p&gt;It should be sufficient to change &lt;code&gt;m_target_periph_name&lt;/code&gt;. Have you checked the advertising data of the beacon, that the local name is present and identical to the one you used in &lt;code&gt;m_target_periph_name&lt;/code&gt;?&lt;/p&gt;&lt;div style="clear:both;"&gt;&lt;/div&gt;</description></item></channel></rss>