<?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 scan question</title><link>https://devzone.nordicsemi.com/f/nordic-q-a/96239/bluetooth-scan-question</link><description>Hi. 
 I&amp;#39;m developing on a nRF52840 dongle, using ncs Version 2.1.0 in vscode. 
 I&amp;#39;ve modified the Nordic Bluetooth central_uart sample program to work in this environment, and have it successfully bridging communications between a custom application on</description><dc:language>en-US</dc:language><generator>Telligent Community 13</generator><lastBuildDate>Thu, 02 Feb 2023 14:49:21 GMT</lastBuildDate><atom:link rel="self" type="application/rss+xml" href="https://devzone.nordicsemi.com/f/nordic-q-a/96239/bluetooth-scan-question" /><item><title>RE: BLuetooth scan question</title><link>https://devzone.nordicsemi.com/thread/407822?ContentTypeID=1</link><pubDate>Thu, 02 Feb 2023 14:49:21 GMT</pubDate><guid isPermaLink="false">137ad170-7792-4731-bb38-c0d22fbe4515:07db3b7f-1242-4f3b-8870-532dc8d195ab</guid><dc:creator>helsing</dc:creator><description>&lt;p&gt;Hi Martin,&lt;/p&gt;
&lt;p&gt;Having a look at the central_uart, you can see that &lt;code&gt;scan_filter_match&lt;/code&gt; is where to collect the matching address, &lt;code&gt;addr&lt;/code&gt;.&lt;/p&gt;
&lt;p&gt;To create a new connection with a specific device, you provide the address to &lt;code&gt;bt_conn_le_create&lt;/code&gt;.&lt;/p&gt;
&lt;p&gt;In order to not connect automatically when a match is found, set &lt;code&gt;.connect_if_match = 0. &lt;/code&gt;in&lt;code&gt; scan_init.&lt;br /&gt;&lt;/code&gt;&lt;/p&gt;
&lt;p&gt;Hope this helps!&lt;code&gt;&lt;/code&gt;&lt;/p&gt;&lt;div style="clear:both;"&gt;&lt;/div&gt;</description></item></channel></rss>