<?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>Get applicant profile</title><link>https://devzone.nordicsemi.com/f/nordic-q-a/63927/get-applicant-profile</link><description>Good day; 
 I read the relevant posts. But I&amp;#39;m confused and do not understand. 
 1. What is the best way to identify the requesting device? Its specification identify is unique to each device(like a smartphone) and user can&amp;#39;t change it. 
 2. Can user</description><dc:language>en-US</dc:language><generator>Telligent Community 13</generator><lastBuildDate>Thu, 23 Jul 2020 13:15:44 GMT</lastBuildDate><atom:link rel="self" type="application/rss+xml" href="https://devzone.nordicsemi.com/f/nordic-q-a/63927/get-applicant-profile" /><item><title>RE: Get applicant profile</title><link>https://devzone.nordicsemi.com/thread/261374?ContentTypeID=1</link><pubDate>Thu, 23 Jul 2020 13:15:44 GMT</pubDate><guid isPermaLink="false">137ad170-7792-4731-bb38-c0d22fbe4515:c681c991-c95b-4da5-844b-fe08e8df870f</guid><dc:creator>Hung Bui</dc:creator><description>&lt;p&gt;When you advertise without whitelisting or directed advertising, the connect request is always accepted automatically. The application can&amp;#39;t choose to accept or reject that connect request.&amp;nbsp;&lt;/p&gt;
&lt;p&gt;When the connection is established you will receive&amp;nbsp;BLE_GAP_EVT_CONNECTED event. You can find we handle this event in main.c in many of our bluetooth example.&amp;nbsp;&lt;/p&gt;
&lt;p&gt;Inside this event you can find the central/phone address (not UUID) inside&amp;nbsp;p_ble_evt-&amp;gt;gap_evt.connected.peer_addr&lt;br /&gt;&lt;br /&gt;If the peer_adr is not what something allowed, you can decide to disconnect by calling&amp;nbsp;sd_ble_gap_disconnect()&lt;/p&gt;&lt;div style="clear:both;"&gt;&lt;/div&gt;</description></item><item><title>RE: Get applicant profile</title><link>https://devzone.nordicsemi.com/thread/261174?ContentTypeID=1</link><pubDate>Wed, 22 Jul 2020 11:15:20 GMT</pubDate><guid isPermaLink="false">137ad170-7792-4731-bb38-c0d22fbe4515:6904e177-c515-4a78-8e19-ab7bcfd980b1</guid><dc:creator>Bizadi</dc:creator><description>&lt;p&gt;Maybe I could not explain what I meant.&lt;/p&gt;
&lt;p&gt;I&amp;nbsp;use SES and NRF52 SDK (S132) of Version 16 .&amp;nbsp;I&amp;nbsp;&lt;span&gt;clarify&amp;nbsp;my question in that diagram. pls review that .&lt;/span&gt;&lt;/p&gt;
&lt;p&gt;&lt;span&gt;I&amp;nbsp;show a flowchart in an application&amp;nbsp;. after initialize and start advertising with NRF, a device (like smartphone) scan and find NRF , then send a request for NRF . true ? I want get that request in a variable in my app, also read and save scanner UUID in a variable.&amp;nbsp;&lt;/span&gt;&lt;span&gt;Then send accept response to scanner .&amp;nbsp;&lt;/span&gt;&lt;/p&gt;&lt;div style="clear:both;"&gt;&lt;/div&gt;</description></item><item><title>RE: Get applicant profile</title><link>https://devzone.nordicsemi.com/thread/261163?ContentTypeID=1</link><pubDate>Wed, 22 Jul 2020 10:00:02 GMT</pubDate><guid isPermaLink="false">137ad170-7792-4731-bb38-c0d22fbe4515:bd35db43-70e3-44c1-b9de-9daa7d455e9c</guid><dc:creator>Hung Bui</dc:creator><description>&lt;p&gt;I&amp;#39;m not sure I understand what you&amp;#39;re trying to describe.&amp;nbsp;&lt;br /&gt;Please clarify which platform are you developing your application ? nRF5 SDK or NCS SDK ?&amp;nbsp;&lt;br /&gt;Have you tried any of our example ?&amp;nbsp;&lt;/p&gt;&lt;div style="clear:both;"&gt;&lt;/div&gt;</description></item><item><title>RE: Get applicant profile</title><link>https://devzone.nordicsemi.com/thread/261019?ContentTypeID=1</link><pubDate>Tue, 21 Jul 2020 14:23:07 GMT</pubDate><guid isPermaLink="false">137ad170-7792-4731-bb38-c0d22fbe4515:c2f328b8-dafb-422e-8b4f-91b5c15ced7c</guid><dc:creator>Bizadi</dc:creator><description>&lt;p&gt;1. I just want the names of the variables. For example, the variable that receives the request from the central scanner&amp;nbsp;or a variable that sends confirmation to the scanner.&lt;/p&gt;&lt;div style="clear:both;"&gt;&lt;/div&gt;</description></item><item><title>RE: Get applicant profile</title><link>https://devzone.nordicsemi.com/thread/260992?ContentTypeID=1</link><pubDate>Tue, 21 Jul 2020 12:34:09 GMT</pubDate><guid isPermaLink="false">137ad170-7792-4731-bb38-c0d22fbe4515:077ae742-f07a-4857-9e8f-1859f6786b76</guid><dc:creator>Hung Bui</dc:creator><description>&lt;p&gt;I don&amp;#39;t think you are using Bluetooth terms in your diagram.&amp;nbsp;&lt;/p&gt;
&lt;p&gt;&lt;br /&gt;There is no way to get the device identity without doing bonding. The identity is only exchanged after the link has been encrypted.&amp;nbsp;&lt;br /&gt;You can get the device&amp;#39;s address when you get connected but that doesn&amp;#39;t guarantee that you have the static address or if the device won&amp;#39;t change the address in the future.&amp;nbsp;&lt;/p&gt;
&lt;p&gt;I would suggest to study a little bit more on Bluetooth terms and the spec. You can read a little bit more about the bluetooth address and privacy here:&amp;nbsp;&lt;a href="https://www.novelbits.io/bluetooth-address-privacy-ble/"&gt;https://www.novelbits.io/bluetooth-address-privacy-ble/&lt;/a&gt;&lt;/p&gt;&lt;div style="clear:both;"&gt;&lt;/div&gt;</description></item><item><title>RE: Get applicant profile</title><link>https://devzone.nordicsemi.com/thread/260875?ContentTypeID=1</link><pubDate>Mon, 20 Jul 2020 17:19:48 GMT</pubDate><guid isPermaLink="false">137ad170-7792-4731-bb38-c0d22fbe4515:5d276cd2-78c3-46ed-a030-05a2e17726ac</guid><dc:creator>Bizadi</dc:creator><description>&lt;p&gt;no . I make this to clarify and explain my questions. Is it wrong?&lt;/p&gt;&lt;div style="clear:both;"&gt;&lt;/div&gt;</description></item><item><title>RE: Get applicant profile</title><link>https://devzone.nordicsemi.com/thread/260829?ContentTypeID=1</link><pubDate>Mon, 20 Jul 2020 14:01:31 GMT</pubDate><guid isPermaLink="false">137ad170-7792-4731-bb38-c0d22fbe4515:6d0712ef-74bb-432a-9bde-d800f9e75fc6</guid><dc:creator>Hung Bui</dc:creator><description>&lt;p&gt;Hi Arizan,&amp;nbsp;&lt;br /&gt;Could you explain from where you get the diagram ? It doesn&amp;#39;t look like something that we made or something related to BLE.&amp;nbsp;&lt;/p&gt;&lt;div style="clear:both;"&gt;&lt;/div&gt;</description></item></channel></rss>