<?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 UART example bonding</title><link>https://devzone.nordicsemi.com/f/nordic-q-a/11444/ble-uart-example-bonding</link><description>ble_app_uart_s110_pca10028 
i need function is press button to erase bonding information, then use App to connect and bonding.
How to implement this function? could you give me example code? your document and example too little content.</description><dc:language>en-US</dc:language><generator>Telligent Community 13</generator><lastBuildDate>Fri, 22 Jan 2016 07:38:39 GMT</lastBuildDate><atom:link rel="self" type="application/rss+xml" href="https://devzone.nordicsemi.com/f/nordic-q-a/11444/ble-uart-example-bonding" /><item><title>RE: BLE UART example bonding</title><link>https://devzone.nordicsemi.com/thread/43177?ContentTypeID=1</link><pubDate>Fri, 22 Jan 2016 07:38:39 GMT</pubDate><guid isPermaLink="false">137ad170-7792-4731-bb38-c0d22fbe4515:4b9dcbb9-b9c8-4385-8835-5f2f66b3111f</guid><dc:creator>bjorn-spockeli</dc:creator><description>&lt;p&gt;Bonding does &lt;strong&gt;not&lt;/strong&gt; mean that the devices cannot connect to other devices. Bonding means that two devices have exchanged security keys and stored them in memory. This allows the devices to re-establish a secure connection at a later point with out having to go through the bonding process again. Devices can also be bonded to several other devices at the same time.&lt;/p&gt;&lt;div style="clear:both;"&gt;&lt;/div&gt;</description></item><item><title>RE: BLE UART example bonding</title><link>https://devzone.nordicsemi.com/thread/43178?ContentTypeID=1</link><pubDate>Fri, 22 Jan 2016 03:49:41 GMT</pubDate><guid isPermaLink="false">137ad170-7792-4731-bb38-c0d22fbe4515:acc6883b-8e42-4849-beaa-56d8fc246900</guid><dc:creator>paul</dc:creator><description>&lt;p&gt;thank you for your answer.
I use the ble_app_uart example add &amp;quot;device manager&amp;quot; function.  nRF master control can BONDED this ble_uart device, but why other mobile phone also can connect this ble_uart device?
I wander to BONDED device, and this device can&amp;#39;t connect to other device.&lt;/p&gt;&lt;div style="clear:both;"&gt;&lt;/div&gt;</description></item><item><title>RE: BLE UART example bonding</title><link>https://devzone.nordicsemi.com/thread/43176?ContentTypeID=1</link><pubDate>Thu, 21 Jan 2016 10:24:50 GMT</pubDate><guid isPermaLink="false">137ad170-7792-4731-bb38-c0d22fbe4515:29dbc2e0-68f6-419c-bfbb-526048787da6</guid><dc:creator>bjorn-spockeli</dc:creator><description>&lt;p&gt;If you want to delete all bonding information stored by the device manager you can simply use &lt;code&gt;dm_device_delete_all&lt;/code&gt;. The function and the entire Device Manager library are documented &lt;a href="http://infocenter.nordicsemi.com/topic/com.nordic.infocenter.sdk51.v9.0.0/group__dm__cntxt__mgmt__api.html#ga677524b3230bd620c91a83e4f68e3e01"&gt;here&lt;/a&gt; and &lt;a href="http://infocenter.nordicsemi.com/topic/com.nordic.infocenter.sdk51.v9.0.0/group__device__manager.html?cp=4_0_4_6_2_0"&gt;here&lt;/a&gt; in our Infocenter&lt;/p&gt;
&lt;p&gt;If you want to delete a specific , then I would suggest taking a look at &lt;a href="https://github.com/NordicSemiconductor/nRF51-ble-peripheral-bond-handling"&gt;this&lt;/a&gt; bond handling example on our GitHub page.&lt;/p&gt;
&lt;p&gt;Bjørn&lt;/p&gt;&lt;div style="clear:both;"&gt;&lt;/div&gt;</description></item></channel></rss>