<?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 in nrf52832 sdk14.0.0</title><link>https://devzone.nordicsemi.com/f/nordic-q-a/28840/ble-pairing-in-nrf52832-sdk14-0-0</link><description>Hii everybody, 
 I want to do ble pairing(nrf 52832 development board) with android phone. after searching on nordic devzone how to pair device i found that pairing mechanism can be understood by ble_gls example given in sdk. 
 so I follow nordic devzone</description><dc:language>en-US</dc:language><generator>Telligent Community 13</generator><lastBuildDate>Fri, 05 Jan 2018 16:07:11 GMT</lastBuildDate><atom:link rel="self" type="application/rss+xml" href="https://devzone.nordicsemi.com/f/nordic-q-a/28840/ble-pairing-in-nrf52832-sdk14-0-0" /><item><title>RE: Ble pairing in nrf52832 sdk14.0.0</title><link>https://devzone.nordicsemi.com/thread/114189?ContentTypeID=1</link><pubDate>Fri, 05 Jan 2018 16:07:11 GMT</pubDate><guid isPermaLink="false">137ad170-7792-4731-bb38-c0d22fbe4515:e68e79fb-2046-43a4-8c0a-abb12fa95c43</guid><dc:creator>Hung Bui</dc:creator><description>&lt;p&gt;I would suggest you to do a full erase of the chip before testing. The peer manager support pairing with multiple devices until a maximum number (should be 8 AFAIK). It could be the case that you already paired with max number of devices. You can find when we initialize peer manager , there a clear bonding button that&amp;#39;s checked to erase bond information if needed.&lt;/p&gt;
&lt;p&gt;You can delete a particular bond information of a central. You can have a look &lt;a href="https://devzone.nordicsemi.com/question/128426/peer-manager-peer-delete/"&gt;here&lt;/a&gt;.&lt;/p&gt;&lt;div style="clear:both;"&gt;&lt;/div&gt;</description></item><item><title>RE: Ble pairing in nrf52832 sdk14.0.0</title><link>https://devzone.nordicsemi.com/thread/114188?ContentTypeID=1</link><pubDate>Fri, 05 Jan 2018 06:25:47 GMT</pubDate><guid isPermaLink="false">137ad170-7792-4731-bb38-c0d22fbe4515:2cb564a5-c866-456c-8ef8-34a5472e0de1</guid><dc:creator>Deepansh</dc:creator><description>&lt;p&gt;Thanks Hung Bui for your support for the above answer. I am able to solve my one problem of repairing with the same device but unable to solve the other problem (pairing with other devices) i am not getting how to delete peer bond information of the device or to add multiple devices and storing their information im memory&lt;/p&gt;&lt;div style="clear:both;"&gt;&lt;/div&gt;</description></item><item><title>RE: Ble pairing in nrf52832 sdk14.0.0</title><link>https://devzone.nordicsemi.com/thread/114187?ContentTypeID=1</link><pubDate>Fri, 29 Dec 2017 14:21:22 GMT</pubDate><guid isPermaLink="false">137ad170-7792-4731-bb38-c0d22fbe4515:0fe3c40b-7791-428c-8858-2fd623ac741f</guid><dc:creator>Hung Bui</dc:creator><description>&lt;p&gt;Hi Deepash,&lt;/p&gt;
&lt;p&gt;If you have a look at line 225 in your main.c you can find in PM_EVT_CONN_SEC_CONFIG_REQ event you send conn_sec_config with allow_repairing = false. This mean you tell the device not to let the phone to re-pair to your device.
So either you change this option, or you erase bond information on the device so you can have a new bonding to the phone.&lt;/p&gt;
&lt;p&gt;This is the default behaviour because it avoid attacker to spoof that the phone losses bond information and can replace the original bond with a new bond.&lt;/p&gt;&lt;div style="clear:both;"&gt;&lt;/div&gt;</description></item></channel></rss>