<?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>NFC Issue</title><link>https://devzone.nordicsemi.com/f/nordic-q-a/43880/nfc-issue</link><description>Hi, 
 
 I’m using SDK 15.00 and I have some issues with NFC. When I’m trying to connect with NFC - NFC_T2T_EVENT_FIELD_ON event occurs. At this point, I need to start BLE advertising, in order to complete connection. Otherwise – it doesn’t work. 
 
 Why</description><dc:language>en-US</dc:language><generator>Telligent Community 13</generator><lastBuildDate>Wed, 20 Feb 2019 07:38:11 GMT</lastBuildDate><atom:link rel="self" type="application/rss+xml" href="https://devzone.nordicsemi.com/f/nordic-q-a/43880/nfc-issue" /><item><title>RE: NFC Issue</title><link>https://devzone.nordicsemi.com/thread/172023?ContentTypeID=1</link><pubDate>Wed, 20 Feb 2019 07:38:11 GMT</pubDate><guid isPermaLink="false">137ad170-7792-4731-bb38-c0d22fbe4515:cdac60c3-008c-4b77-ace6-91f84ba7c5d9</guid><dc:creator>Roei</dc:creator><description>&lt;p&gt;Thanks!!&lt;/p&gt;&lt;div style="clear:both;"&gt;&lt;/div&gt;</description></item><item><title>RE: NFC Issue</title><link>https://devzone.nordicsemi.com/thread/171961?ContentTypeID=1</link><pubDate>Tue, 19 Feb 2019 16:40:37 GMT</pubDate><guid isPermaLink="false">137ad170-7792-4731-bb38-c0d22fbe4515:a331c8c0-dcd2-4a38-90c2-a25e0aaac00e</guid><dc:creator>tesc</dc:creator><description>&lt;p&gt;Hi,&lt;/p&gt;
&lt;p&gt;That sounds about right, yes.&lt;/p&gt;
&lt;p&gt;Regards,&lt;br /&gt;Terje&lt;/p&gt;&lt;div style="clear:both;"&gt;&lt;/div&gt;</description></item><item><title>RE: NFC Issue</title><link>https://devzone.nordicsemi.com/thread/171939?ContentTypeID=1</link><pubDate>Tue, 19 Feb 2019 15:13:38 GMT</pubDate><guid isPermaLink="false">137ad170-7792-4731-bb38-c0d22fbe4515:ea5b6e44-8849-4e72-ade2-ffdeee814eb9</guid><dc:creator>Roei</dc:creator><description>&lt;p&gt;Ok, so I understand that this is the flow:&lt;/p&gt;
&lt;p&gt;Central using NFC for connection ---&amp;gt; Peripheral is waked up and advertising ---&amp;gt;&amp;nbsp; Central is sending a request for a connection&amp;nbsp; ---&amp;gt; Central and peripheral and handshaking ---&amp;gt;Connection established.&lt;/p&gt;
&lt;p&gt;Am I right?&lt;/p&gt;&lt;div style="clear:both;"&gt;&lt;/div&gt;</description></item><item><title>RE: NFC Issue</title><link>https://devzone.nordicsemi.com/thread/171929?ContentTypeID=1</link><pubDate>Tue, 19 Feb 2019 14:44:10 GMT</pubDate><guid isPermaLink="false">137ad170-7792-4731-bb38-c0d22fbe4515:00427560-3fa0-462d-9156-f819f1ca78dd</guid><dc:creator>tesc</dc:creator><description>&lt;p&gt;Hi,&lt;/p&gt;
&lt;p&gt;You do not use NFC for connecting. If you use NFC during the connection then it is only for sending a short code which is used for encrypting the rest of the pairing / bonding procedure.&lt;/p&gt;
&lt;p&gt;When a device advertises that it is connectable, it will listen for a short period of time after each advertisement is sent out, and in this short period it can receive connection requests from centrals. This is the way establishing a BLE connection works, and it is the same no matter if the devices have previously bonded or not.&lt;/p&gt;
&lt;p&gt;For getting more familiar with BLE, please have a look at our &lt;a href="https://devzone.nordicsemi.com/tutorials/b/bluetooth-low-energy"&gt;Bluetooth Low Energy tutorials&lt;/a&gt;.&lt;/p&gt;
&lt;p&gt;Regards,&lt;br /&gt;Terje&lt;/p&gt;&lt;div style="clear:both;"&gt;&lt;/div&gt;</description></item><item><title>RE: NFC Issue</title><link>https://devzone.nordicsemi.com/thread/171920?ContentTypeID=1</link><pubDate>Tue, 19 Feb 2019 14:21:45 GMT</pubDate><guid isPermaLink="false">137ad170-7792-4731-bb38-c0d22fbe4515:05560536-0eef-459c-be30-fb2457380238</guid><dc:creator>Roei</dc:creator><description>&lt;p&gt;I thought that the meaning of advertising is broadcasting my details, so other devices will know about me and have the option to connect to me. I don&amp;#39;t understand how advertising is necessary if I try to connect to a peripheral directly with NFC, or if I was already connected and I want to connect again, while I already know the peripherals details. Maybe I didn&amp;#39;t understand it correctly. Can you please try to clarify it?&lt;/p&gt;
&lt;p&gt;&lt;/p&gt;
&lt;p&gt;Thanks again!&lt;/p&gt;&lt;div style="clear:both;"&gt;&lt;/div&gt;</description></item><item><title>RE: NFC Issue</title><link>https://devzone.nordicsemi.com/thread/171907?ContentTypeID=1</link><pubDate>Tue, 19 Feb 2019 13:36:57 GMT</pubDate><guid isPermaLink="false">137ad170-7792-4731-bb38-c0d22fbe4515:af04b77e-d54c-45e6-975b-91709e777602</guid><dc:creator>tesc</dc:creator><description>&lt;p&gt;Hi,&lt;/p&gt;
&lt;p&gt;In order to reestablish the connection at a later stage, you will always have to start by advertising.&lt;/p&gt;
&lt;p&gt;You can use directed advertising in order to advertise to one particular device only, and whitelisting to only allow connections from one device or a short list of given addresses.&lt;/p&gt;
&lt;p&gt;Regards,&lt;br /&gt;Terje&lt;/p&gt;&lt;div style="clear:both;"&gt;&lt;/div&gt;</description></item><item><title>RE: NFC Issue</title><link>https://devzone.nordicsemi.com/thread/171901?ContentTypeID=1</link><pubDate>Tue, 19 Feb 2019 13:26:48 GMT</pubDate><guid isPermaLink="false">137ad170-7792-4731-bb38-c0d22fbe4515:2dcf061e-f28a-4c27-bc91-2845b90e7317</guid><dc:creator>Roei</dc:creator><description>&lt;p&gt;Thanks, Terje!&lt;/p&gt;
&lt;p&gt;&lt;/p&gt;
&lt;p&gt;Another question, regarding advertisement:&lt;/p&gt;
&lt;p&gt;After the peripheral is connected and bonded to other central, I need the peripheral to disconnect from the central at a specific point. After that, I want to give the central the option to connect again. Do I have a way to do it, besides advertising again?&lt;/p&gt;&lt;div style="clear:both;"&gt;&lt;/div&gt;</description></item><item><title>RE: NFC Issue</title><link>https://devzone.nordicsemi.com/thread/171892?ContentTypeID=1</link><pubDate>Tue, 19 Feb 2019 13:12:16 GMT</pubDate><guid isPermaLink="false">137ad170-7792-4731-bb38-c0d22fbe4515:ff23f0d7-c06f-4862-a455-f1ad7aeb291a</guid><dc:creator>tesc</dc:creator><description>&lt;p&gt;Hi,&lt;/p&gt;
&lt;p&gt;Yes, that is normal.&lt;/p&gt;
&lt;p&gt;You can use NFC field detection for waking up the device, but you still have to follow the normal procedure for establishing a BLE connection.&lt;/p&gt;
&lt;p&gt;In order to initiate a BLE connection, the peripheral needs to advertise and the central needs to scan for those advertisements. NFC can then be used for out of band communication at a later stage in the connection procedure.&lt;/p&gt;
&lt;p&gt;Regards,&lt;br /&gt;Terje&lt;/p&gt;&lt;div style="clear:both;"&gt;&lt;/div&gt;</description></item></channel></rss>