<?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 Android Connection Issue</title><link>https://devzone.nordicsemi.com/f/nordic-q-a/126955/nrf52840-android-connection-issue</link><description>We are facing in BLE connection issue in Android phone. 
 we are planning to use 1. Android phone with &amp;#39;nRF Connect&amp;#39; for mobile as BLE central. 2. Long range demo applictaion ( github.com/.../nRF52-ble-long-range-demo)(DK52840) act as peripheral. 3. Configured</description><dc:language>en-US</dc:language><generator>Telligent Community 13</generator><lastBuildDate>Thu, 19 Feb 2026 05:03:36 GMT</lastBuildDate><atom:link rel="self" type="application/rss+xml" href="https://devzone.nordicsemi.com/f/nordic-q-a/126955/nrf52840-android-connection-issue" /><item><title>RE: nRf52840 Android Connection Issue</title><link>https://devzone.nordicsemi.com/thread/561552?ContentTypeID=1</link><pubDate>Thu, 19 Feb 2026 05:03:36 GMT</pubDate><guid isPermaLink="false">137ad170-7792-4731-bb38-c0d22fbe4515:fca8e266-995f-4df0-8abe-0c50e2d66ed8</guid><dc:creator>Gaurav Kapoor</dc:creator><description>&lt;p&gt;we have taken it up locally , we can close this ticket now&amp;nbsp;&lt;/p&gt;&lt;div style="clear:both;"&gt;&lt;/div&gt;</description></item><item><title>RE: nRf52840 Android Connection Issue</title><link>https://devzone.nordicsemi.com/thread/561479?ContentTypeID=1</link><pubDate>Wed, 18 Feb 2026 13:11:22 GMT</pubDate><guid isPermaLink="false">137ad170-7792-4731-bb38-c0d22fbe4515:6f2ab547-e437-4ecf-a5ea-ab7db969976f</guid><dc:creator>Einar Thorsrud</dc:creator><description>&lt;p&gt;Are you advertising on Coded PHY in this case? Can you make&amp;nbsp;sniffer trace&amp;nbsp;showing&amp;nbsp;what is&amp;nbsp;happening on air both on the non working cases and with a working device as reference? (without a sniffer trace it is not easy to say much). Also, can you share the &lt;em&gt;exact&lt;/em&gt; project that you are testing with so that I can see what you are using while referencing the sniffer trace?&lt;/p&gt;&lt;div style="clear:both;"&gt;&lt;/div&gt;</description></item><item><title>RE: nRf52840 Android Connection Issue</title><link>https://devzone.nordicsemi.com/thread/561215?ContentTypeID=1</link><pubDate>Mon, 16 Feb 2026 11:03:23 GMT</pubDate><guid isPermaLink="false">137ad170-7792-4731-bb38-c0d22fbe4515:b3fff899-0afe-4e11-a9f5-08cf869a2433</guid><dc:creator>Vijay01</dc:creator><description>&lt;p&gt;I copied ble_app_blinky as ble_app_blinky_coded_phy from examples\ble_peripheral folder and followed the guidelines given in &lt;a href="https://devzone.nordicsemi.com/f/nordic-q-a/75549/coded-phy-for-blinky-peripheral-and-central/311301"&gt;URL&lt;/a&gt;&amp;nbsp;with nRF5_SDK_17.1.0_ddde560.&lt;/p&gt;
&lt;p&gt;1. Displaying &amp;#39;N/A&amp;#39; as Name in advertisement and MAC address is updating in the &amp;#39;nRF Connect App&amp;#39; for Android.&lt;br /&gt;2. We are able to connect Samsung A26 with Andoird 16 and Realme P4 pro with Android 16.&lt;br /&gt;3. Facing connection issue in Realme P3 pro with Android 16.&lt;br /&gt;4. Not visible in Android 15. &lt;br /&gt;5. Verified range with obstacles&amp;nbsp;~9 meters in floor.&lt;/p&gt;&lt;div style="clear:both;"&gt;&lt;/div&gt;</description></item><item><title>RE: nRf52840 Android Connection Issue</title><link>https://devzone.nordicsemi.com/thread/561131?ContentTypeID=1</link><pubDate>Fri, 13 Feb 2026 14:38:42 GMT</pubDate><guid isPermaLink="false">137ad170-7792-4731-bb38-c0d22fbe4515:1fc1ea33-275b-46da-a89c-e5c8302145a1</guid><dc:creator>Einar Thorsrud</dc:creator><description>&lt;p&gt;Hi,&lt;/p&gt;
&lt;p&gt;I see. 0x0023 is&amp;nbsp;BLE_GAP_EVT_DATA_LENGTH_UPDATE_REQUEST:&lt;/p&gt;
&lt;p&gt;&lt;pre class="ui-code" data-mode="text"&gt;  BLE_GAP_EVT_DATA_LENGTH_UPDATE_REQUEST = BLE_GAP_EVT_BASE + 19,   /**&amp;lt; Data Length Update Request.                     \n Reply with @ref sd_ble_gap_data_length_update. \n See @ref ble_gap_evt_data_length_update_request_t. */&lt;/pre&gt;(As&amp;nbsp;BLE_GAP_EVT_BASE is 0x10).&lt;/p&gt;
&lt;p&gt;That should be handled. I would recommend not using the demo you have found as that is outdated, and instead using another sample that is more current. &lt;a href="https://devzone.nordicsemi.com/f/nordic-q-a/75549/coded-phy-for-blinky-peripheral-and-central/311301"&gt;This post&lt;/a&gt; shows how you can adapt a sample from SDK 17 to connect on coded PHY. This same will work on SDK 17.1.0. I would recommend nRF Connect SDK, though.&lt;/p&gt;
&lt;p&gt;If you still have problems, pleas share logs from nRF side and phone side, as well as a sniffer trace showing the attempted connection, so that we can see what the problem is. (If you have an additional nRF52 DK or dongle, you can use that with &lt;a href="https://www.nordicsemi.com/Products/Development-tools/nRF-Sniffer-for-Bluetooth-LE"&gt;nRF Sniffer for BLE&lt;/a&gt;)&lt;/p&gt;&lt;div style="clear:both;"&gt;&lt;/div&gt;</description></item><item><title>RE: nRf52840 Android Connection Issue</title><link>https://devzone.nordicsemi.com/thread/561116?ContentTypeID=1</link><pubDate>Fri, 13 Feb 2026 13:55:27 GMT</pubDate><guid isPermaLink="false">137ad170-7792-4731-bb38-c0d22fbe4515:f3e0f8be-c547-419e-96ff-bf8d7bbde8de</guid><dc:creator>Vijay01</dc:creator><description>&lt;p&gt;With long range demo example with 1M PHY setting and Coded PHY, facing connection issue in most of the Android 15, Android 16, iPhone (iOS) phones.&lt;/p&gt;
&lt;p&gt;Received an unimplemented BLE event: the value of&amp;nbsp;&lt;span&gt;p_ble_evt-&amp;gt;header.evt_id is&lt;/span&gt; 0x0023&lt;/p&gt;
&lt;p&gt;Even after changing the code nRF5 SDK 17.1.0 the result is same, it is not connecting to android 15 mobiles with in 1M PHY.&lt;/p&gt;&lt;div style="clear:both;"&gt;&lt;/div&gt;</description></item><item><title>RE: nRf52840 Android Connection Issue</title><link>https://devzone.nordicsemi.com/thread/561012?ContentTypeID=1</link><pubDate>Thu, 12 Feb 2026 12:54:28 GMT</pubDate><guid isPermaLink="false">137ad170-7792-4731-bb38-c0d22fbe4515:04b6e60d-ec65-4c6b-9dc5-8aabeff86ba2</guid><dc:creator>Einar Thorsrud</dc:creator><description>&lt;p&gt;Hi,&lt;/p&gt;
&lt;p&gt;Are you able to connect on 1 Mbps with all phones, some fail with Coded PHY? If so, that is not unlikely as many phones, particularily iPhones do not support coded PHY.&lt;/p&gt;
&lt;p&gt;Regarding the &amp;quot;Received an unimplemented BLE event&amp;quot; message, you can print the event (&lt;code&gt;p_ble_evt-&amp;gt;header.evt_id&lt;/code&gt; in the event handler) in the code to see which event it is, and then decide if you need to handle it or it can be ignored.&lt;/p&gt;
&lt;p&gt;Note that this demo and nRF5 SDK 15.0.0 is 8 years old, so if you are going to move forward with this I would consider migrating to nRF Connect SDK (or at the very least nRF5 SDK 17.1.x. There has been significant development since nRF5 SDK 15.0.0.&lt;/p&gt;&lt;div style="clear:both;"&gt;&lt;/div&gt;</description></item><item><title>RE: nRf52840 Android Connection Issue</title><link>https://devzone.nordicsemi.com/thread/560967?ContentTypeID=1</link><pubDate>Thu, 12 Feb 2026 05:56:34 GMT</pubDate><guid isPermaLink="false">137ad170-7792-4731-bb38-c0d22fbe4515:f6e5c27b-0b46-4255-909f-7a21cfeb9835</guid><dc:creator>Vijay01</dc:creator><description>&lt;p&gt;We are able to connect to all mobiles to nRF52840 acts peripheral with &amp;#39;ble_app_blinky&amp;#39; which comes with nRF5_SDK_15.0.0_a53641a in examples folder.&lt;/p&gt;
&lt;p&gt;&lt;strong&gt;Long range demo example (downloaded from &lt;a href="https://github.com/NordicPlayground/nRF52-ble-long-range-demo)"&gt;github.com/.../nRF52-ble-long-range-demo)&lt;/a&gt; with nRF52840 EVK:&lt;/strong&gt;&amp;nbsp;We are not able to connect most of mobiles like iPhone v26.2.1, Android 15(POCO, IQOO), Android 16(realme) and tried with by toggling between Coded PHY, 1M PHY using button1 and between 0dbm, 8dbm using button2.&lt;/p&gt;
&lt;p&gt;&amp;#39;Received an unimplemented BLE event&amp;#39; on UART when facing connection issue from above listed phones. We are getting advertisements on all Android15, Android 16, iPhone phones with long range demo also.&lt;br /&gt;Log and phone image are attached for your reference.&lt;/p&gt;
&lt;p&gt;we are getting 100meters line-of-sight with ble_app_blinky and 8dbm tx power, 1M PHY.&lt;/p&gt;
&lt;p&gt;&lt;span&gt;we are getting 350meters line-of-sight with&amp;nbsp;long range demo and 8dbm tx power,&amp;nbsp;Coded&amp;nbsp;PHY.&lt;/span&gt;&lt;/p&gt;
&lt;p&gt;We are expecting BLE connectivity with recently released phones along with long range.&lt;/p&gt;
&lt;p&gt;&lt;img style="max-height:240px;max-width:320px;" src="https://devzone.nordicsemi.com/resized-image/__size/640x480/__key/communityserver-discussions-components-files/4/7853.log.png" alt=" " /&gt;&lt;img style="max-height:240px;max-width:320px;" src="https://devzone.nordicsemi.com/resized-image/__size/640x480/__key/communityserver-discussions-components-files/4/Android15_5F00_POCO.jpg" alt=" " /&gt;&lt;/p&gt;&lt;div style="clear:both;"&gt;&lt;/div&gt;</description></item><item><title>RE: nRf52840 Android Connection Issue</title><link>https://devzone.nordicsemi.com/thread/560931?ContentTypeID=1</link><pubDate>Wed, 11 Feb 2026 15:09:48 GMT</pubDate><guid isPermaLink="false">137ad170-7792-4731-bb38-c0d22fbe4515:ed3149f3-fcbd-4ca9-82f6-21327eb798d0</guid><dc:creator>Einar Thorsrud</dc:creator><description>&lt;p&gt;Hi,&lt;/p&gt;
&lt;p&gt;Can you elaborate on the issue? How does it manifest? Do you have logs and sniffer traces that can shed some light on what is going on?&lt;/p&gt;&lt;div style="clear:both;"&gt;&lt;/div&gt;</description></item></channel></rss>