<?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>Generator of &amp;quot;Passkey&amp;quot; in &amp;quot;LE Secure Connections&amp;quot;</title><link>https://devzone.nordicsemi.com/f/nordic-q-a/49676/generator-of-passkey-in-le-secure-connections</link><description>I want to realize &amp;quot;LE Secure Connection&amp;quot; with &amp;quot;Passkey Entry&amp;quot; or &amp;quot;Numeric Comparison&amp;quot;. I know that &amp;quot;passkey&amp;quot; is obtained in the &amp;quot;BLE_GAP_EVT_PASSKEY_DISPLAY&amp;quot; event. Who produces this &amp;quot;passkey&amp;quot;? I think that they share the &amp;quot;passkey&amp;quot; generated by either</description><dc:language>en-US</dc:language><generator>Telligent Community 13</generator><lastBuildDate>Wed, 17 Jul 2019 23:34:50 GMT</lastBuildDate><atom:link rel="self" type="application/rss+xml" href="https://devzone.nordicsemi.com/f/nordic-q-a/49676/generator-of-passkey-in-le-secure-connections" /><item><title>RE: Generator of "Passkey" in "LE Secure Connections"</title><link>https://devzone.nordicsemi.com/thread/199093?ContentTypeID=1</link><pubDate>Wed, 17 Jul 2019 23:34:50 GMT</pubDate><guid isPermaLink="false">137ad170-7792-4731-bb38-c0d22fbe4515:cb102614-fd1e-4329-a722-8a0d50a81bf7</guid><dc:creator>takashina hiroki</dc:creator><description>&lt;p&gt;Thank you for answering.&lt;br /&gt;I understood that.&lt;/p&gt;&lt;div style="clear:both;"&gt;&lt;/div&gt;</description></item><item><title>RE: Generator of "Passkey" in "LE Secure Connections"</title><link>https://devzone.nordicsemi.com/thread/198153?ContentTypeID=1</link><pubDate>Fri, 12 Jul 2019 12:01:40 GMT</pubDate><guid isPermaLink="false">137ad170-7792-4731-bb38-c0d22fbe4515:eac4713d-5372-4669-bf51-cee3c58a252e</guid><dc:creator>AndreasF</dc:creator><description>&lt;p&gt;Hi.&lt;/p&gt;
&lt;p&gt;The passkey is RNG from the SoftDevice.&lt;/p&gt;
&lt;p&gt;Which device, central or peripheral, that generates it depends on which side is input / displaying the passkey.&lt;/p&gt;
&lt;p&gt;Usually the peripheral is displaying the passkey and the central is inputting the passkey.&lt;/p&gt;
&lt;p&gt;Edit: If you have any other questions please create a new ticket, I&amp;#39;m going on holiday :-)&lt;/p&gt;
&lt;p&gt;Best regards,&lt;/p&gt;
&lt;p&gt;Andreas&lt;/p&gt;&lt;div style="clear:both;"&gt;&lt;/div&gt;</description></item><item><title>RE: Generator of "Passkey" in "LE Secure Connections"</title><link>https://devzone.nordicsemi.com/thread/198006?ContentTypeID=1</link><pubDate>Fri, 12 Jul 2019 07:26:21 GMT</pubDate><guid isPermaLink="false">137ad170-7792-4731-bb38-c0d22fbe4515:1057197c-9755-470a-a243-f48d45107a0a</guid><dc:creator>takashina hiroki</dc:creator><description>&lt;p&gt;Excuse me, it seems that my explanation was bad.&lt;/p&gt;
&lt;p&gt;&amp;quot;Passkey&amp;quot; is a recognition that is randomly generated, but I want to know who is generating this random number (&amp;quot;central&amp;quot; or &amp;quot;peripheral&amp;quot;).&lt;/p&gt;
&lt;p&gt;For example, in the case of &amp;quot;Numeric Comparison&amp;quot;, both display the same random number.&lt;br /&gt;I think that it does not match when generating random numbers respectively on both devices.&lt;br /&gt;Therefore, I think that they share the &amp;quot;passkey&amp;quot; generated by either &amp;quot;central&amp;quot; or &amp;quot;peripheral&amp;quot;.&lt;/p&gt;&lt;div style="clear:both;"&gt;&lt;/div&gt;</description></item><item><title>RE: Generator of "Passkey" in "LE Secure Connections"</title><link>https://devzone.nordicsemi.com/thread/197988?ContentTypeID=1</link><pubDate>Fri, 12 Jul 2019 06:45:31 GMT</pubDate><guid isPermaLink="false">137ad170-7792-4731-bb38-c0d22fbe4515:f1bdbf2e-9994-49b0-b25d-7675f37bf9e3</guid><dc:creator>AndreasF</dc:creator><description>&lt;p&gt;Hi.&lt;/p&gt;
&lt;p&gt;Can you take a look at this message sequence chart: &lt;a href="https://infocenter.nordicsemi.com/index.jsp?topic=%2Fcom.nordic.infocenter.s140.api.v6.1.1%2Fgroup___b_l_e___g_a_p___c_e_n_t_r_a_l___l_e_s_c___b_o_n_d_i_n_g___p_k_e___p_d___m_s_c.html"&gt;Bonding: Passkey Entry: Central Displays&lt;/a&gt;.&lt;/p&gt;
&lt;p&gt;You get the event BLE_GAP_EVT_PASSKEY_DISPLAY after sd_ble_Gap_sec_params_reply() returns NRF_SUCCESS.&lt;/p&gt;
&lt;p&gt;For the input, please look at this message sequence chart: &lt;a href="https://infocenter.nordicsemi.com/index.jsp?topic=%2Fcom.nordic.infocenter.s140.api.v6.1.1%2Fgroup___b_l_e___g_a_p___c_e_n_t_r_a_l___l_e_s_c___b_o_n_d_i_n_g___p_k_e___c_d___m_s_c.html"&gt;Bonding: Passkey Entry: User Inputs on Central&lt;/a&gt;.&lt;/p&gt;
&lt;p&gt;The passkey is given as input in when the App receives the BLE_GAP_EVT_AUTH_KEY_REQUEST event.&lt;/p&gt;
&lt;p&gt;Best regards,&lt;/p&gt;
&lt;p&gt;Andreas&lt;/p&gt;&lt;div style="clear:both;"&gt;&lt;/div&gt;</description></item></channel></rss>