<?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>Peripheral Not Reconnecting After Being Forgotten by Central Device</title><link>https://devzone.nordicsemi.com/f/nordic-q-a/115061/peripheral-not-reconnecting-after-being-forgotten-by-central-device</link><description>I’m working with the nRF5340 and nNF Connect SDK 2.6.1. I’m encountering an issue where, after a central device (e.g. an Android phone) forgets a bonded peripheral device using nRF5340, the peripheral device becomes invisible to the central device. It</description><dc:language>en-US</dc:language><generator>Telligent Community 13</generator><lastBuildDate>Tue, 01 Oct 2024 13:40:46 GMT</lastBuildDate><atom:link rel="self" type="application/rss+xml" href="https://devzone.nordicsemi.com/f/nordic-q-a/115061/peripheral-not-reconnecting-after-being-forgotten-by-central-device" /><item><title>RE: Peripheral Not Reconnecting After Being Forgotten by Central Device</title><link>https://devzone.nordicsemi.com/thread/504544?ContentTypeID=1</link><pubDate>Tue, 01 Oct 2024 13:40:46 GMT</pubDate><guid isPermaLink="false">137ad170-7792-4731-bb38-c0d22fbe4515:5bddac08-be06-4950-923c-de116f86c634</guid><dc:creator>dejans</dc:creator><description>&lt;p&gt;Hi,&lt;br /&gt;&lt;br /&gt;Peripheral could have its &amp;quot;pair&amp;quot; button. When the button is pressed, the device should advertise with its identity address, name and general discoverable flag. This should ensure that device appears in the phone GUI.&lt;br /&gt;&lt;br /&gt;Best regards,&lt;br /&gt;Dejan&lt;/p&gt;&lt;div style="clear:both;"&gt;&lt;/div&gt;</description></item><item><title>RE: Peripheral Not Reconnecting After Being Forgotten by Central Device</title><link>https://devzone.nordicsemi.com/thread/504428?ContentTypeID=1</link><pubDate>Mon, 30 Sep 2024 19:09:55 GMT</pubDate><guid isPermaLink="false">137ad170-7792-4731-bb38-c0d22fbe4515:03f75cb4-9bd1-48e5-8084-66388d599394</guid><dc:creator>similingus</dc:creator><description>&lt;p class="p1"&gt;To reproduce this issue, you can use the nRF5340 Audio DK with the Unicast Server application as-is, without ANY change. I&amp;#39;m testing on a Google Pixel 7a with Android 14.&lt;/p&gt;
&lt;p class="p2"&gt;&lt;/p&gt;
&lt;p class="p1"&gt;I&amp;#39;ve also tried the following four Kconfig options:&lt;/p&gt;
&lt;ul class="ul1"&gt;
&lt;li class="li1"&gt;&lt;span class="s1"&gt;&lt;/span&gt;CONFIG_BT_ID_UNPAIR_MATCHING_BONDS=y&lt;/li&gt;
&lt;li class="li1"&gt;&lt;span class="s1"&gt;&lt;/span&gt;CONFIG_BT_ID_ALLOW_UNAUTH_OVERWRITE=y&lt;/li&gt;
&lt;li class="li1"&gt;&lt;span class="s1"&gt;&lt;/span&gt;CONFIG_BT_KEYS_OVERWRITE_OLDEST=y&lt;/li&gt;
&lt;li class="li1"&gt;&lt;span class="s1"&gt;&lt;/span&gt;CONFIG_BT_SMP_ALLOW_UNAUTH_OVERWRITE=y&lt;/li&gt;
&lt;/ul&gt;
&lt;p class="p2"&gt;&lt;/p&gt;
&lt;p class="p1"&gt;Unfortunately, none of these options resolved the issue of peripherals becoming invisible after being forgotten.&lt;/p&gt;&lt;div style="clear:both;"&gt;&lt;/div&gt;</description></item><item><title>RE: Peripheral Not Reconnecting After Being Forgotten by Central Device</title><link>https://devzone.nordicsemi.com/thread/504308?ContentTypeID=1</link><pubDate>Mon, 30 Sep 2024 09:11:04 GMT</pubDate><guid isPermaLink="false">137ad170-7792-4731-bb38-c0d22fbe4515:6aea8314-8ab9-4ae1-a509-689242455947</guid><dc:creator>dejans</dc:creator><description>&lt;p&gt;Hi,&lt;br /&gt;&lt;br /&gt;Did you make any changes to the&amp;nbsp;&lt;a href="https://docs.nordicsemi.com/bundle/ncs-latest/page/nrf/applications/nrf5340_audio/unicast_server/README.html#nrf53-audio-unicast-server-app"&gt;Audio Unicast Server&lt;/a&gt; application?&lt;br /&gt;&lt;br /&gt;Which Android phone do you use?&lt;br /&gt;&lt;br /&gt;Could you provide your project configuration on the peripheral device?&lt;br /&gt;&lt;br /&gt;Which Kconfig options mentioned in this&amp;nbsp;&lt;a href="https://devzone.nordicsemi.com/f/nordic-q-a/103367/how-to-delete-specific-bonding-info-in-peripheral-when-central-has-forgotten-the-pairing-bonding"&gt;thread&lt;/a&gt;&amp;nbsp;did you try to add to your project?&lt;br /&gt;&lt;br /&gt;Best regards,&lt;br /&gt;Dejan&lt;/p&gt;&lt;div style="clear:both;"&gt;&lt;/div&gt;</description></item><item><title>RE: Peripheral Not Reconnecting After Being Forgotten by Central Device</title><link>https://devzone.nordicsemi.com/thread/504230?ContentTypeID=1</link><pubDate>Fri, 27 Sep 2024 18:41:43 GMT</pubDate><guid isPermaLink="false">137ad170-7792-4731-bb38-c0d22fbe4515:9480e72e-b892-453f-b753-b629d02c2d00</guid><dc:creator>similingus</dc:creator><description>&lt;p&gt;Hi Dejan,&amp;nbsp;&lt;/p&gt;
&lt;p class="p1"&gt;Thank you for your quick response.&lt;/p&gt;
&lt;p class="p2"&gt;&lt;/p&gt;
&lt;p class="p1"&gt;I&amp;rsquo;m using Android&amp;rsquo;s Bluetooth setting for pairing and forgetting. On the peripheral side, I&amp;rsquo;m using Nordic&amp;rsquo;s &lt;a href="https://docs.nordicsemi.com/bundle/ncs-latest/page/nrf/applications/nrf5340_audio/unicast_server/README.html#nrf53-audio-unicast-server-app"&gt;Audio Application Unicast server&lt;/a&gt;, with no changes to the Bluetooth related configurations.&lt;/p&gt;
&lt;p class="p2"&gt;&lt;/p&gt;
&lt;p class="p1"&gt;If you&amp;rsquo;re suggesting erasing the bonding information within the peripheral application when the central device forgets it, could you advise on an appropriate trigger for this? I&amp;rsquo;ve tried clearing the bonding information using bt_unpair when the directed advertising timeout caught in connected_cb. However, this timeout also happens during regular disconnections, which forces re-pairing every time the peripheral disconnects.&lt;/p&gt;&lt;div style="clear:both;"&gt;&lt;/div&gt;</description></item><item><title>RE: Peripheral Not Reconnecting After Being Forgotten by Central Device</title><link>https://devzone.nordicsemi.com/thread/504184?ContentTypeID=1</link><pubDate>Fri, 27 Sep 2024 13:04:03 GMT</pubDate><guid isPermaLink="false">137ad170-7792-4731-bb38-c0d22fbe4515:a15e001c-8e08-4d7d-95e8-250de190d019</guid><dc:creator>dejans</dc:creator><description>&lt;p&gt;Hi,&lt;br /&gt;&lt;br /&gt;Which application do you use on your Android phone and which on the other peer device?&lt;br /&gt;&lt;br /&gt;Could this&amp;nbsp;&lt;a href="https://devzone.nordicsemi.com/f/nordic-q-a/64583/errors-after-unpairing-devices-and-further-attempts-to-bond-them"&gt;discussion&lt;/a&gt;&amp;nbsp;or this&amp;nbsp;&lt;a href="https://devzone.nordicsemi.com/f/nordic-q-a/103367/how-to-delete-specific-bonding-info-in-peripheral-when-central-has-forgotten-the-pairing-bonding"&gt;one&lt;/a&gt;&amp;nbsp;be helpful in your case?&lt;br /&gt;&lt;br /&gt;Best regards,&lt;br /&gt;Dejan&lt;/p&gt;&lt;div style="clear:both;"&gt;&lt;/div&gt;</description></item></channel></rss>