<?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>Cannot connect to devices from SDK17 on android 13</title><link>https://devzone.nordicsemi.com/f/nordic-q-a/97841/cannot-connect-to-devices-from-sdk17-on-android-13</link><description>Services discovery fails after sometime, and this is happening on Android 13 devices. After the discovery fail devices gets disconnected. 
 Devices were connecting and bonded before the android updates, but this its not connecting anymore after the update</description><dc:language>en-US</dc:language><generator>Telligent Community 13</generator><lastBuildDate>Thu, 13 Apr 2023 13:42:37 GMT</lastBuildDate><atom:link rel="self" type="application/rss+xml" href="https://devzone.nordicsemi.com/f/nordic-q-a/97841/cannot-connect-to-devices-from-sdk17-on-android-13" /><item><title>RE: Cannot connect to devices from SDK17 on android 13</title><link>https://devzone.nordicsemi.com/thread/420278?ContentTypeID=1</link><pubDate>Thu, 13 Apr 2023 13:42:37 GMT</pubDate><guid isPermaLink="false">137ad170-7792-4731-bb38-c0d22fbe4515:c579b46b-15fd-42d0-9024-508a2e1f2df4</guid><dc:creator>Edvin</dc:creator><description>&lt;p&gt;Seeing as almost no samples uses this by default, I would not say that removing it is known for causing issues in the connection.&lt;/p&gt;
&lt;p&gt;Is there some way for me to reproduce this flaky behavior that you are seeing? Can you describe it in more detail, and upload an application that I can test to replicate it on a DK?&lt;/p&gt;
&lt;p&gt;&lt;/p&gt;
&lt;p&gt;BR,&lt;/p&gt;
&lt;p&gt;Edvin&lt;/p&gt;&lt;div style="clear:both;"&gt;&lt;/div&gt;</description></item><item><title>RE: Cannot connect to devices from SDK17 on android 13</title><link>https://devzone.nordicsemi.com/thread/419886?ContentTypeID=1</link><pubDate>Wed, 12 Apr 2023 08:23:56 GMT</pubDate><guid isPermaLink="false">137ad170-7792-4731-bb38-c0d22fbe4515:8cd46315-9502-4eab-9dea-fdb18181f8aa</guid><dc:creator>Gaurav</dc:creator><description>&lt;p&gt;Hi Edvin&lt;/p&gt;
&lt;p&gt;I know that you guys were on holidays till 11th April, so no issue on responses.&lt;/p&gt;
&lt;p&gt;But when I apply the fixes of commenting out the reliable_wr line, then reconnecting to the device again.&lt;/p&gt;
&lt;p&gt;In the phones were it was previously connecting such as iOS devices and other android devices, the services/characteristics values such as device info like firmware version, etc starts showing up as garbage. And if we do phone restart or on android we do refresh services, we start seeing the correct values of the device information.&lt;/p&gt;
&lt;p&gt;&lt;span&gt;But on the connectivity front some devices connection is not stable after the fix, its like quite flaky.&lt;/span&gt;&lt;/p&gt;
&lt;p&gt;&lt;span&gt;Do suggest if removing reliable_wr cause issues in connection.&lt;/span&gt;&lt;/p&gt;&lt;div style="clear:both;"&gt;&lt;/div&gt;</description></item><item><title>RE: Cannot connect to devices from SDK17 on android 13</title><link>https://devzone.nordicsemi.com/thread/419867?ContentTypeID=1</link><pubDate>Wed, 12 Apr 2023 07:36:02 GMT</pubDate><guid isPermaLink="false">137ad170-7792-4731-bb38-c0d22fbe4515:4a839521-bbd6-4a10-980a-18f7a31d0743</guid><dc:creator>Edvin</dc:creator><description>&lt;p&gt;Hello,&lt;/p&gt;
&lt;p&gt;I have been out of office since my last reply, but I am back now.&amp;nbsp;&lt;/p&gt;
&lt;p&gt;I have not seen any updates on this from our side, but it still looks like an Android issue. I suspect it is this one:&lt;/p&gt;
&lt;p&gt;&lt;a href="https://issuetracker.google.com/issues/262484178"&gt;https://issuetracker.google.com/issues/262484178&lt;/a&gt;&lt;/p&gt;
&lt;p&gt;&lt;/p&gt;
&lt;p&gt;So a fix from our side would be a way to trick the Android to not executing it&amp;#39;s faulty behavior. Ultimately, this needs to be fixed by Android.&amp;nbsp;&lt;/p&gt;
&lt;p&gt;What sort of behavior do you see on the iOS when you apply the workaround? Do you have any sniffer traces (nRF Sniffer) before and after?&lt;/p&gt;
&lt;p&gt;I am a bit confused. You say that the issue occured on all of our samples as well. Is that because the same DK/chip was used with your application before? Does it happen e.g. if you test the ble_app_uart example on an unused (unknown device) for the Android 13 phone? The ble_app_uart example doesn&amp;#39;t have the&amp;nbsp;&lt;span&gt;reliable_wr = 1 set by default. If you don&amp;#39;t have any unused DKs, you can try to just give the device a new address:&lt;/span&gt;&lt;/p&gt;
&lt;p&gt;&lt;span&gt;&lt;pre class="ui-code" data-mode="c_cpp"&gt;static void change_addr(void)
{
    ret_code_t err_code;
    ble_gap_addr_t my_addr;
    
    err_code = sd_ble_gap_addr_get(&amp;amp;my_addr);
    APP_ERROR_CHECK(err_code);
    
    my_addr.addr[2] += 0x2E; // Add random value so that it appears as a new device
    
    err_code = sd_ble_gap_addr_set(&amp;amp;my_addr);
    APP_ERROR_CHECK(err_code);
}&lt;/pre&gt;&lt;/span&gt;&lt;/p&gt;
&lt;p&gt;&lt;span&gt;&lt;/span&gt;&lt;/p&gt;
&lt;p&gt;&lt;span&gt;Best regards,&lt;/span&gt;&lt;/p&gt;
&lt;p&gt;&lt;span&gt;Edvin&lt;/span&gt;&lt;/p&gt;&lt;div style="clear:both;"&gt;&lt;/div&gt;</description></item><item><title>RE: Cannot connect to devices from SDK17 on android 13</title><link>https://devzone.nordicsemi.com/thread/419602?ContentTypeID=1</link><pubDate>Tue, 11 Apr 2023 10:06:38 GMT</pubDate><guid isPermaLink="false">137ad170-7792-4731-bb38-c0d22fbe4515:23e505b3-1dbc-4b3c-9aae-b4ce1167e8e1</guid><dc:creator>Gaurav</dc:creator><description>&lt;p&gt;Hey Edvin&lt;/p&gt;
&lt;p&gt;&lt;/p&gt;
&lt;p&gt;Using the same fix, experience on ios devices has degraded a lot. Lots of connection issues or many times not even connecting to the peripheral because of the service discovery failing.&lt;/p&gt;
&lt;p&gt;So the problem here is that we are able to support for the android but now its failing on ios side, as the ios is not able to handle the reliable_write fix which works on android.&lt;/p&gt;
&lt;p&gt;Do let us know for any other workaround.&lt;/p&gt;&lt;div style="clear:both;"&gt;&lt;/div&gt;</description></item><item><title>RE: Cannot connect to devices from SDK17 on android 13</title><link>https://devzone.nordicsemi.com/thread/419042?ContentTypeID=1</link><pubDate>Tue, 04 Apr 2023 11:54:46 GMT</pubDate><guid isPermaLink="false">137ad170-7792-4731-bb38-c0d22fbe4515:26ead1df-df3b-4257-a160-2f2392f98497</guid><dc:creator>Gaurav</dc:creator><description>&lt;p&gt;Hey Edvin, Is it possible for any other fix which doesn`t require any restart or Bluetooth cache clear&lt;/p&gt;&lt;div style="clear:both;"&gt;&lt;/div&gt;</description></item><item><title>RE: Cannot connect to devices from SDK17 on android 13</title><link>https://devzone.nordicsemi.com/thread/418642?ContentTypeID=1</link><pubDate>Fri, 31 Mar 2023 13:57:38 GMT</pubDate><guid isPermaLink="false">137ad170-7792-4731-bb38-c0d22fbe4515:5883ee78-9aa1-492e-bfc9-db82b04ac2fc</guid><dc:creator>Gaurav</dc:creator><description>&lt;p&gt;Yes Edvin, our application had this line and we commented out and restarted the phone (central device) and its working.&lt;/p&gt;
&lt;p&gt;We are working with more testing on this solution for reliability.&lt;/p&gt;
&lt;p&gt;Can you please walk me through what is the reason behind this so that we can have more confidence on the solution.&lt;/p&gt;&lt;div style="clear:both;"&gt;&lt;/div&gt;</description></item><item><title>RE: Cannot connect to devices from SDK17 on android 13</title><link>https://devzone.nordicsemi.com/thread/418617?ContentTypeID=1</link><pubDate>Fri, 31 Mar 2023 13:27:42 GMT</pubDate><guid isPermaLink="false">137ad170-7792-4731-bb38-c0d22fbe4515:dfccc7c7-8769-49bb-8406-1659370f11ae</guid><dc:creator>Edvin</dc:creator><description>&lt;p&gt;Does your custom application (or any of the applications that you have tested on that DK) have reliable_wr = 1 when you add your characteristic? Search for it in the project. If it does, try to comment it out, reflash it, and &lt;em&gt;power cycle your phone&lt;/em&gt;. Does that change the behavior?&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/pastedimage1680269231344v1.png" alt=" " /&gt;&lt;/p&gt;
&lt;p&gt;The reason I am asking you to power cycle the phone is that we saw this had to be done when testing. Not really sure why yet.&lt;/p&gt;
&lt;p&gt;BR,&lt;br /&gt;Edvin&lt;/p&gt;&lt;div style="clear:both;"&gt;&lt;/div&gt;</description></item><item><title>RE: Cannot connect to devices from SDK17 on android 13</title><link>https://devzone.nordicsemi.com/thread/418588?ContentTypeID=1</link><pubDate>Fri, 31 Mar 2023 12:28:57 GMT</pubDate><guid isPermaLink="false">137ad170-7792-4731-bb38-c0d22fbe4515:40e7b3dc-d734-459a-aaeb-606c911f6609</guid><dc:creator>Gaurav</dc:creator><description>&lt;p&gt;No Edvin, I didn`t had to do any changes in the examples to replicate this, just logging enabled.&lt;/p&gt;
&lt;p&gt;Examples that I checked on were - ble_app_uart, ble_app_blinky, etc from nrf sdk.&lt;/p&gt;
&lt;p&gt;and also ncs example code for nrf52840.&lt;/p&gt;&lt;div style="clear:both;"&gt;&lt;/div&gt;</description></item><item><title>RE: Cannot connect to devices from SDK17 on android 13</title><link>https://devzone.nordicsemi.com/thread/418586?ContentTypeID=1</link><pubDate>Fri, 31 Mar 2023 12:26:09 GMT</pubDate><guid isPermaLink="false">137ad170-7792-4731-bb38-c0d22fbe4515:9cb26e11-8566-4116-b489-a004ffe9f1e2</guid><dc:creator>Edvin</dc:creator><description>&lt;p&gt;You said that this will happen with most of the examples in the SDK. Can you please specify one example that you tested from the SDK where the issue was reproduced? Did you have to do any modifications to the example for it to happen?&amp;nbsp;&lt;/p&gt;
&lt;p&gt;&lt;/p&gt;
&lt;p&gt;Best regards,&lt;/p&gt;
&lt;p&gt;Edvin&lt;/p&gt;&lt;div style="clear:both;"&gt;&lt;/div&gt;</description></item><item><title>RE: Cannot connect to devices from SDK17 on android 13</title><link>https://devzone.nordicsemi.com/thread/418580?ContentTypeID=1</link><pubDate>Fri, 31 Mar 2023 12:12:37 GMT</pubDate><guid isPermaLink="false">137ad170-7792-4731-bb38-c0d22fbe4515:507f699d-87e3-406c-b1c1-9e903c5e09e3</guid><dc:creator>Edvin</dc:creator><description>&lt;p&gt;I see. Reading through the thread now. It seems like the bug is on the Android side, but I am not sure how/whether we can work around it from our side. I will try to discuss this with philips77, as he has more experience with mobile phones applications. Please be aware that there is a public holiday here in Norway. We will be back April 11th. Sorry for the inconvenience.&lt;/p&gt;
&lt;p&gt;&lt;/p&gt;
&lt;p&gt;Best regards,&lt;/p&gt;
&lt;p&gt;Edvin&lt;/p&gt;&lt;div style="clear:both;"&gt;&lt;/div&gt;</description></item><item><title>RE: Cannot connect to devices from SDK17 on android 13</title><link>https://devzone.nordicsemi.com/thread/418469?ContentTypeID=1</link><pubDate>Fri, 31 Mar 2023 05:27:37 GMT</pubDate><guid isPermaLink="false">137ad170-7792-4731-bb38-c0d22fbe4515:310365f1-cb8a-42b2-857b-1203a791d852</guid><dc:creator>Gaurav</dc:creator><description>&lt;p&gt;Hi Edvin&lt;/p&gt;
&lt;p&gt;&lt;/p&gt;
&lt;p&gt;The issue is not with the disconnection callbacks, the issue is from the central which is trying to discover services after connection and is not able to do that. I have attached screenshot of the nRF Connect application in the issue title itself and shared sniffer trace according to that.&lt;/p&gt;
&lt;p&gt;I am attaching the screenshot of the sniffer trace from the central side where the problem starts, this sniffer trace was publish by one of the nordic dev on github following up on this issue.&lt;/p&gt;
&lt;p&gt;&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/pastedimage1680240404789v1.png" alt=" " /&gt;&lt;/p&gt;
&lt;p&gt;&lt;/p&gt;
&lt;p&gt;I have already attached the github link where the issue is being discussed.&lt;/p&gt;
&lt;p&gt;Do let me know if you require any other logs from my side.&lt;/p&gt;&lt;div style="clear:both;"&gt;&lt;/div&gt;</description></item><item><title>RE: Cannot connect to devices from SDK17 on android 13</title><link>https://devzone.nordicsemi.com/thread/418438?ContentTypeID=1</link><pubDate>Thu, 30 Mar 2023 22:31:44 GMT</pubDate><guid isPermaLink="false">137ad170-7792-4731-bb38-c0d22fbe4515:e3acdd4a-a222-4cc4-9238-0f5e907b39ac</guid><dc:creator>Edvin</dc:creator><description>&lt;p&gt;Seeing as it is the peripheral that decides to disconnect, the log from the peripheral would be useful. You say that it also happens with the default examples from the SDK, so e.g. the RTT log from the ble_app_uart example would be helpful.&lt;/p&gt;
&lt;p&gt;The Bluetooth Low Energy stack on the nRF52 doesn&amp;#39;t disconnect on it&amp;#39;s own. Any disconnects should be visible in the application. Therefore you should see sd_ble_gap_disconnect() being called from somewhere. Try setting breakpoints at all of them to see which one that triggers. Also, the event BLE_GAP_EVT_DISCONNECTED being triggered in your ble_evt_handler() in main.c. Please check it, and try to log the disconnect reason:&lt;/p&gt;
&lt;p&gt;&lt;pre class="ui-code" data-mode="c_cpp"&gt;        case BLE_GAP_EVT_DISCONNECTED:
            NRF_LOG_INFO(&amp;quot;Disconnected. Reason %d&amp;quot;, p_ble_evt-&amp;gt;evt.gap_evt.params.disconnected.reason);
            // LED indication will be changed when advertising starts.
            m_conn_handle = BLE_CONN_HANDLE_INVALID;
            break;&lt;/pre&gt;&lt;/p&gt;
&lt;p&gt;&lt;/p&gt;
&lt;p&gt;BR,&lt;/p&gt;
&lt;p&gt;Edvin&lt;/p&gt;&lt;div style="clear:both;"&gt;&lt;/div&gt;</description></item><item><title>RE: Cannot connect to devices from SDK17 on android 13</title><link>https://devzone.nordicsemi.com/thread/418358?ContentTypeID=1</link><pubDate>Thu, 30 Mar 2023 14:09:09 GMT</pubDate><guid isPermaLink="false">137ad170-7792-4731-bb38-c0d22fbe4515:721611e2-d28c-4ac9-8299-75437679cafb</guid><dc:creator>Gaurav</dc:creator><description>&lt;p&gt;Yes Edvin, nordNonconnectingsniffer.pcapng is the one where the connection is not working.&lt;/p&gt;
&lt;p&gt;Connection is not happening on the second attempt.&lt;/p&gt;
&lt;p&gt;After connection when the service discovery is happening then the problem starts, you can see from the packet.&lt;/p&gt;
&lt;p&gt;&lt;/p&gt;
&lt;p&gt;And yes the peripheral is nRF52840. From the rtt terminal point of view, connection is shown but after some attempt from the central side (when the 0x3b error is thrown), disconnection event comes on the nrf.&lt;/p&gt;
&lt;p&gt;&lt;/p&gt;
&lt;p&gt;Hope the sniffer packets are pretty evident in showing up the issue, if not then suggest otherwise. And we really need quick responses on the issue.&lt;/p&gt;&lt;div style="clear:both;"&gt;&lt;/div&gt;</description></item><item><title>RE: Cannot connect to devices from SDK17 on android 13</title><link>https://devzone.nordicsemi.com/thread/418335?ContentTypeID=1</link><pubDate>Thu, 30 Mar 2023 13:32:51 GMT</pubDate><guid isPermaLink="false">137ad170-7792-4731-bb38-c0d22fbe4515:2b4ec93d-0e7f-4aa8-a13d-572b99e24295</guid><dc:creator>Edvin</dc:creator><description>&lt;p&gt;Hello,&lt;/p&gt;
&lt;p&gt;I assume it is the nordNonconnectingsniffer.pcapng that shows the connection that is not working?&lt;/p&gt;
&lt;p&gt;Almost all of the sniffer trace contains a connection (packet to 342 to 48756). But there is a short connection before that. Does that mean that it works on the second attempt, but not the first?&lt;/p&gt;
&lt;p&gt;In both cases, I see that the connection is terminated by the slave/peripheral, which I assume is the nRF. It is correct that the peripheral is the nRF?&lt;/p&gt;
&lt;p&gt;What does the log from the nRF say?&lt;/p&gt;
&lt;p&gt;BR,&lt;br /&gt;Edvin&lt;/p&gt;&lt;div style="clear:both;"&gt;&lt;/div&gt;</description></item><item><title>RE: Cannot connect to devices from SDK17 on android 13</title><link>https://devzone.nordicsemi.com/thread/417930?ContentTypeID=1</link><pubDate>Tue, 28 Mar 2023 14:31:33 GMT</pubDate><guid isPermaLink="false">137ad170-7792-4731-bb38-c0d22fbe4515:0a86527c-9ac5-46d3-857c-6d7c9b7bf960</guid><dc:creator>Gaurav</dc:creator><description>&lt;p&gt;Hi Edvin&lt;/p&gt;
&lt;p&gt;&lt;/p&gt;
&lt;p&gt;Please find the sniffer traces for connecting scenarios and non connecting scenarios. You`ll see multiple request from the master(phone side) which is not supported.&lt;/p&gt;
&lt;p&gt;&lt;/p&gt;
&lt;p&gt;Please give us some insights on this issue.&amp;nbsp;&lt;/p&gt;
&lt;p&gt;&lt;a href="https://devzone.nordicsemi.com/cfs-file/__key/communityserver-discussions-components-files/4/connectedsniffer.pcapng"&gt;devzone.nordicsemi.com/.../connectedsniffer.pcapng&lt;/a&gt;&lt;a href="https://devzone.nordicsemi.com/cfs-file/__key/communityserver-discussions-components-files/4/nordNonconnectingsniffer.pcapng"&gt;devzone.nordicsemi.com/.../nordNonconnectingsniffer.pcapng&lt;/a&gt;&lt;/p&gt;&lt;div style="clear:both;"&gt;&lt;/div&gt;</description></item><item><title>RE: Cannot connect to devices from SDK17 on android 13</title><link>https://devzone.nordicsemi.com/thread/417439?ContentTypeID=1</link><pubDate>Fri, 24 Mar 2023 13:45:23 GMT</pubDate><guid isPermaLink="false">137ad170-7792-4731-bb38-c0d22fbe4515:c61408b6-afef-45ea-a5e6-19d63dc9496b</guid><dc:creator>Edvin</dc:creator><description>&lt;p&gt;Can you please try the nRF Sniffer for Bluetooth LE? Just because I am more familiar with it.&amp;nbsp;&lt;/p&gt;
&lt;p&gt;And also, please upload one sniffer trace for a working application, and one from a not working device.&lt;/p&gt;
&lt;p&gt;BR,&lt;/p&gt;
&lt;p&gt;Edvin&lt;/p&gt;&lt;div style="clear:both;"&gt;&lt;/div&gt;</description></item><item><title>RE: Cannot connect to devices from SDK17 on android 13</title><link>https://devzone.nordicsemi.com/thread/417418?ContentTypeID=1</link><pubDate>Fri, 24 Mar 2023 13:04:09 GMT</pubDate><guid isPermaLink="false">137ad170-7792-4731-bb38-c0d22fbe4515:e1babfc5-6775-4edc-9127-831eef0665b8</guid><dc:creator>Gaurav</dc:creator><description>&lt;p&gt;Hey Edvin&lt;/p&gt;
&lt;p&gt;&lt;/p&gt;
&lt;p&gt;Please find attached one of the HCI snoop on the phone which was is showing the same behaviour.&lt;/p&gt;
&lt;p&gt;Hope this will also help in diagnosing.&lt;/p&gt;
&lt;p&gt;&lt;a href="https://devzone.nordicsemi.com/cfs-file/__key/communityserver-discussions-components-files/4/hci_5F00_snoop20230324174605.cfa"&gt;devzone.nordicsemi.com/.../hci_5F00_snoop20230324174605.cfa&lt;/a&gt;&lt;/p&gt;&lt;div style="clear:both;"&gt;&lt;/div&gt;</description></item><item><title>RE: Cannot connect to devices from SDK17 on android 13</title><link>https://devzone.nordicsemi.com/thread/416953?ContentTypeID=1</link><pubDate>Thu, 23 Mar 2023 04:57:08 GMT</pubDate><guid isPermaLink="false">137ad170-7792-4731-bb38-c0d22fbe4515:67c9d1df-d352-426e-be66-2d709856bab1</guid><dc:creator>Gaurav</dc:creator><description>&lt;p&gt;Hey Edvin, Whatever important debug points that was to be taken care of we have accommodated those.&lt;/p&gt;
&lt;p&gt;Such as - erasing the flash (recover and eraseall), deleted bluetooth(system app) cache and storage,ncs example,sdk14 examples,sdk17 examples,etc.&lt;/p&gt;
&lt;p&gt;But nothing worked, its not just one device we have tested but we have tested with 10 different devices but the result remained the same.&lt;/p&gt;
&lt;p&gt;&lt;/p&gt;
&lt;p&gt;Meanwhile I am trying to get you a better sniffer packets.&lt;/p&gt;
&lt;p&gt;ble sniffer - 4.1.1&lt;/p&gt;
&lt;p&gt;Wireshark - 4.0.4&lt;/p&gt;&lt;div style="clear:both;"&gt;&lt;/div&gt;</description></item><item><title>RE: Cannot connect to devices from SDK17 on android 13</title><link>https://devzone.nordicsemi.com/thread/416835?ContentTypeID=1</link><pubDate>Wed, 22 Mar 2023 13:53:38 GMT</pubDate><guid isPermaLink="false">137ad170-7792-4731-bb38-c0d22fbe4515:70e58f6c-f570-4a3f-a756-55b33fe3b865</guid><dc:creator>Edvin</dc:creator><description>&lt;p&gt;Hello,&lt;/p&gt;
&lt;p&gt;Please see the attached screenshot:&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/pastedimage1679493106207v1.png" alt=" " /&gt;&lt;/p&gt;
&lt;p&gt;You just select your peripheral from the Device drop down menu. Please do so before you try to connect to it. After you do, it should filter out everything else, and follow the device into the connection.&lt;/p&gt;
&lt;p&gt;Did you investigate the &amp;quot;forget device&amp;quot; on the phone? And have you tried to delete the flash on the nRF (all the flash, using &amp;quot;nrfjprog --eraseall&amp;quot;), and re-programming it, for debugging purposes? Just to see whether there are some old bonding data only on one of the devices?&lt;/p&gt;
&lt;p&gt;BR,&lt;br /&gt;Edvin&lt;/p&gt;&lt;div style="clear:both;"&gt;&lt;/div&gt;</description></item><item><title>RE: Cannot connect to devices from SDK17 on android 13</title><link>https://devzone.nordicsemi.com/thread/416716?ContentTypeID=1</link><pubDate>Wed, 22 Mar 2023 08:45:21 GMT</pubDate><guid isPermaLink="false">137ad170-7792-4731-bb38-c0d22fbe4515:26cc54e3-93ca-4f31-84c7-a5d6f644655b</guid><dc:creator>Gaurav</dc:creator><description>&lt;p&gt;Just to give you perspective of this issue, you can follow this thread where people are discussing about the same issue regularly. Even one of the nordic dev accepted that the issue is there.&lt;/p&gt;
&lt;p&gt;&lt;a href="https://github.com/NordicSemiconductor/Android-BLE-Library/issues/448"&gt;github.com/.../448&lt;/a&gt;&lt;/p&gt;&lt;div style="clear:both;"&gt;&lt;/div&gt;</description></item><item><title>RE: Cannot connect to devices from SDK17 on android 13</title><link>https://devzone.nordicsemi.com/thread/416709?ContentTypeID=1</link><pubDate>Wed, 22 Mar 2023 08:01:02 GMT</pubDate><guid isPermaLink="false">137ad170-7792-4731-bb38-c0d22fbe4515:3db082de-bad9-4b65-8a47-1fca15ad3fbc</guid><dc:creator>Gaurav</dc:creator><description>&lt;p&gt;yeah Edvin I have tried forget device but that also didn`t worked.&lt;/p&gt;
&lt;p&gt;Can you give me filter string so that it would be easier to separate the peripheral out.&amp;nbsp;&lt;/p&gt;
&lt;p&gt;I am also not seeing connection followup, Am I missing something in the sniffer tracing.&lt;/p&gt;&lt;div style="clear:both;"&gt;&lt;/div&gt;</description></item><item><title>RE: Cannot connect to devices from SDK17 on android 13</title><link>https://devzone.nordicsemi.com/thread/416707?ContentTypeID=1</link><pubDate>Wed, 22 Mar 2023 07:57:14 GMT</pubDate><guid isPermaLink="false">137ad170-7792-4731-bb38-c0d22fbe4515:521f3b5c-7358-489a-a10e-8dae23b2ef16</guid><dc:creator>Edvin</dc:creator><description>&lt;p&gt;Sorry that I didn&amp;#39;t specify this, but you need to select the peripheral from the drop down filter menu while it is advertising (before you connect to it). This is so that it is easier to see (because it filters out other devices), and also so that the sniffer will follow the devices into a connection.&amp;nbsp;&lt;/p&gt;
&lt;p&gt;In your sniffer traces, the sniffer doesn&amp;#39;t follow the connection, so I can&amp;#39;t see anything useful here.&amp;nbsp;&lt;/p&gt;
&lt;p&gt;&lt;/p&gt;
&lt;p&gt;You say that service discovery doesn&amp;#39;t work. Have you tried to &amp;quot;forget device&amp;quot; from the Android phone?&lt;/p&gt;
&lt;p&gt;BR,&lt;/p&gt;
&lt;p&gt;Edvin&lt;/p&gt;&lt;div style="clear:both;"&gt;&lt;/div&gt;</description></item><item><title>RE: Cannot connect to devices from SDK17 on android 13</title><link>https://devzone.nordicsemi.com/thread/416703?ContentTypeID=1</link><pubDate>Wed, 22 Mar 2023 07:47:50 GMT</pubDate><guid isPermaLink="false">137ad170-7792-4731-bb38-c0d22fbe4515:0937d52b-5e9f-4ae8-9fcd-064504b1239e</guid><dc:creator>Gaurav</dc:creator><description>&lt;p&gt;&lt;a href="https://devzone.nordicsemi.com/cfs-file/__key/communityserver-discussions-components-files/4/connsniffertrace.pcapng"&gt;devzone.nordicsemi.com/.../connsniffertrace.pcapng&lt;/a&gt;&lt;/p&gt;
&lt;p&gt;PFA sniffer trace for proper connection with another Android 13 device&lt;/p&gt;&lt;div style="clear:both;"&gt;&lt;/div&gt;</description></item><item><title>RE: Cannot connect to devices from SDK17 on android 13</title><link>https://devzone.nordicsemi.com/thread/416701?ContentTypeID=1</link><pubDate>Wed, 22 Mar 2023 07:40:45 GMT</pubDate><guid isPermaLink="false">137ad170-7792-4731-bb38-c0d22fbe4515:5772e3a3-0450-411d-8d47-f884833387d9</guid><dc:creator>Gaurav</dc:creator><description>&lt;p&gt;&lt;a href="https://devzone.nordicsemi.com/cfs-file/__key/communityserver-discussions-components-files/4/sniffercapture.pcapng"&gt;devzone.nordicsemi.com/.../sniffercapture.pcapng&lt;/a&gt;&lt;/p&gt;
&lt;p&gt;PFA sniffer trace for android 13 phone - not connecting&lt;/p&gt;&lt;div style="clear:both;"&gt;&lt;/div&gt;</description></item><item><title>RE: Cannot connect to devices from SDK17 on android 13</title><link>https://devzone.nordicsemi.com/thread/416700?ContentTypeID=1</link><pubDate>Wed, 22 Mar 2023 07:39:27 GMT</pubDate><guid isPermaLink="false">137ad170-7792-4731-bb38-c0d22fbe4515:851095cc-4940-4187-a851-f79579566b13</guid><dc:creator>Gaurav</dc:creator><description>&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/pastedimage1679470757242v1.png" alt=" " /&gt;&lt;/p&gt;&lt;div style="clear:both;"&gt;&lt;/div&gt;</description></item></channel></rss>