<?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>nRF51822 change device name and ibeacon</title><link>https://devzone.nordicsemi.com/f/nordic-q-a/9140/nrf51822-change-device-name-and-ibeacon</link><description>Problem 
 I got some problem in change device name. 
 I found that the function of ble.gap.setDeviceName(deviceName) is useless. 
 So I&amp;#39;ve searching for another function. And I found at this website . 
 And it works. 
 But the point is when I try</description><dc:language>en-US</dc:language><generator>Telligent Community 13</generator><lastBuildDate>Thu, 10 Sep 2015 08:54:58 GMT</lastBuildDate><atom:link rel="self" type="application/rss+xml" href="https://devzone.nordicsemi.com/f/nordic-q-a/9140/nrf51822-change-device-name-and-ibeacon" /><item><title>RE: nRF51822 change device name and ibeacon</title><link>https://devzone.nordicsemi.com/thread/33690?ContentTypeID=1</link><pubDate>Thu, 10 Sep 2015 08:54:58 GMT</pubDate><guid isPermaLink="false">137ad170-7792-4731-bb38-c0d22fbe4515:469c16ed-b404-44ba-a6a1-18b2f84b29a2</guid><dc:creator>Hung Bui</dc:creator><description>&lt;p&gt;Usually, you will handle connection in your app, not in the Bluetooth Setting window. And in your app, you can filter using UUID when scanning, or you can scan without filter, but can check the advertising packet data to find the UUID of your beacon(s).&lt;/p&gt;
&lt;p&gt;By spec, iBeacon should not be connectable. If you want it to be connectable, you should set it as configuration mode, and you only enter configuration mode on certain condition (such as on a button press). You can refer to our nRF Smart Beacon kit.&lt;/p&gt;
&lt;p&gt;AFAIK, They are almost the same. BLE is the new name, BLEDevice is the old one, they keep BLEDevice to make it backward compatible.&lt;/p&gt;&lt;div style="clear:both;"&gt;&lt;/div&gt;</description></item><item><title>RE: nRF51822 change device name and ibeacon</title><link>https://devzone.nordicsemi.com/thread/33689?ContentTypeID=1</link><pubDate>Wed, 09 Sep 2015 17:16:33 GMT</pubDate><guid isPermaLink="false">137ad170-7792-4731-bb38-c0d22fbe4515:05b8b6ca-c2d2-4db3-9b91-c85182b05d3d</guid><dc:creator>David Lee</dc:creator><description>&lt;p&gt;I was guessing that if I didn&amp;#39;t set up device name, it will not able to show in the bluetooth device list of cellphone.
So maybe I can&amp;#39;t found the device through my APP.&lt;/p&gt;
&lt;p&gt;Because I want to make sure the data that advertised by beacons can be modify with an APP by connecting them.&lt;/p&gt;
&lt;p&gt;So if I using iBeaconService. Am I able to connect the device, or the device can only broadcasting?&lt;/p&gt;
&lt;p&gt;Another question is that. I was confusing about what is the difference about BLE and BLEDevice module.
Their functions seems familiar.&lt;/p&gt;
&lt;p&gt;Thank you.&lt;/p&gt;&lt;div style="clear:both;"&gt;&lt;/div&gt;</description></item><item><title>RE: nRF51822 change device name and ibeacon</title><link>https://devzone.nordicsemi.com/thread/33688?ContentTypeID=1</link><pubDate>Wed, 09 Sep 2015 12:42:07 GMT</pubDate><guid isPermaLink="false">137ad170-7792-4731-bb38-c0d22fbe4515:f7833fbf-ca9c-4a7e-a425-c05325478287</guid><dc:creator>Hung Bui</dc:creator><description>&lt;p&gt;Hi David,&lt;/p&gt;
&lt;p&gt;By using iBeaconService you already add 30 bytes to the advertising packet. And you have no space left to add the device name in ( the maximum payload for the advertising packet is 31). If you check the return code from the accumulateAdvertisingPayload() call, you will find an error code.&lt;/p&gt;
&lt;p&gt;But why don&amp;#39;t you detect your device using the UUID in the advertising packet, instead of using name ?&lt;/p&gt;&lt;div style="clear:both;"&gt;&lt;/div&gt;</description></item></channel></rss>