<?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>BLE pairing method in nRF52810...</title><link>https://devzone.nordicsemi.com/f/nordic-q-a/44045/ble-pairing-method-in-nrf52810</link><description>Hello All, 
 I am working on nRF52810 custom board. I used segger studio in windows 7. For reference i used nRF52 SDK 15.2.0.In my application i used i2c peripheral. 
 My problem is that i am trying to connection between device(mobile) and BLE. But in</description><dc:language>en-US</dc:language><generator>Telligent Community 13</generator><lastBuildDate>Mon, 25 Feb 2019 15:07:08 GMT</lastBuildDate><atom:link rel="self" type="application/rss+xml" href="https://devzone.nordicsemi.com/f/nordic-q-a/44045/ble-pairing-method-in-nrf52810" /><item><title>RE: BLE pairing method in nRF52810...</title><link>https://devzone.nordicsemi.com/thread/172829?ContentTypeID=1</link><pubDate>Mon, 25 Feb 2019 15:07:08 GMT</pubDate><guid isPermaLink="false">137ad170-7792-4731-bb38-c0d22fbe4515:acf17a96-9168-4462-a09a-451b4880d75f</guid><dc:creator>Hung Bui</dc:creator><description>&lt;p&gt;Hi Urvisha,&amp;nbsp;&lt;/p&gt;
&lt;p&gt;We already provided you a library for handling pairing and bonding. It&amp;#39;s called peer manager library. You can have a look &lt;a href="https://www.nordicsemi.com/DocLib/Content/SDK_Doc/nRF5_SDK/v15-2-0/lib_peer_manager"&gt;here.&lt;/a&gt;&lt;/p&gt;
&lt;p&gt;It&amp;#39;s used in ble_app_template, please look for&amp;nbsp;peer_manager_init() in the code.&amp;nbsp;&lt;/p&gt;
&lt;p&gt;Note that if you want to obligate&amp;nbsp; pairing and bonding, you would need to modify the attribute permission to require encryption, instead of&amp;nbsp;SEC_OPEN, you can use&amp;nbsp;SEC_JUST_WORKS or&amp;nbsp;SEC_MITM in&amp;nbsp;security_req_t&lt;/p&gt;
&lt;p&gt;&lt;/p&gt;
&lt;p&gt;You can have a look at ble_app_proximity example which we do have pairing required.&amp;nbsp;&lt;/p&gt;&lt;div style="clear:both;"&gt;&lt;/div&gt;</description></item></channel></rss>