<?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 read the mac?(S110 6.0)</title><link>https://devzone.nordicsemi.com/f/nordic-q-a/6760/how-to-read-the-mac-s110-6-0</link><description>I want to read the device id of the Central.How can i do it?
use PCA10001\06 S110\experimental\ble_app_uart
Softdevice 6.0.0</description><dc:language>en-US</dc:language><generator>Telligent Community 13</generator><lastBuildDate>Wed, 29 Apr 2015 09:32:06 GMT</lastBuildDate><atom:link rel="self" type="application/rss+xml" href="https://devzone.nordicsemi.com/f/nordic-q-a/6760/how-to-read-the-mac-s110-6-0" /><item><title>RE: How to read the mac?(S110 6.0)</title><link>https://devzone.nordicsemi.com/thread/23736?ContentTypeID=1</link><pubDate>Wed, 29 Apr 2015 09:32:06 GMT</pubDate><guid isPermaLink="false">137ad170-7792-4731-bb38-c0d22fbe4515:24777f84-cabe-44bd-9b73-e252befa36fd</guid><dc:creator>Snowdancing</dc:creator><description>&lt;p&gt;Dear Aryan,
i&amp;#39;ve found how to do it.
but thank you all the same.&lt;/p&gt;&lt;div style="clear:both;"&gt;&lt;/div&gt;</description></item><item><title>RE: How to read the mac?(S110 6.0)</title><link>https://devzone.nordicsemi.com/thread/23735?ContentTypeID=1</link><pubDate>Wed, 29 Apr 2015 09:27:26 GMT</pubDate><guid isPermaLink="false">137ad170-7792-4731-bb38-c0d22fbe4515:626f1618-30f6-4485-9f69-aedb676b7c49</guid><dc:creator>Snowdancing</dc:creator><description>&lt;p&gt;void on_ble_evt(ble_evt_t * p_ble_evt)
{
ble_gap_addr_t &lt;strong&gt;&lt;strong&gt;&lt;em&gt;peer_addr;&lt;/em&gt;&lt;/strong&gt;&lt;/strong&gt;
switch (p_ble_evt-&amp;gt;header.evt_id)
{
case BLE_GAP_EVT_CONNECTED:
m_conn_handle = p_ble_evt-&amp;gt;evt.gap_evt.conn_handle;
&lt;em&gt;peer_addr=p_ble_evt-&amp;gt;evt.gap_evt.params.connected.peer_addr;&lt;/em&gt;&lt;br /&gt;
break;
}
}&lt;/p&gt;&lt;div style="clear:both;"&gt;&lt;/div&gt;</description></item><item><title>RE: How to read the mac?(S110 6.0)</title><link>https://devzone.nordicsemi.com/thread/23734?ContentTypeID=1</link><pubDate>Wed, 29 Apr 2015 09:18:13 GMT</pubDate><guid isPermaLink="false">137ad170-7792-4731-bb38-c0d22fbe4515:7b7c706b-7a57-45aa-a0e8-fc92e5f5d60c</guid><dc:creator>Susheel Nuguru</dc:creator><description>&lt;p&gt;Check if &lt;a href="https://devzone.nordicsemi.com/question/14731/connected-device-address/"&gt;this&lt;/a&gt; or &lt;a href="https://devzone.nordicsemi.com/question/1728/how-to-get-device-mac-address-and-put-it-into-characteristic/"&gt;this&lt;/a&gt; helps.&lt;/p&gt;
&lt;p&gt;if you just want to read it from the device registers directly
&lt;a href="https://devzone.nordicsemi.com/question/1691/how-to-get-nrf51822-serial-number-and-hw-id-through-segger/"&gt;devzone.nordicsemi.com/.../&lt;/a&gt;&lt;/p&gt;&lt;div style="clear:both;"&gt;&lt;/div&gt;</description></item></channel></rss>