<?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>NRF52840 issue with IOS 5.0 Devices</title><link>https://devzone.nordicsemi.com/f/nordic-q-a/49092/nrf52840-issue-with-ios-5-0-devices</link><description>Okay, this is a fairly involved issue, so I will try to simplify as best as I can. 
 In short, my new Ipad Mini 5 cannot connect to an NRF52840 running the NUS peripheral ( SDK15.3, SD-140-6.1.1). The Ipad Mini 5 can successfully connect to a nrf52832</description><dc:language>en-US</dc:language><generator>Telligent Community 13</generator><lastBuildDate>Mon, 01 Jul 2019 21:23:30 GMT</lastBuildDate><atom:link rel="self" type="application/rss+xml" href="https://devzone.nordicsemi.com/f/nordic-q-a/49092/nrf52840-issue-with-ios-5-0-devices" /><item><title>RE: NRF52840 issue with IOS 5.0 Devices</title><link>https://devzone.nordicsemi.com/thread/195772?ContentTypeID=1</link><pubDate>Mon, 01 Jul 2019 21:23:30 GMT</pubDate><guid isPermaLink="false">137ad170-7792-4731-bb38-c0d22fbe4515:3eab8ab0-c21e-4cc3-8a46-763296b2cc82</guid><dc:creator>LukeC</dc:creator><description>&lt;p&gt;I figured out the problem.&amp;nbsp; I was porting a project from an old S132 project and this GAP request&amp;nbsp;event was not being handled:&lt;/p&gt;
&lt;p&gt;&lt;/p&gt;
&lt;pre&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;div style="clear:both;"&gt;&lt;/div&gt;</description></item><item><title>RE: NRF52840 issue with IOS 5.0 Devices</title><link>https://devzone.nordicsemi.com/thread/195362?ContentTypeID=1</link><pubDate>Fri, 28 Jun 2019 12:32:45 GMT</pubDate><guid isPermaLink="false">137ad170-7792-4731-bb38-c0d22fbe4515:0f01d13a-6960-4327-9b78-f23066f7e733</guid><dc:creator>Mttrinh</dc:creator><description>&lt;p&gt;Hi,&lt;/p&gt;
&lt;p&gt;I&amp;#39;m not sure what is causing the issue. I try testing this over here with a newer device with BLE 5.0. Do you use an unmodified version of the UART example from the SDK?&lt;/p&gt;&lt;div style="clear:both;"&gt;&lt;/div&gt;</description></item></channel></rss>