<?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 nRF52840</title><link>https://devzone.nordicsemi.com/f/nordic-q-a/42039/static-passkey-nrf52840</link><description>Hi, 
 I&amp;#39;ve followed the link https://devzone.nordicsemi.com/f/nordic-q-a/35675/how-to-use-static-passkey-for-a-no-display-no-output-peripheral 
 and added it to uart example. if connection via android settings , phone asked for passkey and process continue</description><dc:language>en-US</dc:language><generator>Telligent Community 13</generator><lastBuildDate>Mon, 07 Jan 2019 13:36:29 GMT</lastBuildDate><atom:link rel="self" type="application/rss+xml" href="https://devzone.nordicsemi.com/f/nordic-q-a/42039/static-passkey-nrf52840" /><item><title>RE: Static Passkey nRF52840</title><link>https://devzone.nordicsemi.com/thread/164280?ContentTypeID=1</link><pubDate>Mon, 07 Jan 2019 13:36:29 GMT</pubDate><guid isPermaLink="false">137ad170-7792-4731-bb38-c0d22fbe4515:5af8ec3a-e122-42e2-a158-24c0618e4c1b</guid><dc:creator>ran</dc:creator><description>&lt;p&gt;Thanks, that&amp;#39;s what I was looking for . works as expected now.&amp;nbsp;&lt;/p&gt;
&lt;p&gt;Ran&lt;/p&gt;&lt;div style="clear:both;"&gt;&lt;/div&gt;</description></item><item><title>RE: Static Passkey nRF52840</title><link>https://devzone.nordicsemi.com/thread/164199?ContentTypeID=1</link><pubDate>Mon, 07 Jan 2019 10:04:42 GMT</pubDate><guid isPermaLink="false">137ad170-7792-4731-bb38-c0d22fbe4515:21261cb2-361c-40cd-8dc9-ea7aba9df418</guid><dc:creator>Hung Bui</dc:creator><description>&lt;p&gt;We would need to look at how you modified your application firmware.&amp;nbsp;&lt;br /&gt;Could you take a screenshot when you see &amp;quot;&lt;span&gt;rejected by &amp;lt;APP&amp;gt; &amp;quot;?&amp;nbsp;&lt;/span&gt;&lt;/p&gt;
&lt;p&gt;&lt;span&gt;If you have a look at&amp;nbsp;ble_nus_init() you can find that the characteristic was added as &amp;quot;SEC_OPEN&amp;quot;.&amp;nbsp;&lt;/span&gt;&lt;/p&gt;
&lt;p&gt;&lt;span&gt;If you change the read/write access of the characteristic to&amp;nbsp;SEC_MITM, then when the characteristic is being read/write&amp;nbsp;the phone will automatically request bonding.&amp;nbsp;&lt;/span&gt;&lt;/p&gt;
&lt;p&gt;&lt;span&gt;&lt;/span&gt;&lt;/p&gt;&lt;div style="clear:both;"&gt;&lt;/div&gt;</description></item><item><title>RE: Static Passkey nRF52840</title><link>https://devzone.nordicsemi.com/thread/164111?ContentTypeID=1</link><pubDate>Sun, 06 Jan 2019 10:38:36 GMT</pubDate><guid isPermaLink="false">137ad170-7792-4731-bb38-c0d22fbe4515:a55ef3e1-8b33-4707-957f-9acac4a01ec5</guid><dc:creator>ran</dc:creator><description>&lt;p&gt;Hi,&lt;/p&gt;
&lt;p&gt;1.I am using SDK 15.2&lt;/p&gt;
&lt;p&gt;2.When connecting via nRFToolbox I am getting &amp;quot;rejected by &amp;lt;APP&amp;gt; &amp;quot; .&lt;/p&gt;
&lt;p&gt;( connection is ok only if using Android&amp;nbsp;setting to bond first )&amp;nbsp;&lt;/p&gt;
&lt;p&gt;&lt;/p&gt;
&lt;p&gt;3. My application is UART service based, how can I define RX\TX to require bonding ?&amp;nbsp;&lt;/p&gt;
&lt;p&gt;&lt;/p&gt;
&lt;p&gt;Thanks,&amp;nbsp;&lt;/p&gt;
&lt;p&gt;Ran&lt;/p&gt;
&lt;p&gt;&lt;/p&gt;
&lt;p&gt;&lt;/p&gt;&lt;div style="clear:both;"&gt;&lt;/div&gt;</description></item><item><title>RE: Static Passkey nRF52840</title><link>https://devzone.nordicsemi.com/thread/163940?ContentTypeID=1</link><pubDate>Fri, 04 Jan 2019 12:04:54 GMT</pubDate><guid isPermaLink="false">137ad170-7792-4731-bb38-c0d22fbe4515:bf4f20e2-99b7-4030-90d1-59587f8baada</guid><dc:creator>Hung Bui</dc:creator><description>&lt;p&gt;Could you explain more on &amp;quot;connection fails&amp;quot; ? what exactly happened ?&amp;nbsp;&lt;br /&gt;Which firmware you have on the nRF52 ? Please be aware that when connecting using nRFToolbox, if the app doesn&amp;#39;t try to read/write a characteristic that requires bonding the bonding process won&amp;#39;t happen. You would need to do a read or write on a characteristic that require encryption/bonding. Please try again using nRFConnect app and try to read your characteristics.&amp;nbsp;&lt;/p&gt;&lt;div style="clear:both;"&gt;&lt;/div&gt;</description></item><item><title>RE: Static Passkey nRF52840</title><link>https://devzone.nordicsemi.com/thread/163745?ContentTypeID=1</link><pubDate>Thu, 03 Jan 2019 12:27:43 GMT</pubDate><guid isPermaLink="false">137ad170-7792-4731-bb38-c0d22fbe4515:3d283be7-9115-4fbf-9352-e56cdabd9a4f</guid><dc:creator>ran</dc:creator><description>&lt;p&gt;Sorry, it seems like a type, let me rephrase&amp;nbsp;&amp;nbsp;&lt;/p&gt;
&lt;p&gt;When connecting via Android settings, the user is prompted with a request to enter passkey, and bonding succeed if passkey match&amp;nbsp;&lt;/p&gt;
&lt;p&gt;When connecting via nRFToolbox , user is NOT prompted to enter the passkey and the connection fails.&amp;nbsp;&lt;/p&gt;
&lt;p&gt;&lt;/p&gt;
&lt;p&gt;If the device is bonded ( via Android settings ) nRFToolbox can connect successfully .&amp;nbsp;&lt;/p&gt;
&lt;p&gt;&lt;/p&gt;
&lt;p&gt;&lt;/p&gt;
&lt;p&gt;On another note - how come there is a bug difference between&amp;nbsp;ses_startup_nrf52840.s and gcc_startup_nrf52840.s . why is that ?&amp;nbsp;&lt;/p&gt;&lt;div style="clear:both;"&gt;&lt;/div&gt;</description></item><item><title>RE: Static Passkey nRF52840</title><link>https://devzone.nordicsemi.com/thread/163444?ContentTypeID=1</link><pubDate>Wed, 02 Jan 2019 13:29:50 GMT</pubDate><guid isPermaLink="false">137ad170-7792-4731-bb38-c0d22fbe4515:3f071c28-eef4-4d80-a1e3-9426efba87d5</guid><dc:creator>Hung Bui</dc:creator><description>&lt;p&gt;Hi Rani,&amp;nbsp;&lt;/p&gt;
&lt;p&gt;&lt;/p&gt;
&lt;p&gt;Which behavior were you expect the phone/nRFConnect should do ? To be asked or not to be asked?&amp;nbsp;&lt;/p&gt;
&lt;p&gt;Could you explain more clearly ?&amp;nbsp;&lt;/p&gt;&lt;div style="clear:both;"&gt;&lt;/div&gt;</description></item></channel></rss>