<?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>Pairing with static passkey without bonding</title><link>https://devzone.nordicsemi.com/f/nordic-q-a/15327/pairing-with-static-passkey-without-bonding</link><description>I am using ble_app_gls s130 SDK_11. Is it possible to have pairing with static passkey without bonding? This is because the nRF device will be connected to different smartphones all the time and there is no need to remember past phones that were connected</description><dc:language>en-US</dc:language><generator>Telligent Community 13</generator><lastBuildDate>Tue, 11 Feb 2020 16:48:49 GMT</lastBuildDate><atom:link rel="self" type="application/rss+xml" href="https://devzone.nordicsemi.com/f/nordic-q-a/15327/pairing-with-static-passkey-without-bonding" /><item><title>RE: Pairing with static passkey without bonding</title><link>https://devzone.nordicsemi.com/thread/233819?ContentTypeID=1</link><pubDate>Tue, 11 Feb 2020 16:48:49 GMT</pubDate><guid isPermaLink="false">137ad170-7792-4731-bb38-c0d22fbe4515:51480b92-980f-4c64-9e79-bb707fab326e</guid><dc:creator>Luke Galea</dc:creator><description>&lt;p&gt;Hi Petter, I am trying to enable Pass Key pairing without bonding for the buttonless dfu template by following the gls example.&lt;/p&gt;
&lt;p&gt;If SEC_PARAM_BOND is 0, do I have to set the above to 0 as well?&lt;/p&gt;
&lt;p&gt;If I try to do bonding/pairing by leaving SEC_PARAM_BOND to 1 and the above to 1 I get the following error:&amp;nbsp;ERROR 7 [NRF_ERROR_INVALID_PARAM] when I enable SEC_PARAM_MITM&lt;/p&gt;&lt;div style="clear:both;"&gt;&lt;/div&gt;</description></item><item><title>RE: Pairing with static passkey without bonding</title><link>https://devzone.nordicsemi.com/thread/58585?ContentTypeID=1</link><pubDate>Fri, 29 Jul 2016 09:33:11 GMT</pubDate><guid isPermaLink="false">137ad170-7792-4731-bb38-c0d22fbe4515:e6e7b659-512d-4166-9477-91e12d26c472</guid><dc:creator>helpme</dc:creator><description>&lt;p&gt;Hi Petter,&lt;/p&gt;
&lt;p&gt;After I set SEC_PARAM_BOND to 0, the ble_app_gls stops advertising. I cannot scan and find the device on nRF Connect app. Do you have any other suggestion? Thank you.&lt;/p&gt;&lt;div style="clear:both;"&gt;&lt;/div&gt;</description></item><item><title>RE: Pairing with static passkey without bonding</title><link>https://devzone.nordicsemi.com/thread/58584?ContentTypeID=1</link><pubDate>Mon, 25 Jul 2016 12:58:08 GMT</pubDate><guid isPermaLink="false">137ad170-7792-4731-bb38-c0d22fbe4515:96f1b13c-71ad-4ae7-ab35-5b2fde0460b1</guid><dc:creator>Petter Myhre</dc:creator><description>&lt;p&gt;It is possible. It should be to simply to change SEC_PARAM_BOND to 0.&lt;/p&gt;
&lt;p&gt;Please be aware that there could be issues with iOS disconnecting if you try to only pair, not bond.&lt;/p&gt;
&lt;p&gt;Edit 08.08.2016:&lt;/p&gt;
&lt;p&gt;You also need set the following to 0:&lt;/p&gt;
&lt;pre&gt;&lt;code&gt;sec_param.kdist_own.enc     = 0;
sec_param.kdist_own.id      = 0;
sec_param.kdist_peer.enc    = 0;
sec_param.kdist_peer.id     = 0;
&lt;/code&gt;&lt;/pre&gt;
&lt;p&gt;or else pm_sec_params_set() will return an error.&lt;/p&gt;&lt;div style="clear:both;"&gt;&lt;/div&gt;</description></item></channel></rss>