<?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>Bonding - difference between IRK and address in whitelist</title><link>https://devzone.nordicsemi.com/f/nordic-q-a/283/bonding---difference-between-irk-and-address-in-whitelist</link><description>Why some devices makes just an IRK entry in Whitelist of SDK and other put the address into? Is it possible to config which entry should be done?</description><dc:language>en-US</dc:language><generator>Telligent Community 13</generator><lastBuildDate>Thu, 15 Aug 2013 11:36:35 GMT</lastBuildDate><atom:link rel="self" type="application/rss+xml" href="https://devzone.nordicsemi.com/f/nordic-q-a/283/bonding---difference-between-irk-and-address-in-whitelist" /><item><title>RE: Bonding - difference between IRK and address in whitelist</title><link>https://devzone.nordicsemi.com/thread/1503?ContentTypeID=1</link><pubDate>Thu, 15 Aug 2013 11:36:35 GMT</pubDate><guid isPermaLink="false">137ad170-7792-4731-bb38-c0d22fbe4515:47dc8c57-0d91-48f9-acbc-c7cae98c8fbf</guid><dc:creator>P&amp;#229;l H&amp;#229;land</dc:creator><description>&lt;p&gt;You can identify the peer device based on the IRK index received in the  BLE_GAP_EVT_CONNECTED (if it was a IRK match)
and you can remove that index from the IRK whitelist.&lt;/p&gt;
&lt;p&gt;(Check the ble_gap_evt_connected_t structure)
irk_match is set to 1 if it was connection by IRK and irk_match_idx is the index number of the IRK&amp;#39;s&lt;/p&gt;&lt;div style="clear:both;"&gt;&lt;/div&gt;</description></item><item><title>RE: Bonding - difference between IRK and address in whitelist</title><link>https://devzone.nordicsemi.com/thread/1502?ContentTypeID=1</link><pubDate>Wed, 14 Aug 2013 12:21:07 GMT</pubDate><guid isPermaLink="false">137ad170-7792-4731-bb38-c0d22fbe4515:1a8e2125-0c1d-4a07-b32e-04e02685c2c2</guid><dc:creator>Manuel Urfer</dc:creator><description>&lt;p&gt;thank you for the answer.&lt;/p&gt;
&lt;p&gt;Then a further question:
I have the nrf51822 as slave with bonding manager, and multiple centrals (Iphone using IRK). How can I identify 1 specific Iphone to kick only this one out of the whitelist(not deleting all)?&lt;/p&gt;&lt;div style="clear:both;"&gt;&lt;/div&gt;</description></item><item><title>RE: Bonding - difference between IRK and address in whitelist</title><link>https://devzone.nordicsemi.com/thread/1501?ContentTypeID=1</link><pubDate>Wed, 14 Aug 2013 10:48:25 GMT</pubDate><guid isPermaLink="false">137ad170-7792-4731-bb38-c0d22fbe4515:64bf87bf-69fe-492f-a2f7-f8f231750ea6</guid><dc:creator>P&amp;#229;l H&amp;#229;land</dc:creator><description>&lt;p&gt;If you connect to a device that uses a Random Resolvable Address, then there is no point in adding the address to the whitelist, because that address would at least change every 15 minutes.&lt;/p&gt;
&lt;p&gt;Ideally you should receive a public/&amp;quot;random static&amp;quot; address during the exchange of the IRK, that you could put in to the whitelist as well. So that if the privacy of the device is turned off you would still be able to connect.&lt;/p&gt;
&lt;p&gt;The only addresses that should be added to the whitelist is Public device address or random static device address as these would never change for the lifetime of the device, as random resolvable and non-resolvable random device addresses would change, and you might not be able to connect anymore.&lt;/p&gt;
&lt;p&gt;If all of the &amp;quot;devices&amp;quot; you talk about is different SDK examples, and they do not use the bond manager to handle the whitelist, then I&amp;#39;m not sure how to respond to this question. And hopefully someone else can help you with it.&lt;/p&gt;
&lt;p&gt;In case they do use the bond manager, then you can modify the code to only use one of the options, but as explained, you might have difficulties connecting at a later point.&lt;/p&gt;&lt;div style="clear:both;"&gt;&lt;/div&gt;</description></item></channel></rss>