<?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>bluetooth pairing</title><link>https://devzone.nordicsemi.com/f/nordic-q-a/39456/bluetooth-pairing</link><description>I&amp;#39;m trying to understand which part of the code provides the bluetooth connection between two nRF52840. I worked in sdk15.0.0 with multilink, blinky and uart examples to solve the connection. If anyone know which part of the code makes the connection</description><dc:language>en-US</dc:language><generator>Telligent Community 13</generator><lastBuildDate>Mon, 15 Oct 2018 10:27:35 GMT</lastBuildDate><atom:link rel="self" type="application/rss+xml" href="https://devzone.nordicsemi.com/f/nordic-q-a/39456/bluetooth-pairing" /><item><title>RE: bluetooth pairing</title><link>https://devzone.nordicsemi.com/thread/152842?ContentTypeID=1</link><pubDate>Mon, 15 Oct 2018 10:27:35 GMT</pubDate><guid isPermaLink="false">137ad170-7792-4731-bb38-c0d22fbe4515:5f9d5c25-b702-444d-872b-e65f33fc0a9e</guid><dc:creator>AndreasF</dc:creator><description>&lt;p&gt;Hi.&lt;br /&gt;&lt;br /&gt;I strongly recommend that you take a look at the three beginners tutorials we have for &lt;a href="https://devzone.nordicsemi.com/tutorials/b/bluetooth-low-energy/posts/ble-advertising-a-beginners-tutorial"&gt;advertising&lt;/a&gt;, &lt;a href="https://devzone.nordicsemi.com/tutorials/b/bluetooth-low-energy/posts/ble-services-a-beginners-tutorial"&gt;services&lt;/a&gt;, and &lt;a href="https://devzone.nordicsemi.com/tutorials/b/bluetooth-low-energy/posts/ble-characteristics-a-beginners-tutorial"&gt;characteristics&lt;/a&gt;, in that particular order.&lt;br /&gt;&lt;br /&gt;There is also a &lt;a href="https://github.com/bjornspockeli/custom_ble_service_example"&gt;custom service tutorial&lt;/a&gt;, which is a combined version of the three tutorials you could do for further understanding.&lt;/p&gt;
&lt;p&gt;Connections in the code are essentially handled in a &lt;a href="https://infocenter.nordicsemi.com/index.jsp?topic=%2Fcom.nordic.infocenter.s140.api.v6.0.0%2Fgroup___b_l_e___g_a_p.html&amp;amp;cp=2_3_2_1_1_2_1"&gt;GAP event&lt;/a&gt;, more specifically by using the &lt;strong&gt;&lt;a href="https://infocenter.nordicsemi.com/index.jsp?topic=%2Fcom.nordic.infocenter.s140.api.v6.0.0%2Fgroup___b_l_e___g_a_p___f_u_n_c_t_i_o_n_s.html&amp;amp;anchor=gacca0e56084c7b3ed832b1bfa3911b7fe"&gt;sd_ble_gap_connect()&lt;/a&gt;&lt;/strong&gt; API.&lt;/p&gt;
&lt;p&gt;- Andreas&lt;/p&gt;&lt;div style="clear:both;"&gt;&lt;/div&gt;</description></item></channel></rss>