<?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>Pairing Issue with SD6.1.1 and OnePlus 5</title><link>https://devzone.nordicsemi.com/f/nordic-q-a/58795/pairing-issue-with-sd6-1-1-and-oneplus-5</link><description>After the update from the SD4.0.2 to the SD6.1.1 (nrf52832), it is not anymore possible to pair with the OnePlus5 (Android 9.0) With the Galaxy Note8 (Android 9.0) it works. The comparison between the LOG from the Note8 and the OnePlus is visible in the</description><dc:language>en-US</dc:language><generator>Telligent Community 13</generator><lastBuildDate>Mon, 09 Mar 2020 09:40:57 GMT</lastBuildDate><atom:link rel="self" type="application/rss+xml" href="https://devzone.nordicsemi.com/f/nordic-q-a/58795/pairing-issue-with-sd6-1-1-and-oneplus-5" /><item><title>RE: Pairing Issue with SD6.1.1 and OnePlus 5</title><link>https://devzone.nordicsemi.com/thread/238748?ContentTypeID=1</link><pubDate>Mon, 09 Mar 2020 09:40:57 GMT</pubDate><guid isPermaLink="false">137ad170-7792-4731-bb38-c0d22fbe4515:7d40ae77-f064-4121-be24-25706cf0fd4b</guid><dc:creator>bjorn-spockeli</dc:creator><description>&lt;p&gt;&lt;a href="https://devzone.nordicsemi.com/members/nobody_5f00_19"&gt;nobody_19&lt;/a&gt;: We added support for the 2Mbps PHY in S132 v5.0.0 and in all subsequent versions of the SD you will get the BLE_GAP_EVT_PHY_UPDATE_REQUEST in the application when the Central sends a LL_PHY_REQ. This needs to be handled by calling&amp;nbsp;&lt;a href="https://infocenter.nordicsemi.com/topic/com.nordic.infocenter.s132.api.v6.1.1/group___b_l_e___g_a_p___f_u_n_c_t_i_o_n_s.html#gab845ddf7b56ef556ab9c2c74d5199ff8"&gt;sd_ble_gap_phy_update&lt;/a&gt;, see&amp;nbsp;&lt;a href="https://infocenter.nordicsemi.com/topic/com.nordic.infocenter.s132.api.v6.1.1/group___b_l_e___g_a_p___p_e_r_i_p_h_e_r_a_l___p_h_y___u_p_d_a_t_e.html"&gt;Peripheral PHY Update&lt;/a&gt;. So if you are not handling this event in your application then you need to add the following snippet&amp;nbsp;&lt;/p&gt;
&lt;p&gt;&lt;pre class="ui-code" data-mode="c_cpp"&gt; case BLE_GAP_EVT_PHY_UPDATE_REQUEST:
        {
            NRF_LOG_DEBUG(&amp;quot;PHY update request.&amp;quot;);
            ble_gap_phys_t const phys =
            {
                .rx_phys = BLE_GAP_PHY_AUTO,
                .tx_phys = BLE_GAP_PHY_AUTO,
            };
            err_code = sd_ble_gap_phy_update(p_ble_evt-&amp;gt;evt.gap_evt.conn_handle, &amp;amp;phys);
            APP_ERROR_CHECK(err_code);
        } break;&lt;/pre&gt;&lt;/p&gt;
&lt;p&gt;to the&amp;nbsp;ble_evt_handler() function in main.c.&amp;nbsp;&lt;/p&gt;
&lt;p&gt;Best regards&lt;/p&gt;
&lt;p&gt;Bjørn&lt;/p&gt;&lt;div style="clear:both;"&gt;&lt;/div&gt;</description></item><item><title>RE: Pairing Issue with SD6.1.1 and OnePlus 5</title><link>https://devzone.nordicsemi.com/thread/238715?ContentTypeID=1</link><pubDate>Mon, 09 Mar 2020 07:55:28 GMT</pubDate><guid isPermaLink="false">137ad170-7792-4731-bb38-c0d22fbe4515:1ddb244f-fa8a-42c5-ade6-92569933fd3c</guid><dc:creator>nobody_19</dc:creator><description>&lt;p&gt;&lt;a href="https://devzone.nordicsemi.com/cfs-file/__key/communityserver-discussions-components-files/4/OnePlusPairing_5F00_2020_5F00_03_5F00_09.pcapng"&gt;devzone.nordicsemi.com/.../OnePlusPairing_5F00_2020_5F00_03_5F00_09.pcapng&lt;/a&gt;&lt;a href="https://devzone.nordicsemi.com/cfs-file/__key/communityserver-discussions-components-files/4/notePairingBondig.pcapng"&gt;devzone.nordicsemi.com/.../notePairingBondig.pcapng&lt;/a&gt;&lt;/p&gt;
&lt;p&gt;It looks that the onePlus does a PHY request,&amp;nbsp;which the GalaxyNote does not. Why is the SD not answering to the onePlus PHY request? Do I have to configure something?&lt;/p&gt;&lt;div style="clear:both;"&gt;&lt;/div&gt;</description></item><item><title>RE: Pairing Issue with SD6.1.1 and OnePlus 5</title><link>https://devzone.nordicsemi.com/thread/238702?ContentTypeID=1</link><pubDate>Mon, 09 Mar 2020 06:50:42 GMT</pubDate><guid isPermaLink="false">137ad170-7792-4731-bb38-c0d22fbe4515:16e9067f-329b-42b7-b204-9291725f03b9</guid><dc:creator>bjorn-spockeli</dc:creator><description>&lt;p&gt;&lt;a href="https://devzone.nordicsemi.com/members/nobody_5f00_19"&gt;nobody_19&lt;/a&gt;: The on-air trace only show advertisment packets, please make sure that you capture the connection process as well. Can you try to capture a new trace when&amp;nbsp; you connect to the nRF52832 with the OnePlus?&lt;/p&gt;&lt;div style="clear:both;"&gt;&lt;/div&gt;</description></item><item><title>RE: Pairing Issue with SD6.1.1 and OnePlus 5</title><link>https://devzone.nordicsemi.com/thread/238537?ContentTypeID=1</link><pubDate>Fri, 06 Mar 2020 13:35:42 GMT</pubDate><guid isPermaLink="false">137ad170-7792-4731-bb38-c0d22fbe4515:01f24535-5096-47ce-b262-c47ba1cbe101</guid><dc:creator>nobody_19</dc:creator><description>&lt;p&gt;&lt;a href="https://devzone.nordicsemi.com/cfs-file/__key/communityserver-discussions-components-files/4/OnePlusPairingLog.pcapng"&gt;devzone.nordicsemi.com/.../OnePlusPairingLog.pcapng&lt;/a&gt;&lt;/p&gt;&lt;div style="clear:both;"&gt;&lt;/div&gt;</description></item><item><title>RE: Pairing Issue with SD6.1.1 and OnePlus 5</title><link>https://devzone.nordicsemi.com/thread/238525?ContentTypeID=1</link><pubDate>Fri, 06 Mar 2020 13:01:02 GMT</pubDate><guid isPermaLink="false">137ad170-7792-4731-bb38-c0d22fbe4515:75187892-15f2-4def-878f-0aad30bef574</guid><dc:creator>bjorn-spockeli</dc:creator><description>&lt;p&gt;Can you please capture a on-air trace of the communication between the nRF52832 and the two phones using the &lt;a href="https://www.nordicsemi.com/Software-and-tools/Development-Tools/nRF-Sniffer-for-Bluetooth-LE"&gt;nRF Sniffer&amp;nbsp;&lt;/a&gt;&amp;nbsp;and&amp;nbsp; nRF5x DK?&lt;/p&gt;
&lt;p&gt;Best regards&lt;/p&gt;
&lt;p&gt;Bjørn&lt;/p&gt;&lt;div style="clear:both;"&gt;&lt;/div&gt;</description></item></channel></rss>