<?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>how to identify connected peripheral devices using mac address</title><link>https://devzone.nordicsemi.com/f/nordic-q-a/47947/how-to-identify-connected-peripheral-devices-using-mac-address</link><description>HI ... 
 Which one is stable to identify the connected peripheral devices using mac address or connection handle . if it is mac address , then suggest me a way to identify the mac address of device 
 
 
 Thanks in advance</description><dc:language>en-US</dc:language><generator>Telligent Community 13</generator><lastBuildDate>Tue, 11 Jun 2019 10:11:55 GMT</lastBuildDate><atom:link rel="self" type="application/rss+xml" href="https://devzone.nordicsemi.com/f/nordic-q-a/47947/how-to-identify-connected-peripheral-devices-using-mac-address" /><item><title>RE: how to identify connected peripheral devices using mac address</title><link>https://devzone.nordicsemi.com/thread/192004?ContentTypeID=1</link><pubDate>Tue, 11 Jun 2019 10:11:55 GMT</pubDate><guid isPermaLink="false">137ad170-7792-4731-bb38-c0d22fbe4515:16efa0e4-cfd5-4840-bd0c-385192523ee0</guid><dc:creator>Hung Bui</dc:creator><description>&lt;p&gt;Hi Pspavi,&amp;nbsp;&lt;/p&gt;
&lt;p&gt;Please let us know which devices you are planing to connect to ? Are they phones or they are other nRF52 chip ?&amp;nbsp;&lt;/p&gt;
&lt;p&gt;To get the nRF52 MAC address, you can call&amp;nbsp;sd_ble_gap_addr_get() to get the address. Please have a look in the documentation for more information on how to use it.&amp;nbsp;&lt;/p&gt;&lt;div style="clear:both;"&gt;&lt;/div&gt;</description></item><item><title>RE: how to identify connected peripheral devices using mac address</title><link>https://devzone.nordicsemi.com/thread/191303?ContentTypeID=1</link><pubDate>Thu, 06 Jun 2019 10:30:25 GMT</pubDate><guid isPermaLink="false">137ad170-7792-4731-bb38-c0d22fbe4515:60f07725-5424-423c-8078-bb5ae56d0ae5</guid><dc:creator>ps_anu</dc:creator><description>&lt;p&gt;from that example i understand the whitelist , but how come this work mac address , where can i get my mac address of the device&lt;/p&gt;&lt;div style="clear:both;"&gt;&lt;/div&gt;</description></item><item><title>RE: how to identify connected peripheral devices using mac address</title><link>https://devzone.nordicsemi.com/thread/191213?ContentTypeID=1</link><pubDate>Thu, 06 Jun 2019 05:10:37 GMT</pubDate><guid isPermaLink="false">137ad170-7792-4731-bb38-c0d22fbe4515:5224d238-920d-4601-9608-9b254c46fe67</guid><dc:creator>ps_anu</dc:creator><description>&lt;p&gt;sure i will study and get back to you&amp;nbsp;&lt;/p&gt;&lt;div style="clear:both;"&gt;&lt;/div&gt;</description></item><item><title>RE: how to identify connected peripheral devices using mac address</title><link>https://devzone.nordicsemi.com/thread/191062?ContentTypeID=1</link><pubDate>Wed, 05 Jun 2019 11:26:37 GMT</pubDate><guid isPermaLink="false">137ad170-7792-4731-bb38-c0d22fbe4515:434080db-24c7-4136-ac50-1e34778f450b</guid><dc:creator>Hung Bui</dc:creator><description>&lt;p&gt;Please study fundamental of Bluetooth Low Energy. And try our example, for example in the SDK, for example ble_app_hids_mouse, ble_app_proximity.&amp;nbsp;&lt;/p&gt;&lt;div style="clear:both;"&gt;&lt;/div&gt;</description></item><item><title>RE: how to identify connected peripheral devices using mac address</title><link>https://devzone.nordicsemi.com/thread/190742?ContentTypeID=1</link><pubDate>Tue, 04 Jun 2019 11:13:12 GMT</pubDate><guid isPermaLink="false">137ad170-7792-4731-bb38-c0d22fbe4515:c947982f-3091-4cb8-be09-855398667ba1</guid><dc:creator>ps_anu</dc:creator><description>&lt;p&gt;how to do that .. i want to send the data to particular mac address&amp;nbsp;&lt;/p&gt;&lt;div style="clear:both;"&gt;&lt;/div&gt;</description></item><item><title>RE: how to identify connected peripheral devices using mac address</title><link>https://devzone.nordicsemi.com/thread/190685?ContentTypeID=1</link><pubDate>Tue, 04 Jun 2019 08:51:46 GMT</pubDate><guid isPermaLink="false">137ad170-7792-4731-bb38-c0d22fbe4515:01fb44cd-7063-4a92-bcbf-8a4397f38df2</guid><dc:creator>Hung Bui</dc:creator><description>&lt;p&gt;Hi,&amp;nbsp;&lt;/p&gt;
&lt;p&gt;When you get connected (BLE_GAP_EVT_CONNECTED event) you can find the address of the peer device in&amp;nbsp;p_ble_evt-&amp;gt;gap_evt.connected.peer_addr&lt;/p&gt;
&lt;p&gt;But this is only valid for those use static random/public address. Those address that wouldn&amp;#39;t change over time. Most phones today use random resolvable address which change every 15 minutes.&lt;/p&gt;
&lt;p&gt;To be able to recognize those device, you would need to bond to them to get the IRK key to reconnect.&amp;nbsp;&lt;/p&gt;
&lt;p&gt;I would suggest you to get familiar with the bonding concept in Bluetooth Low Energy.&amp;nbsp;&lt;/p&gt;&lt;div style="clear:both;"&gt;&lt;/div&gt;</description></item></channel></rss>