<?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 get device MAC address and put it into characteristic?</title><link>https://devzone.nordicsemi.com/f/nordic-q-a/543/how-to-get-device-mac-address-and-put-it-into-characteristic</link><description>Hi guys, 
 I need to get MAC address of my device and put it into characteristic? Is it possible? And maybe someone can tell how to implement this? 
 Regards,
Konstantin</description><dc:language>en-US</dc:language><generator>Telligent Community 13</generator><lastBuildDate>Wed, 29 Aug 2018 12:02:11 GMT</lastBuildDate><atom:link rel="self" type="application/rss+xml" href="https://devzone.nordicsemi.com/f/nordic-q-a/543/how-to-get-device-mac-address-and-put-it-into-characteristic" /><item><title>RE: How to get device MAC address and put it into characteristic?</title><link>https://devzone.nordicsemi.com/thread/146297?ContentTypeID=1</link><pubDate>Wed, 29 Aug 2018 12:02:11 GMT</pubDate><guid isPermaLink="false">137ad170-7792-4731-bb38-c0d22fbe4515:37122314-c1dd-43be-bef0-9dacfae4df76</guid><dc:creator>Igor</dc:creator><description>&lt;p&gt;How to get MAC address [SDK 15.0, S140 6.1]:&lt;/p&gt;
&lt;p&gt;&lt;pre class="ui-code" data-mode="c_cpp"&gt;ble_gap_addr_t ble_addr;
sd_ble_gap_addr_get(&amp;amp;ble_addr);&lt;/pre&gt;&lt;/p&gt;&lt;div style="clear:both;"&gt;&lt;/div&gt;</description></item><item><title>RE: How to get device MAC address and put it into characteristic?</title><link>https://devzone.nordicsemi.com/thread/2796?ContentTypeID=1</link><pubDate>Mon, 30 Sep 2013 17:23:44 GMT</pubDate><guid isPermaLink="false">137ad170-7792-4731-bb38-c0d22fbe4515:5ccbfbfa-0c82-4d99-93f6-4df099da49fc</guid><dc:creator>Konstantin</dc:creator><description>&lt;p&gt;Thank you, Ole, I got it.&lt;/p&gt;&lt;div style="clear:both;"&gt;&lt;/div&gt;</description></item><item><title>RE: How to get device MAC address and put it into characteristic?</title><link>https://devzone.nordicsemi.com/thread/2795?ContentTypeID=1</link><pubDate>Mon, 30 Sep 2013 12:39:54 GMT</pubDate><guid isPermaLink="false">137ad170-7792-4731-bb38-c0d22fbe4515:238340f6-8a59-4419-bd66-a38058037d32</guid><dc:creator>Ole Morten</dc:creator><description>&lt;p&gt;Yes, this shouldn&amp;#39;t be very problematic. Just create a custom service and add a custom characteristic with a 6-byte value, and then set the value of it to the address array returned by sd_ble_gap_address_get().&lt;/p&gt;
&lt;p&gt;Unfortunately, I don&amp;#39;t have any ready-made example code doing it, but please ask again if you have specific things you can&amp;#39;t get working.&lt;/p&gt;&lt;div style="clear:both;"&gt;&lt;/div&gt;</description></item></channel></rss>