<?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 LE OOB Pairing</title><link>https://devzone.nordicsemi.com/f/nordic-q-a/118406/bluetooth-le-oob-pairing</link><description>Hello everyone, 
 I am developing a project where I need to perform bluetooth OOB pairing using an NFC reader. I have a couple questions about this. 
 The first is, what options do I need to enable in proj.conf to enbale LE Secure Connections OOB pairing</description><dc:language>en-US</dc:language><generator>Telligent Community 13</generator><lastBuildDate>Thu, 30 Jan 2025 22:29:43 GMT</lastBuildDate><atom:link rel="self" type="application/rss+xml" href="https://devzone.nordicsemi.com/f/nordic-q-a/118406/bluetooth-le-oob-pairing" /><item><title>RE: Bluetooth LE OOB Pairing</title><link>https://devzone.nordicsemi.com/thread/520796?ContentTypeID=1</link><pubDate>Thu, 30 Jan 2025 22:29:43 GMT</pubDate><guid isPermaLink="false">137ad170-7792-4731-bb38-c0d22fbe4515:81d43c10-0945-4992-91e0-3569271bc71a</guid><dc:creator>Amanda Hsieh</dc:creator><description>&lt;p&gt;Do you&amp;nbsp;&lt;span&gt;add the&amp;nbsp;&lt;/span&gt;&lt;code dir="ltr"&gt;.oob_data_request&lt;/code&gt;&lt;span&gt;&amp;nbsp;callback in the&amp;nbsp;&lt;/span&gt;&lt;code dir="ltr"&gt;conn_auth_callbacks&lt;/code&gt;&lt;span&gt;&amp;nbsp;structure to handle such events as &lt;a href="https://github.com/nrfconnect/sdk-nrf/blob/main/samples/bluetooth/peripheral_nfc_pairing/src/main.c#L357"&gt;this line&lt;/a&gt;?&lt;/span&gt;&lt;/p&gt;
&lt;p&gt;&lt;span&gt;Do you enable&amp;nbsp;CONFIG_NFC_NDEF_LE_OOB_REC=y and&amp;nbsp;CONFIG_NFC_NDEF_LE_OOB_REC_PARSER=y in your prj.conf?&lt;/span&gt;&lt;/p&gt;
&lt;p&gt;&lt;span&gt;You can take a look at &lt;a href="https://devzone.nordicsemi.com/f/nordic-q-a/117338/pairing-fail-with-ncs-2-8-0"&gt;this post&lt;/a&gt;&amp;nbsp;which also got pairing fails with the code 0x03 (BT_SECURITY_ERR_OOB_NOT_AVAILABLE). Not sure it can help or not, but it&amp;#39;s worth checking it.&amp;nbsp;&lt;/span&gt;&lt;/p&gt;&lt;div style="clear:both;"&gt;&lt;/div&gt;</description></item><item><title>RE: Bluetooth LE OOB Pairing</title><link>https://devzone.nordicsemi.com/thread/520529?ContentTypeID=1</link><pubDate>Wed, 29 Jan 2025 10:02:53 GMT</pubDate><guid isPermaLink="false">137ad170-7792-4731-bb38-c0d22fbe4515:5fd20207-b299-4f68-8680-cb814658bb7f</guid><dc:creator>Portilha</dc:creator><description>&lt;p&gt;Hello,&lt;/p&gt;
&lt;p&gt;I did not use that sample because I am using a dedicated NFC reader with card emulation capabilities. The process I am using is very similar to the one of the demo. I encode the bluetooth NDEF record into the shield, set the OOB Data request callback and start the advertise.&lt;/p&gt;
&lt;p&gt;When I don&amp;acute;t set the oob_data flag, and I touch the shield with the smartphone, the pairing procedure starts but then it changes to numeric comparison to finish the pairing.&lt;/p&gt;
&lt;p&gt;If I set the oob_data flag the pairing fails with the code 0x03 (BT_SECURITY_ERR_OOB_NOT_AVAILABLE). Additionally, the oob_data callback is not triggered. Can you tell me if there is any configuration needed? Or how I can trigger the callback?&lt;/p&gt;
&lt;p&gt;BR.&lt;/p&gt;&lt;div style="clear:both;"&gt;&lt;/div&gt;</description></item><item><title>RE: Bluetooth LE OOB Pairing</title><link>https://devzone.nordicsemi.com/thread/520470?ContentTypeID=1</link><pubDate>Tue, 28 Jan 2025 20:25:56 GMT</pubDate><guid isPermaLink="false">137ad170-7792-4731-bb38-c0d22fbe4515:36a39d6b-d935-49b2-9bb6-3ab37e8250c1</guid><dc:creator>Amanda Hsieh</dc:creator><description>&lt;p&gt;Did you test with&amp;nbsp;&lt;a href="https://docs.nordicsemi.com/bundle/ncs-latest/page/nrf/samples/bluetooth/peripheral_nfc_pairing/README.html"&gt;Bluetooth: NFC pairing&lt;/a&gt;&lt;span&gt;&amp;nbsp;sample? Do you get the same issue?&lt;/span&gt;&lt;/p&gt;
&lt;p&gt;&lt;span&gt;What NCS version are you using?&lt;/span&gt;&lt;/p&gt;&lt;div style="clear:both;"&gt;&lt;/div&gt;</description></item><item><title>RE: Bluetooth LE OOB Pairing</title><link>https://devzone.nordicsemi.com/thread/520381?ContentTypeID=1</link><pubDate>Tue, 28 Jan 2025 14:09:47 GMT</pubDate><guid isPermaLink="false">137ad170-7792-4731-bb38-c0d22fbe4515:d58e5eae-ab1a-4c82-8aeb-51a83c68f5be</guid><dc:creator>Portilha</dc:creator><description>&lt;p&gt;Hello,&amp;nbsp;&lt;/p&gt;
&lt;p&gt;I have already checked that sample. However, in my case I cannot trigger the &amp;#39;&lt;/p&gt;
&lt;div&gt;
&lt;div&gt;&lt;span&gt;auth_oob_data_request&amp;#39; callback. Do you have any idea why that might be happening?&lt;/span&gt;&lt;/div&gt;
&lt;div&gt;&lt;span&gt;&amp;nbsp;&lt;/span&gt;&lt;/div&gt;
&lt;div&gt;&lt;span&gt;BR&lt;/span&gt;&lt;/div&gt;
&lt;/div&gt;&lt;div style="clear:both;"&gt;&lt;/div&gt;</description></item><item><title>RE: Bluetooth LE OOB Pairing</title><link>https://devzone.nordicsemi.com/thread/520374?ContentTypeID=1</link><pubDate>Tue, 28 Jan 2025 13:27:39 GMT</pubDate><guid isPermaLink="false">137ad170-7792-4731-bb38-c0d22fbe4515:1a851289-3348-4fb9-919d-07d23c7796c8</guid><dc:creator>Amanda Hsieh</dc:creator><description>&lt;p&gt;Hi,&amp;nbsp;&lt;/p&gt;
&lt;p&gt;Check out this&amp;nbsp;&lt;a href="https://docs.nordicsemi.com/bundle/ncs-latest/page/nrf/samples/bluetooth/peripheral_nfc_pairing/README.html"&gt;Bluetooth: NFC pairing&lt;/a&gt;&amp;nbsp;sample.&amp;nbsp;&lt;/p&gt;
&lt;p&gt;Regards,&lt;br /&gt;Amanda H.&lt;/p&gt;&lt;div style="clear:both;"&gt;&lt;/div&gt;</description></item></channel></rss>