<?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>Android app</title><link>https://devzone.nordicsemi.com/f/nordic-q-a/21533/android-app</link><description>Hi, i&amp;#39;m currently using two NRF52 (1 central and 1 peripheral) using the ble_app_blinky and the ble_app_multilink_central. 
 I would now like to connect my Android phone with the Central in ordrer to control several NRF devices. 
 How can I do ? Thank</description><dc:language>en-US</dc:language><generator>Telligent Community 13</generator><lastBuildDate>Fri, 21 Apr 2017 14:28:38 GMT</lastBuildDate><atom:link rel="self" type="application/rss+xml" href="https://devzone.nordicsemi.com/f/nordic-q-a/21533/android-app" /><item><title>RE: Android app</title><link>https://devzone.nordicsemi.com/thread/84535?ContentTypeID=1</link><pubDate>Fri, 21 Apr 2017 14:28:38 GMT</pubDate><guid isPermaLink="false">137ad170-7792-4731-bb38-c0d22fbe4515:ea304836-01db-4f80-a587-b96c8a3684af</guid><dc:creator>J&amp;#248;rgen Holmefjord</dc:creator><description>&lt;p&gt;The central will receive advertising packets from the phone. You should fill the advertising packets with data so that the central can identify the device. For instance, the &lt;a href="http://infocenter.nordicsemi.com/topic/com.nordic.infocenter.sdk5.v13.0.0/ble_sdk_app_multilink.html?cp=4_0_0_4_1_0_1"&gt;multi-link central&lt;/a&gt; will connect to any devices which advertise the name &amp;quot;&lt;em&gt;Nordic_Blinky&lt;/em&gt;&amp;quot;, while the &lt;a href="http://infocenter.nordicsemi.com/topic/com.nordic.infocenter.sdk5.v13.0.0/ble_sdk_app_nus_c.html?cp=4_0_0_4_1_0_3"&gt;BLE UART client example&lt;/a&gt; will connect to devices advertising the &lt;a href="http://infocenter.nordicsemi.com/topic/com.nordic.infocenter.sdk5.v13.0.0/ble_sdk_app_nus_eval.html?cp=4_0_0_4_1_2_17"&gt;NUS UUID&lt;/a&gt;.&lt;/p&gt;&lt;div style="clear:both;"&gt;&lt;/div&gt;</description></item><item><title>RE: Android app</title><link>https://devzone.nordicsemi.com/thread/84534?ContentTypeID=1</link><pubDate>Fri, 21 Apr 2017 14:22:43 GMT</pubDate><guid isPermaLink="false">137ad170-7792-4731-bb38-c0d22fbe4515:7a428108-245a-46e9-a86a-568ce6beadd5</guid><dc:creator>Sebastien</dc:creator><description>&lt;p&gt;Ok, if I use the BluetoothLeAdvertiser method how to tell the Central the ID of my phone ?&lt;/p&gt;
&lt;p&gt;Thank you very much&lt;/p&gt;&lt;div style="clear:both;"&gt;&lt;/div&gt;</description></item><item><title>RE: Android app</title><link>https://devzone.nordicsemi.com/thread/84533?ContentTypeID=1</link><pubDate>Fri, 21 Apr 2017 13:59:14 GMT</pubDate><guid isPermaLink="false">137ad170-7792-4731-bb38-c0d22fbe4515:e928e423-6e19-4738-82fe-e71eb29e0d5b</guid><dc:creator>J&amp;#248;rgen Holmefjord</dc:creator><description>&lt;p&gt;Hi,&lt;/p&gt;
&lt;p&gt;If you have a phone with a recent Android version, you can &lt;a href="https://developer.android.com/reference/android/bluetooth/le/BluetoothLeAdvertiser.html"&gt;setup nRF connect to do advertising&lt;/a&gt; to allow the central to connect to the phone. This is &lt;a href="https://developer.android.com/reference/android/bluetooth/le/BluetoothLeAdvertiser.html"&gt;supported from Android API version 21&lt;/a&gt;.&lt;/p&gt;
&lt;p&gt;A more common approach is to setup the central device to also be a peripheral. You can find an example of concurrent central and peripheral in &lt;a href="http://infocenter.nordicsemi.com/topic/com.nordic.infocenter.sdk5.v13.0.0/examples_ble_cen_per.html?cp=4_0_0_4_1_1"&gt;these SDK examples&lt;/a&gt;. This will also allow phones that don&amp;#39;t support advertising to be able to control the peripheral devices.&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></channel></rss>