<?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>Can not connect to devices with SDK 13 from android 4.4.4</title><link>https://devzone.nordicsemi.com/f/nordic-q-a/22055/can-not-connect-to-devices-with-sdk-13-from-android-4-4-4</link><description>Hi,
I use the NRF-toolbox app&amp;#39;s UART feature for connecting to nordic devices.
Android version is 4.4.4 and the device used is a Samsung device.
Everything was working fine when nordic device was using SDK 11, Softdevice S132 v3.
But after migration</description><dc:language>en-US</dc:language><generator>Telligent Community 13</generator><lastBuildDate>Thu, 18 May 2017 05:23:09 GMT</lastBuildDate><atom:link rel="self" type="application/rss+xml" href="https://devzone.nordicsemi.com/f/nordic-q-a/22055/can-not-connect-to-devices-with-sdk-13-from-android-4-4-4" /><item><title>RE: Can not connect to devices with SDK 13 from android 4.4.4</title><link>https://devzone.nordicsemi.com/thread/86571?ContentTypeID=1</link><pubDate>Thu, 18 May 2017 05:23:09 GMT</pubDate><guid isPermaLink="false">137ad170-7792-4731-bb38-c0d22fbe4515:637527ab-bc83-4f20-b4d6-3d0d026eb370</guid><dc:creator>Sourabh Barve</dc:creator><description>&lt;p&gt;Thanks Kristin. It worked. If only nrf_ble_gatt_init() is commented instead of entire gatt_init(), it also works on devices supporting BLE4.2.&lt;/p&gt;&lt;div style="clear:both;"&gt;&lt;/div&gt;</description></item><item><title>RE: Can not connect to devices with SDK 13 from android 4.4.4</title><link>https://devzone.nordicsemi.com/thread/86570?ContentTypeID=1</link><pubDate>Tue, 16 May 2017 13:04:08 GMT</pubDate><guid isPermaLink="false">137ad170-7792-4731-bb38-c0d22fbe4515:fb072c64-6452-4f21-a3a4-05f51ca9aee4</guid><dc:creator>FormerMember</dc:creator><description>&lt;p&gt;In SDK 13, a &amp;quot;GATT module&amp;quot; was introduced and is enabled by default. This module enables MTU request and Data Packet Length extension (DLE). For all phones supporting BLE 4.2 and above, the examples in the SDK will work out of the box.&lt;/p&gt;
&lt;p&gt;For phones that support BLE 4.0 and/or BLE 4.1 only, MTU request and DLE will not work. In that case, you will have to disable it in the SDK example: all you need to do is to comment out &lt;code&gt;gatt_init()&lt;/code&gt;.&lt;/p&gt;&lt;div style="clear:both;"&gt;&lt;/div&gt;</description></item></channel></rss>