<?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>Bluetooth ID identification</title><link>https://devzone.nordicsemi.com/f/nordic-q-a/14125/bluetooth-id-identification</link><description>Bluetooth device directional broadcast (set my mobile phone Bluetooth device address), I open the phone Bluetooth, will automatically link if you can not automatically connect, then how to solve the problem with app?</description><dc:language>en-US</dc:language><generator>Telligent Community 13</generator><lastBuildDate>Thu, 02 Jun 2016 08:01:39 GMT</lastBuildDate><atom:link rel="self" type="application/rss+xml" href="https://devzone.nordicsemi.com/f/nordic-q-a/14125/bluetooth-id-identification" /><item><title>RE: Bluetooth ID identification</title><link>https://devzone.nordicsemi.com/thread/53977?ContentTypeID=1</link><pubDate>Thu, 02 Jun 2016 08:01:39 GMT</pubDate><guid isPermaLink="false">137ad170-7792-4731-bb38-c0d22fbe4515:db88d0ce-09d2-45c0-b852-ec6183d231c4</guid><dc:creator>Stian R&amp;#248;ed Hafskjold</dc:creator><description>&lt;p&gt;I think you are mixing BLE (Bluetooth Low Energy/Bluetooth 4.0) and Bluetooth Classic (Bluetooth 2.1/3.0). With Bluetooth classic you can set your mobile in discoverable mode, so others can find it. This is not possible with BLE, unless you have written an app for it. Please see this post: &lt;a href="http://stackoverflow.com/questions/27211573/bluetooth-low-energy-advertising-to-be-discoverable-in-ios-settings"&gt;stackoverflow.com/.../bluetooth-low-energy-advertising-to-be-discoverable-in-ios-settings&lt;/a&gt;&lt;/p&gt;
&lt;p&gt;Nordic make BLE chips, not Bluetooth classic chips.&lt;/p&gt;&lt;div style="clear:both;"&gt;&lt;/div&gt;</description></item><item><title>RE: Bluetooth ID identification</title><link>https://devzone.nordicsemi.com/thread/53978?ContentTypeID=1</link><pubDate>Thu, 02 Jun 2016 01:42:06 GMT</pubDate><guid isPermaLink="false">137ad170-7792-4731-bb38-c0d22fbe4515:91085eec-ba7e-49a5-88de-33ae24c002da</guid><dc:creator>Sriun</dc:creator><description>&lt;p&gt;Excuse me, why do two mobile phone all open blue tooth, can search each other to if my equipment search, can search to the accessory already opened the Bluetooth mobile phone?&lt;/p&gt;&lt;div style="clear:both;"&gt;&lt;/div&gt;</description></item><item><title>RE: Bluetooth ID identification</title><link>https://devzone.nordicsemi.com/thread/53980?ContentTypeID=1</link><pubDate>Wed, 01 Jun 2016 08:34:17 GMT</pubDate><guid isPermaLink="false">137ad170-7792-4731-bb38-c0d22fbe4515:98ae3ba7-a976-4b93-bd96-d84381e6accb</guid><dc:creator>Stian R&amp;#248;ed Hafskjold</dc:creator><description>&lt;p&gt;It is not possible if your phone is not advertising.&lt;/p&gt;&lt;div style="clear:both;"&gt;&lt;/div&gt;</description></item><item><title>RE: Bluetooth ID identification</title><link>https://devzone.nordicsemi.com/thread/53979?ContentTypeID=1</link><pubDate>Wed, 01 Jun 2016 02:58:59 GMT</pubDate><guid isPermaLink="false">137ad170-7792-4731-bb38-c0d22fbe4515:852ae035-a754-413a-89eb-4aae80dc9e6d</guid><dc:creator>Sriun</dc:creator><description>&lt;p&gt;Thank you，If I want to get the phone&amp;#39;s Bluetooth address, but I don&amp;#39;t want the phone with my equipment to carry out a link process, which can achieve it?&lt;/p&gt;&lt;div style="clear:both;"&gt;&lt;/div&gt;</description></item><item><title>RE: Bluetooth ID identification</title><link>https://devzone.nordicsemi.com/thread/53976?ContentTypeID=1</link><pubDate>Fri, 27 May 2016 09:40:35 GMT</pubDate><guid isPermaLink="false">137ad170-7792-4731-bb38-c0d22fbe4515:106f4165-a89a-490d-885b-348dd2cacd75</guid><dc:creator>Stian R&amp;#248;ed Hafskjold</dc:creator><description>&lt;p&gt;Hi,&lt;/p&gt;
&lt;p&gt;Seems like you are trying to ask a similar question here: &lt;a href="https://devzone.nordicsemi.com/question/80762/ble-equipment-from-the-machine-and-mobile-phone-automatic-link-problem/"&gt;devzone.nordicsemi.com/.../&lt;/a&gt;&lt;/p&gt;
&lt;p&gt;It&amp;#39;s not easy to understand what you want. Can you please describe your setup more detailed?&lt;/p&gt;
&lt;p&gt;In general:&lt;/p&gt;
&lt;p&gt;In the BLE world you have a scanner and an advertiser. The scanner is scanning for other devices that are advertising, and if the scanner decides that he wants to connect to one of the advertisers, it sends out a connection request. Then the advertiser can decide if he wants to connect or not.&lt;/p&gt;
&lt;p&gt;The mobile phone usually acts as the scanner, so it is the phone that initiates the connection to your device, not the other way around.&lt;/p&gt;
&lt;p&gt;Do you have a custom application on the phone, or are you going to use the built-in BLE scanner in Android/iOS?&lt;/p&gt;
&lt;p&gt;If you do not have a custom application, you have to connect to the device and then pair with it in order for it to automatically connect in the future. This is just how it works and you cannot change that. Image if you could create an advertising device that any mobile phone connected to and paired with without any confirmation, that would not be very secure.&lt;/p&gt;
&lt;p&gt;I understand that this procedure is not very user friendly if you want something that is simple and just works. A solution to this could be NFC. With NFC you can pair with the phone by just touching your device on the phone. Then it will automatically connect. Check out this video: &lt;a href="https://www.youtube.com/watch?v=B5UB_St7jAM"&gt;www.youtube.com/watch&lt;/a&gt;&lt;/p&gt;
&lt;p&gt;If you want to create your own app, you need to know how to do Android/iOS development. If you don&amp;#39;t know that I would suggest that you start here, &lt;a href="https://developer.android.com/about/start.html"&gt;developer.android.com/.../start.html&lt;/a&gt;, or here, &lt;a href="https://developer.apple.com/programs/how-it-works/."&gt;developer.apple.com/.../.&lt;/a&gt;&lt;/p&gt;&lt;div style="clear:both;"&gt;&lt;/div&gt;</description></item></channel></rss>