<?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>ble pair confusion</title><link>https://devzone.nordicsemi.com/f/nordic-q-a/8441/ble-pair-confusion</link><description>Now I am working on ble_app_uart project. For security reason, I don&amp;#39;t want any unaccepted mobile phone connecting to my peripheral device. 
 From this post link text ,
I found this 
 
 By setting IO capabilities to BLE_GAP_IO_CAPS_NONE the iPhone</description><dc:language>en-US</dc:language><generator>Telligent Community 13</generator><lastBuildDate>Mon, 28 Sep 2020 11:12:05 GMT</lastBuildDate><atom:link rel="self" type="application/rss+xml" href="https://devzone.nordicsemi.com/f/nordic-q-a/8441/ble-pair-confusion" /><item><title>RE: ble pair confusion</title><link>https://devzone.nordicsemi.com/thread/271738?ContentTypeID=1</link><pubDate>Mon, 28 Sep 2020 11:12:05 GMT</pubDate><guid isPermaLink="false">137ad170-7792-4731-bb38-c0d22fbe4515:5191889b-4b7d-43ff-9d62-46516260a6e7</guid><dc:creator>Priyajit</dc:creator><description>&lt;p&gt;&lt;span&gt;How to enable&amp;nbsp;pairing in ble_app_uart example?&lt;/span&gt;&lt;/p&gt;&lt;div style="clear:both;"&gt;&lt;/div&gt;</description></item><item><title>RE: ble pair confusion</title><link>https://devzone.nordicsemi.com/thread/127345?ContentTypeID=1</link><pubDate>Mon, 09 Apr 2018 07:33:19 GMT</pubDate><guid isPermaLink="false">137ad170-7792-4731-bb38-c0d22fbe4515:60afffd1-6767-4161-b760-0431321be271</guid><dc:creator>Petter Myhre</dc:creator><description>&lt;p&gt;Most of the examples in the SDK supports pairing/bonding, but that is through the Peer Manager. If you only want pairing you can simple call sd_ble_gap_sec_params_reply() with the appropriate arguments. Please see &lt;a href="http://infocenter.nordicsemi.com/topic/com.nordic.infocenter.s132.api.v6.0.0/group___b_l_e___g_a_p___p_e_r_i_p_h___p_a_i_r_i_n_g___j_w___m_s_c.html?cp=2_3_1_1_0_2_1_3_10_7_5"&gt;this&lt;/a&gt; for more information.&lt;/p&gt;&lt;div style="clear:both;"&gt;&lt;/div&gt;</description></item><item><title>RE: ble pair confusion</title><link>https://devzone.nordicsemi.com/thread/127333?ContentTypeID=1</link><pubDate>Mon, 09 Apr 2018 06:31:18 GMT</pubDate><guid isPermaLink="false">137ad170-7792-4731-bb38-c0d22fbe4515:162c6adc-7a9c-4e25-a4bb-9b872f505c47</guid><dc:creator>Darshan</dc:creator><description>&lt;p&gt;Though this example does not support pairing is there any other way or changes to be made in&amp;nbsp;BLE_GAP_EVT_SEC_PARAMS_REQUEST to support pairing.Or any reference example in sdk which supports pairing.&lt;/p&gt;&lt;div style="clear:both;"&gt;&lt;/div&gt;</description></item><item><title>RE: ble pair confusion</title><link>https://devzone.nordicsemi.com/thread/30734?ContentTypeID=1</link><pubDate>Tue, 04 Aug 2015 05:51:34 GMT</pubDate><guid isPermaLink="false">137ad170-7792-4731-bb38-c0d22fbe4515:04dc8419-80cb-4f8e-9f0e-d23c11c010d0</guid><dc:creator>yiran</dc:creator><description>&lt;p&gt;Thank you very much! I miss this line probably.&lt;/p&gt;&lt;div style="clear:both;"&gt;&lt;/div&gt;</description></item><item><title>RE: ble pair confusion</title><link>https://devzone.nordicsemi.com/thread/30733?ContentTypeID=1</link><pubDate>Mon, 03 Aug 2015 09:15:33 GMT</pubDate><guid isPermaLink="false">137ad170-7792-4731-bb38-c0d22fbe4515:e4599c0e-c444-42aa-9553-676d1bb089f7</guid><dc:creator>Petter Myhre</dc:creator><description>&lt;p&gt;The unmodifed ble_app_uart example doesn&amp;#39;t support pairing. The nrf uart app will not try to pair, so it works. But if you try to connect from Bluetooth settings it will try to pair, and the ble_app_uart will reply with pairing not supported:&lt;/p&gt;
&lt;pre&gt;&lt;code&gt; case BLE_GAP_EVT_SEC_PARAMS_REQUEST:
    // Pairing not supported
    err_code = sd_ble_gap_sec_params_reply(m_conn_handle, BLE_GAP_SEC_STATUS_PAIRING_NOT_SUPP, NULL, NULL);
    APP_ERROR_CHECK(err_code);
    break;
&lt;/code&gt;&lt;/pre&gt;&lt;div style="clear:both;"&gt;&lt;/div&gt;</description></item><item><title>RE: ble pair confusion</title><link>https://devzone.nordicsemi.com/thread/30732?ContentTypeID=1</link><pubDate>Mon, 03 Aug 2015 00:35:36 GMT</pubDate><guid isPermaLink="false">137ad170-7792-4731-bb38-c0d22fbe4515:9b83c87d-bfbe-4640-af05-d3e023b9b155</guid><dc:creator>yiran</dc:creator><description>&lt;p&gt;BLE_ADV_MODE_FAST mode, no more security set. The default mobile phone bluetooth function shows the reject info. my complete code is here &lt;a href="https://github.com/darouwan/uart/blob/master/main.c"&gt;github.com/.../main.c&lt;/a&gt;&lt;a href="https://github.com/darouwan/uart/blob/master/main.c"&gt;link text&lt;/a&gt;&lt;/p&gt;&lt;div style="clear:both;"&gt;&lt;/div&gt;</description></item><item><title>RE: ble pair confusion</title><link>https://devzone.nordicsemi.com/thread/30731?ContentTypeID=1</link><pubDate>Fri, 31 Jul 2015 08:14:36 GMT</pubDate><guid isPermaLink="false">137ad170-7792-4731-bb38-c0d22fbe4515:1a537a70-21ae-483a-9ed6-3eae0bd15693</guid><dc:creator>Petter Myhre</dc:creator><description>&lt;p&gt;What shows that the connection is rejected? Another app? What kind of security are you after?&lt;/p&gt;&lt;div style="clear:both;"&gt;&lt;/div&gt;</description></item></channel></rss>