<?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>static passkey with SDK 10</title><link>https://devzone.nordicsemi.com/f/nordic-q-a/12919/static-passkey-with-sdk-10</link><description>The example on github for static passkey imnplementation with nus is written for SDK 7.I think API have changed form SDK 7 to SDK 10. Any one has implemented it in SDK 10?
I am fairly new to the BLE development and still learning the API.. 
 Please</description><dc:language>en-US</dc:language><generator>Telligent Community 13</generator><lastBuildDate>Mon, 04 Apr 2016 12:29:50 GMT</lastBuildDate><atom:link rel="self" type="application/rss+xml" href="https://devzone.nordicsemi.com/f/nordic-q-a/12919/static-passkey-with-sdk-10" /><item><title>RE: static passkey with SDK 10</title><link>https://devzone.nordicsemi.com/thread/49198?ContentTypeID=1</link><pubDate>Mon, 04 Apr 2016 12:29:50 GMT</pubDate><guid isPermaLink="false">137ad170-7792-4731-bb38-c0d22fbe4515:369e7ede-d6c4-4971-bdc0-8501c1131203</guid><dc:creator>FormerMember</dc:creator><description>&lt;p&gt;The tutorial &lt;a href="https://devzone.nordicsemi.com/tutorials/24/"&gt;&amp;quot;migrating to peer manager&amp;quot;&lt;/a&gt; may also be useful.&lt;/p&gt;&lt;div style="clear:both;"&gt;&lt;/div&gt;</description></item><item><title>RE: static passkey with SDK 10</title><link>https://devzone.nordicsemi.com/thread/49200?ContentTypeID=1</link><pubDate>Mon, 04 Apr 2016 12:28:03 GMT</pubDate><guid isPermaLink="false">137ad170-7792-4731-bb38-c0d22fbe4515:8e00ff88-4487-4c3f-bb89-7f11083a5589</guid><dc:creator>FormerMember</dc:creator><description>&lt;p&gt;As you probably know, there is a UART central example in the SDK, ble_app_uart_c (without bonding implemented).
&lt;a href="https://devzone.nordicsemi.com/tutorials/15/"&gt;This&lt;/a&gt; tutorial shows how to include the device manager module in an project. However, the device manager module was replaced by the peer manager in SDK 11. But I would think that adding the peer manager module to a project should be done approximately the same way as adding the device manager module to a project.&lt;/p&gt;
&lt;p&gt;The experimental central example ble_app_rscs_c uses the peer manager module, it can be useful to take a look that example as well.&lt;/p&gt;&lt;div style="clear:both;"&gt;&lt;/div&gt;</description></item><item><title>RE: static passkey with SDK 10</title><link>https://devzone.nordicsemi.com/thread/49199?ContentTypeID=1</link><pubDate>Mon, 04 Apr 2016 10:58:32 GMT</pubDate><guid isPermaLink="false">137ad170-7792-4731-bb38-c0d22fbe4515:04f8b6a7-d737-4cd3-b8c1-aa985c78c01c</guid><dc:creator>Punit</dc:creator><description>&lt;p&gt;Thanks for the answer Kristin.Now i atleast understand connection-bonding.I will try to use the SDK11 for my application.My other question is how to &lt;strong&gt;setup a master[NUS]&lt;/strong&gt; on the &lt;strong&gt;nRF51-DK with a static passkey mechanism&lt;/strong&gt;.I just need a headstart and i will try to implement it myself.....&lt;/p&gt;&lt;div style="clear:both;"&gt;&lt;/div&gt;</description></item><item><title>RE: static passkey with SDK 10</title><link>https://devzone.nordicsemi.com/thread/49197?ContentTypeID=1</link><pubDate>Mon, 04 Apr 2016 10:11:39 GMT</pubDate><guid isPermaLink="false">137ad170-7792-4731-bb38-c0d22fbe4515:6c0b7060-fa0a-4208-aa35-551b9ed90866</guid><dc:creator>FormerMember</dc:creator><description>&lt;p&gt;You can implement static passkey by following the &lt;a href="http://infocenter.nordicsemi.com/index.jsp?topic=%2Fcom.nordic.infocenter.s130.api.v2.0.0%2Fgroup___b_l_e___g_a_p___p_e_r_i_p_h___b_o_n_d_i_n_g___s_t_a_t_i_c___p_k___m_s_c.html&amp;amp;cp=2_6_2_1_0_2_1_3_8_7_1"&gt;this&lt;/a&gt; message sequence chart.&lt;/p&gt;
&lt;p&gt;For development, I would recommend you to use the latest version of the SDK, SDK 11. Also note that the module that handles bonding, the peer_manager, is not included in the ble_app_uart example in the SDK.&lt;/p&gt;
&lt;p&gt;&lt;strong&gt;1)&lt;/strong&gt;&lt;/p&gt;
&lt;p&gt;Connecting: Initiating a connection sets up a connection between two devices.&lt;/p&gt;
&lt;p&gt;Bonding: Setting up an encrypted link between two devices. When bonding, the encryption information is stored in the devices so that there will not be any key exchange upon a re-connection.&lt;/p&gt;
&lt;p&gt;&lt;strong&gt;2)&lt;/strong&gt;
When setting up the characteristics, you have to set the security required to interact with that characteristic using the macros BLE_GAP_CONN_SEC_MODE_SET_MACROS.&lt;/p&gt;&lt;div style="clear:both;"&gt;&lt;/div&gt;</description></item></channel></rss>