<?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>Connectivity issues with HID example</title><link>https://devzone.nordicsemi.com/f/nordic-q-a/117417/connectivity-issues-with-hid-example</link><description>Hello and thanks for reading. Also happy holidays. 
 We are using an NRF5340, and are having some issues with connectivity. I would therefore welcome any suggestions you may have. We are using Zephyr SDK 2.5.0, and a windows 11 laptop. 
 Our product,</description><dc:language>en-US</dc:language><generator>Telligent Community 13</generator><lastBuildDate>Thu, 09 Jan 2025 12:36:31 GMT</lastBuildDate><atom:link rel="self" type="application/rss+xml" href="https://devzone.nordicsemi.com/f/nordic-q-a/117417/connectivity-issues-with-hid-example" /><item><title>RE: Connectivity issues with HID example</title><link>https://devzone.nordicsemi.com/thread/517687?ContentTypeID=1</link><pubDate>Thu, 09 Jan 2025 12:36:31 GMT</pubDate><guid isPermaLink="false">137ad170-7792-4731-bb38-c0d22fbe4515:0ccaca15-cbd7-47ce-a58e-f677e848dbfd</guid><dc:creator>Hung Bui</dc:creator><description>&lt;p&gt;Hi,&amp;nbsp;&lt;br /&gt;I see the same issue in this new trace:&amp;nbsp;&lt;br /&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/pastedimage1736425652641v1.png" alt=" " /&gt;&lt;/p&gt;
&lt;p&gt;&lt;/p&gt;
&lt;p&gt;The central sent a PHY_UPDATE_IND and a PHY_REQ immediately after that (before PHY_UPDATE_IND instance take place). This most likely violating the spec.&amp;nbsp;&lt;br /&gt;&lt;br /&gt;I&amp;#39;m not so sure how we can solve the problem for this laptop as it seems the issue come from the laptop. One think I can suggest is to try calling LL_PHY_REQ from the peripheral side a little bit later. You can do that by setting&amp;nbsp;&lt;span&gt;CONFIG_BT_AUTO_PHY_UPDATE=n this will avoid the peripheral sending the request. You can then check if the laptop behave normally after. If the central doesn&amp;#39;t send the request to switch to 2M, you can program the code to send the request after some time after connected, 5 seconds for example.&amp;nbsp;&lt;/span&gt;&lt;/p&gt;&lt;div style="clear:both;"&gt;&lt;/div&gt;</description></item><item><title>RE: Connectivity issues with HID example</title><link>https://devzone.nordicsemi.com/thread/517549?ContentTypeID=1</link><pubDate>Wed, 08 Jan 2025 20:15:51 GMT</pubDate><guid isPermaLink="false">137ad170-7792-4731-bb38-c0d22fbe4515:9867a34d-7b2a-4b6e-a8db-dd14cac0c6f2</guid><dc:creator>i_4556</dc:creator><description>&lt;p&gt;Hello and thank you for your patience. I have done some more testing, and the results are interesting.&lt;/p&gt;
&lt;p&gt;When I added &lt;span&gt;CONFIG_BT_CTLR_PHY_2M=n&lt;/span&gt; the problem seems to go away. This isnt ideal in the long term, as we do eventually want to use 2M phy for greater data bandwidth, but as a workaround for now this is fine.&lt;br /&gt;&lt;br /&gt;I then commented out the change, rebooted the laptop, reflashed the nrf, and the problem returned.&lt;/p&gt;
&lt;p&gt;I have attached a new set of logs, per your request. The first connection has success, the next few dont, I then seem to luck out and randomly get a good connection, but then have a few more consecutive failures.&lt;/p&gt;
&lt;p&gt;The first connection has a pin of 683101 and the second 649105 in case that helps.&lt;/p&gt;
&lt;p&gt;Thanks for your time!&lt;/p&gt;
&lt;p&gt;&lt;pre class="ui-code" data-mode="text"&gt;*** Booting nRF Connect SDK v2.5.0 ***
[00:00:00.403,259] &amp;lt;inf&amp;gt; fs_nvs: nvs_mount: 2 Sectors of 4096 bytes
[00:00:00.403,259] &amp;lt;inf&amp;gt; fs_nvs: nvs_mount: alloc wra: 0, fe8
[00:00:00.403,289] &amp;lt;inf&amp;gt; fs_nvs: nvs_mount: data wra: 0, 0
Bluetooth authentication callbacks registered.
[00:00:00.424,865] &amp;lt;inf&amp;gt; bt_hci_core: hci_vs_init: HW Platform: Nordic Semiconductor (0x0002)
[00:00:00.424,896] &amp;lt;inf&amp;gt; bt_hci_core: hci_vs_init: HW Variant: nRF53x (0x0003)
[00:00:00.424,926] &amp;lt;inf&amp;gt; bt_hci_core: hci_vs_init: Firmware: Standard Bluetooth controller (0x00) Version 197.47763 Build 2370639017
[00:00:00.425,689] &amp;lt;inf&amp;gt; bt_hci_core: bt_init: No ID address. App must call settings_load()
Bluetooth initialized
[00:00:00.426,605] &amp;lt;inf&amp;gt; bt_hci_core: bt_dev_show_info: Identity: DE:C1:62:6E:0C:34 (random)
[00:00:00.426,635] &amp;lt;inf&amp;gt; bt_hci_core: bt_dev_show_info: HCI: version 5.4 (0x0d) revision 0x2102, manufacturer 0x0059
[00:00:00.426,666] &amp;lt;inf&amp;gt; bt_hci_core: bt_dev_show_info: LMP: version 5.4 (0x0d) subver 0x2102
Advertising successfully started
Connected 00:D4:9E:B3:49:E3 (public)
Passkey for 00:D4:9E:B3:49:E3 (public): 683101
Security changed: 00:D4:9E:B3:49:E3 (public) level 4
[00:00:46.153,045] &amp;lt;inf&amp;gt; bt_keys: bt_keys_show_sniffer_info: SC LTK: 0x83165b859ed31e456795ee0996ae1c10
[00:00:47.201,721] &amp;lt;inf&amp;gt; bas: blvl_ccc_cfg_changed: BAS Notifications enabled
[00:01:36.327,545] &amp;lt;inf&amp;gt; bas: blvl_ccc_cfg_changed: BAS Notifications disabled
Disconnected from 00:D4:9E:B3:49:E3 (public) (reason 0x13)
Connected 00:D4:9E:B3:49:E3 (public)
Passkey for 00:D4:9E:B3:49:E3 (public): 182725
[00:02:04.947,967] &amp;lt;wrn&amp;gt; bt_smp: smp_pairing_complete: Not connected!
Security failed: 00:D4:9E:B3:49:E3 (public) level 1 err 9
Disconnected from 00:D4:9E:B3:49:E3 (public) (reason 0x2a)
Connected 00:D4:9E:B3:49:E3 (public)
Passkey for 00:D4:9E:B3:49:E3 (public): 141435
[00:02:17.593,688] &amp;lt;wrn&amp;gt; bt_smp: smp_pairing_complete: Not connected!
Security failed: 00:D4:9E:B3:49:E3 (public) level 1 err 9
Disconnected from 00:D4:9E:B3:49:E3 (public) (reason 0x23)
Connected 00:D4:9E:B3:49:E3 (public)
Passkey for 00:D4:9E:B3:49:E3 (public): 649105
Security changed: 00:D4:9E:B3:49:E3 (public) level 4
[00:02:48.914,276] &amp;lt;inf&amp;gt; bt_keys: bt_keys_show_sniffer_info: SC LTK: 0x23d65aaf3fbdbaa7b730538b04c747b9
[00:02:49.647,888] &amp;lt;inf&amp;gt; bas: blvl_ccc_cfg_changed: BAS Notifications enabled
[00:03:06.913,665] &amp;lt;inf&amp;gt; bas: blvl_ccc_cfg_changed: BAS Notifications disabled
Disconnected from 00:D4:9E:B3:49:E3 (public) (reason 0x13)
Connected 00:D4:9E:B3:49:E3 (public)
Passkey for 00:D4:9E:B3:49:E3 (public): 887275
[00:03:19.738,555] &amp;lt;wrn&amp;gt; bt_smp: smp_pairing_complete: Not connected!
Security failed: 00:D4:9E:B3:49:E3 (public) level 1 err 9
Disconnected from 00:D4:9E:B3:49:E3 (public) (reason 0x23)
Connected 00:D4:9E:B3:49:E3 (public)
Passkey for 00:D4:9E:B3:49:E3 (public): 733181
[00:03:24.013,580] &amp;lt;wrn&amp;gt; bt_smp: smp_pairing_complete: Not connected!
Security failed: 00:D4:9E:B3:49:E3 (public) level 1 err 9
Disconnected from 00:D4:9E:B3:49:E3 (public) (reason 0x23)
Connected 00:D4:9E:B3:49:E3 (public)
Passkey for 00:D4:9E:B3:49:E3 (public): 909407
[00:03:39.268,646] &amp;lt;wrn&amp;gt; bt_smp: smp_pairing_complete: Not connected!
Security failed: 00:D4:9E:B3:49:E3 (public) level 1 err 9
Disconnected from 00:D4:9E:B3:49:E3 (public) (reason 0x23)
Connected 00:D4:9E:B3:49:E3 (public)
Passkey for 00:D4:9E:B3:49:E3 (public): 966501
[00:03:47.188,659] &amp;lt;wrn&amp;gt; bt_smp: smp_pairing_complete: Not connected!
Security failed: 00:D4:9E:B3:49:E3 (public) level 1 err 9
Disconnected from 00:D4:9E:B3:49:E3 (public) (reason 0x2a)
Connected 00:D4:9E:B3:49:E3 (public)
Passkey for 00:D4:9E:B3:49:E3 (public): 537477
[00:04:12.793,823] &amp;lt;wrn&amp;gt; bt_smp: smp_pairing_complete: Not connected!
Security failed: 00:D4:9E:B3:49:E3 (public) level 1 err 9
Disconnected from 00:D4:9E:B3:49:E3 (public) (reason 0x23)
Connected 00:D4:9E:B3:49:E3 (public)
Passkey for 00:D4:9E:B3:49:E3 (public): 432633
[00:04:17.023,864] &amp;lt;wrn&amp;gt; bt_smp: smp_pairing_complete: Not connected!
Security failed: 00:D4:9E:B3:49:E3 (public) level 1 err 9
Disconnected from 00:D4:9E:B3:49:E3 (public) (reason 0x23)
Connected 00:D4:9E:B3:49:E3 (public)
Passkey for 00:D4:9E:B3:49:E3 (public): 291362
[00:04:25.168,792] &amp;lt;wrn&amp;gt; bt_smp: smp_pairing_complete: Not connected!
Security failed: 00:D4:9E:B3:49:E3 (public) level 1 err 9
Disconnected from 00:D4:9E:B3:49:E3 (public) (reason 0x23)

&lt;/pre&gt;&lt;a href="https://devzone.nordicsemi.com/cfs-file/__key/communityserver-discussions-components-files/4/longer-capture-ble-con-error.pcapng"&gt;devzone.nordicsemi.com/.../longer-capture-ble-con-error.pcapng&lt;/a&gt;&lt;/p&gt;
&lt;p&gt;&lt;/p&gt;&lt;div style="clear:both;"&gt;&lt;/div&gt;</description></item><item><title>RE: Connectivity issues with HID example</title><link>https://devzone.nordicsemi.com/thread/516678?ContentTypeID=1</link><pubDate>Thu, 02 Jan 2025 15:56:41 GMT</pubDate><guid isPermaLink="false">137ad170-7792-4731-bb38-c0d22fbe4515:a8e2e601-c5c0-4c2d-98ed-88e9849e19ff</guid><dc:creator>Hung Bui</dc:creator><description>&lt;p&gt;Hi,&amp;nbsp;&lt;br /&gt;You can test with that. But then you need to implement the handler in the code to handle the PHY request.&amp;nbsp;&lt;br /&gt;I think what you can also try is to add&amp;nbsp;&lt;span&gt;CONFIG_BT_CTLR_PHY_2M=n. But you need to add that into the firmware of the controller. Not the application. The controller is in ipc_radio or hci_rpmsg project for the netcore.&amp;nbsp;&lt;/span&gt;&lt;/p&gt;&lt;div style="clear:both;"&gt;&lt;/div&gt;</description></item><item><title>RE: Connectivity issues with HID example</title><link>https://devzone.nordicsemi.com/thread/516667?ContentTypeID=1</link><pubDate>Thu, 02 Jan 2025 14:57:37 GMT</pubDate><guid isPermaLink="false">137ad170-7792-4731-bb38-c0d22fbe4515:0b733112-8d23-487e-a0fb-7309144b78fc</guid><dc:creator>i_4556</dc:creator><description>&lt;p&gt;Hello,&lt;/p&gt;
&lt;p&gt;Thank you for your reply; I hope you had a great holidays. I will get another capture for you today. In the interim, if the issue is a packet collision with the phy update request, should I test with the config for auto phy update set to N? (&lt;code class="descname"&gt;CONFIG_BT_AUTO_PHY_UPDATE&lt;/code&gt;&lt;code class="descclassname"&gt;&lt;/code&gt;=n)&lt;/p&gt;&lt;div style="clear:both;"&gt;&lt;/div&gt;</description></item><item><title>RE: Connectivity issues with HID example</title><link>https://devzone.nordicsemi.com/thread/516663?ContentTypeID=1</link><pubDate>Thu, 02 Jan 2025 14:53:19 GMT</pubDate><guid isPermaLink="false">137ad170-7792-4731-bb38-c0d22fbe4515:ebe64c4d-7b47-4f72-b69e-342fcaa6f10e</guid><dc:creator>Hung Bui</dc:creator><description>&lt;p&gt;Hi,&lt;/p&gt;
&lt;p&gt;Sorry for late response.&amp;nbsp;&lt;/p&gt;
&lt;p&gt;Thanks for the trace. From what I can see I suspect that the issue with the laptop was the collision of the PHY update. You can see this from the trace:&amp;nbsp;&lt;br /&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/pastedimage1735827944937v2.png" alt=" " /&gt;&lt;/p&gt;
&lt;p&gt;&lt;br /&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/pastedimage1735827280810v1.png" alt=" " /&gt;&lt;/p&gt;
&lt;p&gt;&lt;/p&gt;
&lt;p&gt;The LL_PHY_REQ came after LL_PHY_UPDATE_IND which is very strange.&amp;nbsp;Normally a central can send a PHY_REQ and then wait for PHY_RESpond then send PHY_UPDATE after that.&amp;nbsp;&lt;br /&gt;&lt;br /&gt;Could you please capture another trace with the problematic laptop. Please make sure to capture the initial connection when everything works ( I assume the mouse works fine on the first connection).&amp;nbsp;&lt;br /&gt;In the first trace you sent, I don&amp;#39;t see them managed to finish the bonding process.&amp;nbsp;&lt;/p&gt;&lt;div style="clear:both;"&gt;&lt;/div&gt;</description></item><item><title>RE: Connectivity issues with HID example</title><link>https://devzone.nordicsemi.com/thread/516224?ContentTypeID=1</link><pubDate>Tue, 24 Dec 2024 15:07:40 GMT</pubDate><guid isPermaLink="false">137ad170-7792-4731-bb38-c0d22fbe4515:a6822019-6bb7-41b0-86b8-0d61c6be3856</guid><dc:creator>i_4556</dc:creator><description>&lt;p&gt;Hello and Happy Holidays!&lt;/p&gt;
&lt;p&gt;Here is the sniffer capture and console from a known good laptop.&lt;/p&gt;
&lt;p&gt;&lt;pre class="ui-code" data-mode="text"&gt;[00:00:00.410,034] &amp;lt;inf&amp;gt; bt_hci_core: bt_dev_show_info: Identity: DE:C1:62:6E:0C:34 (random)
[00:00:00.410,064] &amp;lt;inf&amp;gt; bt_hci_core: bt_dev_show_info: HCI: version 5.4 (0x0d) revision 0x2102, manufacturer 0x0059
[00:00:00.410,064] &amp;lt;inf&amp;gt; bt_hci_core: bt_dev_show_info: LMP: version 5.4 (0x0d) subver 0x2102
Advertising successfully started
Connected 20:79:18:5D:55:60 (public)
Passkey for 20:79:18:5D:55:60 (public): 143181
Security changed: 20:79:18:5D:55:60 (public) level 4
[00:08:01.815,155] &amp;lt;inf&amp;gt; bt_keys: bt_keys_show_sniffer_info: SC LTK: 0x60c85f82b5239cfc54be083c6b2dbad4
[00:08:03.302,734] &amp;lt;inf&amp;gt; bas: blvl_ccc_cfg_changed: BAS Notifications enabled
[00:08:34.184,295] &amp;lt;inf&amp;gt; bas: blvl_ccc_cfg_changed: BAS Notifications disabled
Disconnected from 20:79:18:5D:55:60 (public) (reason 0x13)
Connected 20:79:18:5D:55:60 (public)
Passkey for 20:79:18:5D:55:60 (public): 779519
Security changed: 20:79:18:5D:55:60 (public) level 4
[00:08:56.513,336] &amp;lt;inf&amp;gt; bt_keys: bt_keys_show_sniffer_info: SC LTK: 0x0993714a7b292eb0eabf48f600097cf3
[00:08:57.903,320] &amp;lt;inf&amp;gt; bas: blvl_ccc_cfg_changed: BAS Notifications enabled
[00:09:24.202,392] &amp;lt;inf&amp;gt; bas: blvl_ccc_cfg_changed: BAS Notifications disabled
Disconnected from 20:79:18:5D:55:60 (public) (reason 0x13)

&lt;/pre&gt;&lt;/p&gt;
&lt;p&gt;&lt;a href="https://devzone.nordicsemi.com/cfs-file/__key/communityserver-discussions-components-files/4/good-capture.pcapng"&gt;devzone.nordicsemi.com/.../good-capture.pcapng&lt;/a&gt;&lt;/p&gt;&lt;div style="clear:both;"&gt;&lt;/div&gt;</description></item><item><title>RE: Connectivity issues with HID example</title><link>https://devzone.nordicsemi.com/thread/516147?ContentTypeID=1</link><pubDate>Mon, 23 Dec 2024 14:23:14 GMT</pubDate><guid isPermaLink="false">137ad170-7792-4731-bb38-c0d22fbe4515:065b1d04-47e8-454d-aa9e-28b2836f8a4f</guid><dc:creator>i_4556</dc:creator><description>&lt;p&gt;Hello and thanks for your time!&lt;/p&gt;
&lt;p&gt;&lt;/p&gt;
&lt;p&gt;This trace is recorded with the default example, the only change being the addition of a call to bt_unpair(...) in the disconnected callback.&lt;/p&gt;
&lt;p&gt;&lt;/p&gt;
&lt;p&gt;The trace shows an initial successful connection, and then several failed attempts to reconnect.&lt;/p&gt;
&lt;p&gt;&lt;/p&gt;
&lt;p&gt;I will get you a trace with a known good laptop later today, thank you for your help.&lt;/p&gt;&lt;div style="clear:both;"&gt;&lt;/div&gt;</description></item><item><title>RE: Connectivity issues with HID example</title><link>https://devzone.nordicsemi.com/thread/515861?ContentTypeID=1</link><pubDate>Fri, 20 Dec 2024 08:52:48 GMT</pubDate><guid isPermaLink="false">137ad170-7792-4731-bb38-c0d22fbe4515:761018a7-52ee-4d02-9a57-7e905fd3641e</guid><dc:creator>Hung Bui</dc:creator><description>&lt;p&gt;Hi,&amp;nbsp;&lt;/p&gt;
&lt;p&gt;Could you clarify if the trace is recorded with the nRF53 running the default&amp;nbsp;peripheral_hids_mouse&amp;nbsp;?&amp;nbsp;&lt;br /&gt;What I can see from the trace is that the peripheral tried to request pairing. This is not so common as usually the peripheral should not request pairing and let the central to connect, discovery service, try to read characteristics and then start request pairing (after the read get rejected due to security level)&amp;nbsp;&lt;br /&gt;You can see here how it look when I test with the default peripheral_hids_mouse:&amp;nbsp;&lt;br /&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/pastedimage1734684565539v1.png" alt=" " /&gt;&lt;/p&gt;
&lt;p&gt;&lt;/p&gt;
&lt;p&gt;The peripheral doesn&amp;#39;t send a Security request at the beginning like in your trace:&amp;nbsp;&lt;br /&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/pastedimage1734684618452v2.png" alt=" " /&gt;&lt;/p&gt;
&lt;p&gt;Could you capture a full trace where it was first managed to bond and then after deleting it not able to reconnect ?&amp;nbsp;&lt;br /&gt;&lt;br /&gt;Please also try to capture the same trace with a &amp;quot;good&amp;quot; laptop so we can compare.&amp;nbsp;&lt;/p&gt;&lt;div style="clear:both;"&gt;&lt;/div&gt;</description></item><item><title>RE: Connectivity issues with HID example</title><link>https://devzone.nordicsemi.com/thread/515804?ContentTypeID=1</link><pubDate>Thu, 19 Dec 2024 15:53:41 GMT</pubDate><guid isPermaLink="false">137ad170-7792-4731-bb38-c0d22fbe4515:9f110d3a-1519-4a0e-8f55-3c25edc14047</guid><dc:creator>i_4556</dc:creator><description>&lt;p&gt;Hello, here is the sniffer and console logs:&lt;br /&gt;&lt;br /&gt;&lt;pre class="ui-code" data-mode="text"&gt;. @@*** Booting nRF Connect SDK v2.5.0 ***
[00:00:00.358,245] &amp;lt;inf&amp;gt; fs_nvs: nvs_mount: 2 Sectors of 4096 bytes
[00:00:00.358,245] &amp;lt;inf&amp;gt; fs_nvs: nvs_mount: alloc wra: 0, ed0
[00:00:00.358,276] &amp;lt;inf&amp;gt; fs_nvs: nvs_mount: data wra: 0, 1e4
Bluetooth authentication callbacks registered.
[00:00:00.380,523] &amp;lt;inf&amp;gt; bt_hci_core: hci_vs_init: HW Platform: Nordic Semiconductor (0x0002)
[00:00:00.380,554] &amp;lt;inf&amp;gt; bt_hci_core: hci_vs_init: HW Variant: nRF53x (0x0003)
[00:00:00.380,584] &amp;lt;inf&amp;gt; bt_hci_core: hci_vs_init: Firmware: Standard Bluetooth controller (0x00) Version 197.47763 Build 2370639017
[00:00:00.381,347] &amp;lt;inf&amp;gt; bt_hci_core: bt_init: No ID address. App must call settings_load()
Bluetooth initialized
[00:00:00.383,026] &amp;lt;inf&amp;gt; bt_hci_core: bt_dev_show_info: Identity: DE:C1:62:6E:0C:34 (random)
[00:00:00.383,056] &amp;lt;inf&amp;gt; bt_hci_core: bt_dev_show_info: HCI: version 5.4 (0x0d) revision 0x2102, manufacturer 0x0059
[00:00:00.383,056] &amp;lt;inf&amp;gt; bt_hci_core: bt_dev_show_info: LMP: version 5.4 (0x0d) subver 0x2102
Advertising successfully started
Connected 00:D4:9E:B3:49:E3 (public)
Passkey for 00:D4:9E:B3:49:E3 (public): 176302
Security changed: 00:D4:9E:B3:49:E3 (public) level 4
[00:00:39.348,266] &amp;lt;inf&amp;gt; bt_keys: bt_keys_show_sniffer_info: SC LTK: 0x51bcfd25fa1d44a8f14c6fc9870abb72
[00:00:40.441,894] &amp;lt;inf&amp;gt; bas: blvl_ccc_cfg_changed: BAS Notifications enabled
[00:00:52.262,207] &amp;lt;inf&amp;gt; bas: blvl_ccc_cfg_changed: BAS Notifications disabled
Disconnected from 00:D4:9E:B3:49:E3 (public) (reason 0x13)
Connected 00:D4:9E:B3:49:E3 (public)
[00:01:08.181,121] &amp;lt;wrn&amp;gt; bt_smp: smp_pairing_complete: Not connected!
Security failed: 00:D4:9E:B3:49:E3 (public) level 1 err 9
Disconnected from 00:D4:9E:B3:49:E3 (public) (reason 0x13)
Connected 00:D4:9E:B3:49:E3 (public)
Passkey for 00:D4:9E:B3:49:E3 (public): 172417
[00:01:12.774,047] &amp;lt;wrn&amp;gt; bt_hci_core: bt_hci_host_num_completed_packets: Not reporting packet for non-connected conn
[00:01:12.774,139] &amp;lt;wrn&amp;gt; bt_smp: smp_pairing_complete: Not connected!
Security failed: 00:D4:9E:B3:49:E3 (public) level 1 err 9
Disconnected from 00:D4:9E:B3:49:E3 (public) (reason 0x23)
Connected 00:D4:9E:B3:49:E3 (public)
Passkey for 00:D4:9E:B3:49:E3 (public): 541176
[00:01:21.422,607] &amp;lt;wrn&amp;gt; bt_smp: smp_pairing_complete: Not connected!
Security failed: 00:D4:9E:B3:49:E3 (public) level 1 err 9
Disconnected from 00:D4:9E:B3:49:E3 (public) (reason 0x23)


















&lt;/pre&gt;&lt;br /&gt;&lt;br /&gt;&lt;a href="https://devzone.nordicsemi.com/cfs-file/__key/communityserver-discussions-components-files/4/NRF-trace-laptop-not-working.pcapng"&gt;devzone.nordicsemi.com/.../NRF-trace-laptop-not-working.pcapng&lt;/a&gt;&lt;/p&gt;&lt;div style="clear:both;"&gt;&lt;/div&gt;</description></item><item><title>RE: Connectivity issues with HID example</title><link>https://devzone.nordicsemi.com/thread/515793?ContentTypeID=1</link><pubDate>Thu, 19 Dec 2024 15:15:37 GMT</pubDate><guid isPermaLink="false">137ad170-7792-4731-bb38-c0d22fbe4515:a86eb13f-2287-436a-b397-1fee9a40a24c</guid><dc:creator>i_4556</dc:creator><description>&lt;p&gt;Hello and thank you for your reply. I will have the sniffer logs for you shortly. In the meantime, to answer your other question, to recover the situation and connect again I can either re-boot the laptop or erase-and-program the device. Both those options restart the cycle. &lt;/p&gt;&lt;div style="clear:both;"&gt;&lt;/div&gt;</description></item><item><title>RE: Connectivity issues with HID example</title><link>https://devzone.nordicsemi.com/thread/515726?ContentTypeID=1</link><pubDate>Thu, 19 Dec 2024 12:35:52 GMT</pubDate><guid isPermaLink="false">137ad170-7792-4731-bb38-c0d22fbe4515:97c2236c-0aca-4650-9243-155989af0864</guid><dc:creator>Hung Bui</dc:creator><description>&lt;p&gt;Hi,&amp;nbsp;&lt;br /&gt;Please try to capture the communication with the sniffer dongle. I think it will be very useful. We have a guide on how to use the sniffer &lt;a href="https://academy.nordicsemi.com/courses/bluetooth-low-energy-fundamentals/lessons/lesson-6-bluetooth-le-sniffer/"&gt;here&lt;/a&gt;.&amp;nbsp;&lt;/p&gt;
&lt;p&gt;What I can see from this log:&amp;nbsp;&lt;br /&gt;&lt;pre class="ui-code" data-mode="text"&gt;Connected 00:D4:9E:B3:49:E3 (public)
Passkey for 00:D4:9E:B3:49:E3 (public): 698805
[00:06:51.319,854] &amp;lt;wrn&amp;gt; bt_smp: Not connected!
Security failed: 00:D4:9E:B3:49:E3 (public) level 1 err 9
Disconnected from 00:D4:9E:B3:49:E3 (public) (reason 0x2a)&lt;/pre&gt;&lt;/p&gt;
&lt;p&gt;&lt;/p&gt;
&lt;p&gt;Is that the connection actually established. The issue was with the pairing. Security failed with error 9 (BT_SECURITY_ERR_UNSPECIFIED). I would guess that for some reason the central didn&amp;#39;t want to do a normal passkey pairing but maybe try to use the bond information it stored earlier (even though you removed the device on PC)&lt;/p&gt;
&lt;p&gt;After the issue happen, how did you recover the board so that it can be pair with the laptop again ? Or it&amp;#39;s not possible and you need to test with a new board ?&amp;nbsp;&lt;/p&gt;&lt;div style="clear:both;"&gt;&lt;/div&gt;</description></item></channel></rss>