<?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>Android app disconnects when from device receiving notifications from multiple devices</title><link>https://devzone.nordicsemi.com/f/nordic-q-a/100440/android-app-disconnects-when-from-device-receiving-notifications-from-multiple-devices</link><description>Hello everyone, 
 I am currently developing an Android app, where I have 2 BLE custom boards with the nRF52832 as a BLE chip. Each board has the same firmware running on it and is configured to send notification of 20 bytes in a 50Hz frequency. I am using</description><dc:language>en-US</dc:language><generator>Telligent Community 13</generator><lastBuildDate>Tue, 08 Aug 2023 08:04:21 GMT</lastBuildDate><atom:link rel="self" type="application/rss+xml" href="https://devzone.nordicsemi.com/f/nordic-q-a/100440/android-app-disconnects-when-from-device-receiving-notifications-from-multiple-devices" /><item><title>RE: Android app disconnects when from device receiving notifications from multiple devices</title><link>https://devzone.nordicsemi.com/thread/440240?ContentTypeID=1</link><pubDate>Tue, 08 Aug 2023 08:04:21 GMT</pubDate><guid isPermaLink="false">137ad170-7792-4731-bb38-c0d22fbe4515:d60c497a-cac1-4f58-b062-8e0545f61494</guid><dc:creator>Einarh</dc:creator><description>[quote user="J.R."]seems to be an issue with the Bluetooth version[/quote]
&lt;p&gt;I still haven&amp;#39;t found any difference in BLE 4 and 5 that should cause this issue, multiple connections is definitely supported in BLE 4.&lt;/p&gt;
&lt;p&gt;Though if your application is data heavy it could simply be caused by BLE 5 supporting a higher bandwidth.&lt;/p&gt;
[quote user="J.R."]Can there be any other causes tor this to happen?[/quote]
&lt;p&gt;There could be a difference in the BLE controller (hardware) in the phones causing this different behavior.&lt;/p&gt;
&lt;p&gt;-Einar&lt;/p&gt;&lt;div style="clear:both;"&gt;&lt;/div&gt;</description></item><item><title>RE: Android app disconnects when from device receiving notifications from multiple devices</title><link>https://devzone.nordicsemi.com/thread/440014?ContentTypeID=1</link><pubDate>Sun, 06 Aug 2023 17:28:24 GMT</pubDate><guid isPermaLink="false">137ad170-7792-4731-bb38-c0d22fbe4515:c9fdcd40-ac6c-4e8d-b86e-ec65c1e34946</guid><dc:creator>J.R.</dc:creator><description>&lt;p&gt;Hello Einar&lt;/p&gt;
&lt;p&gt;I was now able to Test everything with two more Bluetooth 4 Devices (Faiphone 3 and Wiko Y80) and all of them showed similar issues. I did also test it with another Bluetooth 5 phone (Xiaomi Redmi 9a) and there the connection did work. So to me it really seems to be an issue with the Bluetooth version or I was really unlucky with the selection of phones. &lt;br /&gt;&lt;br /&gt;That being said i don&amp;#39;t want to disclose that the connection parameters could be the source of the issue (I am talking with the device manufacturer about this). Can there be any other causes tor this to happen?&lt;/p&gt;
&lt;p&gt;&lt;/p&gt;
&lt;p&gt;Kind regargs&lt;/p&gt;
&lt;p&gt;J.R.&lt;/p&gt;&lt;div style="clear:both;"&gt;&lt;/div&gt;</description></item><item><title>RE: Android app disconnects when from device receiving notifications from multiple devices</title><link>https://devzone.nordicsemi.com/thread/435664?ContentTypeID=1</link><pubDate>Tue, 11 Jul 2023 09:35:42 GMT</pubDate><guid isPermaLink="false">137ad170-7792-4731-bb38-c0d22fbe4515:40d4c346-2c98-4606-a21f-ae44cfacf8e1</guid><dc:creator>Einarh</dc:creator><description>[quote user="J.R."]i don&amp;#39;t have the rights to update the peripheral firmware.[/quote]
&lt;p&gt;That&amp;#39;s unfortunate, as it will limit what you&amp;#39;re able to test.&lt;/p&gt;
[quote user="J.R."]On the Nokia it is Bluetooth 4.2 while on the Fairphone and iPhone it is 5.0[/quote]
&lt;p&gt;As far as I know there shouldn&amp;#39;t be any difference between 4.2 and 5.0 in regards to number of connections, but what might be limited in 4.2 is connection speed. So it could be that your peripheral requests a higher speed and is rejected by the central.&lt;/p&gt;
&lt;p&gt;It could also be possible that the phone has a faulty or incomplete implementation of the BLE stack, in which case you would have to contact Nokia about it, but I would want to make sure that it&amp;nbsp; isn&amp;#39;t caused by the different Bluetooth version before taking that step.&lt;/p&gt;
&lt;p&gt;-Einar&lt;/p&gt;&lt;div style="clear:both;"&gt;&lt;/div&gt;</description></item><item><title>RE: Android app disconnects when from device receiving notifications from multiple devices</title><link>https://devzone.nordicsemi.com/thread/435565?ContentTypeID=1</link><pubDate>Mon, 10 Jul 2023 17:51:39 GMT</pubDate><guid isPermaLink="false">137ad170-7792-4731-bb38-c0d22fbe4515:230376db-125c-4e55-99e2-9593638945db</guid><dc:creator>J.R.</dc:creator><description>&lt;p&gt;Sadly this is not possible for me at a current stage since i don&amp;#39;t have the rights to update the peripheral firmware.&lt;/p&gt;
&lt;p&gt;Additionally last weekend I tested the same app on a different phone (Fairphone 4). There the connection to both peripherals was maintained without any issues. So I have the assumption, that the limit could be the usage of the Bluetooth chip version. On the Nokia it is Bluetooth 4.2 while on the Fairphone and iPhone it is 5.0. I&amp;#39;m not sure though, if this indeed could be the source of the issue or there might be some other reason.&lt;/p&gt;
&lt;p&gt;Maybe you know a bit more about this Einar.&lt;/p&gt;&lt;div style="clear:both;"&gt;&lt;/div&gt;</description></item><item><title>RE: Android app disconnects when from device receiving notifications from multiple devices</title><link>https://devzone.nordicsemi.com/thread/434163?ContentTypeID=1</link><pubDate>Mon, 03 Jul 2023 10:42:27 GMT</pubDate><guid isPermaLink="false">137ad170-7792-4731-bb38-c0d22fbe4515:0c85f446-2a20-4638-a96f-f5c08220667d</guid><dc:creator>Einarh</dc:creator><description>&lt;p&gt;Hi&lt;/p&gt;
&lt;p&gt;You say you&amp;#39;ve set connection parameters on your Android phone.&lt;/p&gt;
&lt;p&gt;Have you tried adjusting the preferred parameters of your peripheral?&lt;/p&gt;
&lt;p&gt;-Einar&lt;/p&gt;&lt;div style="clear:both;"&gt;&lt;/div&gt;</description></item><item><title>RE: Android app disconnects when from device receiving notifications from multiple devices</title><link>https://devzone.nordicsemi.com/thread/433268?ContentTypeID=1</link><pubDate>Tue, 27 Jun 2023 13:37:42 GMT</pubDate><guid isPermaLink="false">137ad170-7792-4731-bb38-c0d22fbe4515:7bf51212-11a2-4116-8d9e-2c1fcefb10d2</guid><dc:creator>J.R.</dc:creator><description>&lt;p&gt;So I&amp;#39;ve done some more testing.&lt;br /&gt;So far those are my findings:&lt;/p&gt;
&lt;p&gt;- The connection being disconnected always on the second device that is connected to the phone. So the connection order matters.&lt;/p&gt;
&lt;p&gt;- Both peripherals get the same LL_CONNECTION_UPDATE_IND. The connection parameters are the same as for both peripherals.&lt;/p&gt;
&lt;p&gt;I also do not think that this might have something to do with the LL_CONNECTION_UPDATE_IND since running the app with only one peripheral, the connection is stable. The connection is also stable with the peripheral that was first connected to the phone.&lt;/p&gt;
&lt;p&gt;Never the less I have set the connection parameters (Connection priority on Android) to high. Since there are only 3 options that can be set on Android. Sadly this also did not help.&lt;/p&gt;
&lt;p&gt;Is there anything else i can try?&lt;/p&gt;&lt;div style="clear:both;"&gt;&lt;/div&gt;</description></item><item><title>RE: Android app disconnects when from device receiving notifications from multiple devices</title><link>https://devzone.nordicsemi.com/thread/433228?ContentTypeID=1</link><pubDate>Tue, 27 Jun 2023 12:17:07 GMT</pubDate><guid isPermaLink="false">137ad170-7792-4731-bb38-c0d22fbe4515:a533e6c6-9dde-44ff-98ed-ae6e796e305c</guid><dc:creator>Einarh</dc:creator><description>&lt;p&gt;Hm I thought it should be possible to see all the packets, that would give a clearer picture of what is happening.&lt;/p&gt;
&lt;p&gt;But even with just this log it seems like there is an update in connection parameters that causes this.&lt;/p&gt;
&lt;p&gt;You can inspect the contents of the packets in wireshark to investigate what specifically is happening.&lt;/p&gt;
&lt;p&gt;I would suggest having a look at the parameters in the LL_CONNECTION_UPDATE_IND packet, perhaps if you set the parameters to something like these values from the start you can avoid this update event.&lt;/p&gt;
&lt;p&gt;-Einar&lt;/p&gt;&lt;div style="clear:both;"&gt;&lt;/div&gt;</description></item><item><title>RE: Android app disconnects when from device receiving notifications from multiple devices</title><link>https://devzone.nordicsemi.com/thread/433114?ContentTypeID=1</link><pubDate>Tue, 27 Jun 2023 07:50:55 GMT</pubDate><guid isPermaLink="false">137ad170-7792-4731-bb38-c0d22fbe4515:9c4ddc24-4681-47ba-9e51-40b90fc9ee85</guid><dc:creator>J.R.</dc:creator><description>&lt;p&gt;Correct, there should be two devices. But i did not manage to get Wireshark to catch the packets form both devices. I can either get the advertisement from both or only the notification from a single one. &lt;/p&gt;
&lt;p&gt;About the error packets. I have no idea why this is there. I have checked with the iOS app as well and it seems those are not happening there.&lt;/p&gt;&lt;div style="clear:both;"&gt;&lt;/div&gt;</description></item><item><title>RE: Android app disconnects when from device receiving notifications from multiple devices</title><link>https://devzone.nordicsemi.com/thread/433020?ContentTypeID=1</link><pubDate>Mon, 26 Jun 2023 14:48:00 GMT</pubDate><guid isPermaLink="false">137ad170-7792-4731-bb38-c0d22fbe4515:24884238-4b02-4fb5-8d60-79c439c92bbd</guid><dc:creator>Einarh</dc:creator><description>&lt;p&gt;Are there supposed to be two peripherals in this log? I can only see one address talking to the central.&lt;/p&gt;
&lt;p&gt;Also I see a handful of &amp;quot;Error attribute not found&amp;quot; messages, for example packet 3435, do you know what&amp;#39;s happening there?&lt;/p&gt;
&lt;p&gt;-Einar&lt;/p&gt;&lt;div style="clear:both;"&gt;&lt;/div&gt;</description></item><item><title>RE: Android app disconnects when from device receiving notifications from multiple devices</title><link>https://devzone.nordicsemi.com/thread/432888?ContentTypeID=1</link><pubDate>Mon, 26 Jun 2023 09:12:34 GMT</pubDate><guid isPermaLink="false">137ad170-7792-4731-bb38-c0d22fbe4515:80d35382-4fa5-4159-a204-47332cd66abf</guid><dc:creator>J.R.</dc:creator><description>&lt;p&gt;Hello Einar&lt;/p&gt;
&lt;p&gt;&lt;/p&gt;
&lt;p&gt;You can find attached a full log. Hope that helps.&lt;/p&gt;
&lt;p&gt;I will in the mean time look for other possible solutions.&lt;/p&gt;
&lt;p&gt;&lt;/p&gt;
&lt;p&gt;J.R.&lt;/p&gt;
&lt;p&gt;&lt;a href="https://devzone.nordicsemi.com/cfs-file/__key/communityserver-discussions-components-files/4/ble_5F00_wireshark_5F00_log.pcapng"&gt;devzone.nordicsemi.com/.../ble_5F00_wireshark_5F00_log.pcapng&lt;/a&gt;&lt;/p&gt;&lt;div style="clear:both;"&gt;&lt;/div&gt;</description></item><item><title>RE: Android app disconnects when from device receiving notifications from multiple devices</title><link>https://devzone.nordicsemi.com/thread/432883?ContentTypeID=1</link><pubDate>Mon, 26 Jun 2023 08:55:22 GMT</pubDate><guid isPermaLink="false">137ad170-7792-4731-bb38-c0d22fbe4515:817c8997-75d4-4360-9775-449ac11e413b</guid><dc:creator>Einarh</dc:creator><description>&lt;p&gt;Hi&lt;/p&gt;
&lt;p&gt;Looks to me like one of the peripherals initiates a connection parameter update right before the disconnection, but it&amp;#39;s hard to tell exactly what is going on just from this log, if you could send a Wireshark sniffer log file of this then I could read it in more detail.&lt;/p&gt;
&lt;p&gt;-Einar&lt;/p&gt;&lt;div style="clear:both;"&gt;&lt;/div&gt;</description></item><item><title>RE: Android app disconnects when from device receiving notifications from multiple devices</title><link>https://devzone.nordicsemi.com/thread/432863?ContentTypeID=1</link><pubDate>Mon, 26 Jun 2023 07:49:38 GMT</pubDate><guid isPermaLink="false">137ad170-7792-4731-bb38-c0d22fbe4515:fdbbbfe2-7c7c-43ad-b0df-9db98441acb6</guid><dc:creator>J.R.</dc:creator><description>&lt;p&gt;I have also increased now the connection interval on the phone side (15&amp;#39;000 ms). It now takes a bit longer for the disconnect to happen (about 10 seconds), which makes sense since the interval is higher. Eventually the disconnect happens anyway.&lt;/p&gt;&lt;div style="clear:both;"&gt;&lt;/div&gt;</description></item><item><title>RE: Android app disconnects when from device receiving notifications from multiple devices</title><link>https://devzone.nordicsemi.com/thread/432815?ContentTypeID=1</link><pubDate>Sun, 25 Jun 2023 09:44:24 GMT</pubDate><guid isPermaLink="false">137ad170-7792-4731-bb38-c0d22fbe4515:b03cff18-1c34-4d48-ab86-b0d6741d91eb</guid><dc:creator>J.R.</dc:creator><description>&lt;p&gt;So i got my hand on an nRF Dongle.&lt;/p&gt;
&lt;p&gt;I believe the lines 3040 - 3043 are the one responsible for the disconnect. Though this seems to be instantiated by the phone.&lt;/p&gt;
&lt;p&gt;&lt;br /&gt;&lt;pre class="ui-code" data-mode="text"&gt;No.	Time	Source	PHY	Protocol	Length	Delta time (&amp;#181;s end to start)	SN	NESN	More Data	Event counter	Info
2979	9.020	Slave_0x9d07bc55	LE 1M	ATT	27	150&amp;#181;s	1	0	True	133	Rcvd Handle Value Notification, Handle: 0x000b (Nordic UART Service: Nordic UART Rx)
2980	9.021	Master_0x9d07bc55	LE 1M	LE LL	0	148&amp;#181;s	0	0	False	133	Empty PDU
2981	9.021	Slave_0x9d07bc55	LE 1M	ATT	27	150&amp;#181;s	0	1	False	133	Rcvd Handle Value Notification, Handle: 0x000b (Nordic UART Service: Nordic UART Rx)
2982	9.110	Master_0x9d07bc55	LE 1M	LE LL	0	88797&amp;#181;s	1	1	False	135	Empty PDU
2983	9.110	Slave_0x9d07bc55	LE 1M	ATT	27	149&amp;#181;s	1	0	True	135	Rcvd Handle Value Notification, Handle: 0x000b (Nordic UART Service: Nordic UART Rx)
2984	9.111	Master_0x9d07bc55	LE 1M	LE LL	0	149&amp;#181;s	0	0	False	135	Empty PDU
2985	9.111	Slave_0x9d07bc55	LE 1M	ATT	27	149&amp;#181;s	0	1	True	135	Rcvd Handle Value Notification, Handle: 0x000b (Nordic UART Service: Nordic UART Rx)
2986	9.111	Master_0x9d07bc55	LE 1M	LE LL	0	149&amp;#181;s	1	1	False	135	Empty PDU
2987	9.112	Slave_0x9d07bc55	LE 1M	ATT	27	149&amp;#181;s	1	0	True	135	Rcvd Handle Value Notification, Handle: 0x000b (Nordic UART Service: Nordic UART Rx)
2988	9.112	Master_0x9d07bc55	LE 1M	LE LL	0	149&amp;#181;s	0	0	False	135	Empty PDU
2989	9.112	Slave_0x9d07bc55	LE 1M	ATT	27	149&amp;#181;s	0	1	True	135	Rcvd Handle Value Notification, Handle: 0x000b (Nordic UART Service: Nordic UART Rx)
2990	9.113	Master_0x9d07bc55	LE 1M	LE LL	0	149&amp;#181;s	1	1	False	135	Empty PDU
2991	9.113	Slave_0x9d07bc55	LE 1M	ATT	27	149&amp;#181;s	1	0	False	135	Rcvd Handle Value Notification, Handle: 0x000b (Nordic UART Service: Nordic UART Rx)
2992	9.155	Master_0x9d07bc55	LE 1M	LE LL	0	41777&amp;#181;s	0	0	False	136	Empty PDU
2993	9.155	Slave_0x9d07bc55	LE 1M	ATT	27	150&amp;#181;s	0	1	True	136	Rcvd Handle Value Notification, Handle: 0x000b (Nordic UART Service: Nordic UART Rx)
2994	9.156	Master_0x9d07bc55	LE 1M	LE LL	0	148&amp;#181;s	1	1	False	136	Empty PDU
2995	9.156	Slave_0x9d07bc55	LE 1M	ATT	27	150&amp;#181;s	1	0	False	136	Rcvd Handle Value Notification, Handle: 0x000b (Nordic UART Service: Nordic UART Rx)
2996	9.200	Master_0x9d07bc55	LE 1M	LE LL	0	43800&amp;#181;s	0	0	False	137	Empty PDU
2997	9.200	Slave_0x9d07bc55	LE 1M	ATT	27	150&amp;#181;s	0	1	True	137	Rcvd Handle Value Notification, Handle: 0x000b (Nordic UART Service: Nordic UART Rx)
2998	9.201	Master_0x9d07bc55	LE 1M	LE LL	0	148&amp;#181;s	1	1	False	137	Empty PDU
2999	9.201	Slave_0x9d07bc55	LE 1M	ATT	27	150&amp;#181;s	1	0	False	137	Rcvd Handle Value Notification, Handle: 0x000b (Nordic UART Service: Nordic UART Rx)
3000	9.290	Master_0x9d07bc55	LE 1M	LE LL	0	88797&amp;#181;s	0	0	False	139	Empty PDU
3001	9.290	Slave_0x9d07bc55	LE 1M	ATT	27	150&amp;#181;s	0	1	True	139	Rcvd Handle Value Notification, Handle: 0x000b (Nordic UART Service: Nordic UART Rx)
3002	9.291	Master_0x9d07bc55	LE 1M	LE LL	0	148&amp;#181;s	1	1	False	139	Empty PDU
3003	9.291	Slave_0x9d07bc55	LE 1M	ATT	27	150&amp;#181;s	1	0	True	139	Rcvd Handle Value Notification, Handle: 0x000b (Nordic UART Service: Nordic UART Rx)
3004	9.335	Master_0x9d07bc55	LE 1M	LE LL	0	43800&amp;#181;s	1	1	False	140	Empty PDU
3005	9.335	Slave_0x9d07bc55	LE 1M	ATT	27	150&amp;#181;s	1	0	True	140	Rcvd Handle Value Notification, Handle: 0x000b (Nordic UART Service: Nordic UART Rx)
3006	9.336	Master_0x9d07bc55	LE 1M	LE LL	0	148&amp;#181;s	0	0	False	140	Empty PDU
3007	9.336	Slave_0x9d07bc55	LE 1M	ATT	27	150&amp;#181;s	0	1	True	140	Rcvd Handle Value Notification, Handle: 0x000b (Nordic UART Service: Nordic UART Rx)
3008	9.336	Master_0x9d07bc55	LE 1M	LE LL	0	148&amp;#181;s	1	1	False	140	Empty PDU
3009	9.337	Slave_0x9d07bc55	LE 1M	ATT	27	150&amp;#181;s	1	0	True	140	Rcvd Handle Value Notification, Handle: 0x000b (Nordic UART Service: Nordic UART Rx)
3010	9.337	Master_0x9d07bc55	LE 1M	LE LL	0	148&amp;#181;s	0	0	False	140	Empty PDU
3011	9.337	Slave_0x9d07bc55	LE 1M	ATT	27	150&amp;#181;s	0	1	True	140	Rcvd Handle Value Notification, Handle: 0x000b (Nordic UART Service: Nordic UART Rx)
3012	9.338	Master_0x9d07bc55	LE 1M	LE LL	0	148&amp;#181;s	1	1	False	140	Empty PDU
3013	9.338	Slave_0x9d07bc55	LE 1M	ATT	27	150&amp;#181;s	1	0	True	140	Rcvd Handle Value Notification, Handle: 0x000b (Nordic UART Service: Nordic UART Rx)
3014	9.338	Master_0x9d07bc55	LE 1M	LE LL	0	148&amp;#181;s	0	0	False	140	Empty PDU
3015	9.339	Slave_0x9d07bc55	LE 1M	ATT	27	150&amp;#181;s	0	1	False	140	Rcvd Handle Value Notification, Handle: 0x000b (Nordic UART Service: Nordic UART Rx)
3016	9.380	Master_0x9d07bc55	LE 1M	LE LL	0	41102&amp;#181;s	1	1	False	141	Empty PDU
3017	9.380	Slave_0x9d07bc55	LE 1M	ATT	27	150&amp;#181;s	1	0	True	141	Rcvd Handle Value Notification, Handle: 0x000b (Nordic UART Service: Nordic UART Rx)
3018	9.381	Master_0x9d07bc55	LE 1M	LE LL	0	148&amp;#181;s	0	0	False	141	Empty PDU
3019	9.381	Slave_0x9d07bc55	LE 1M	ATT	27	150&amp;#181;s	0	1	False	141	Rcvd Handle Value Notification, Handle: 0x000b (Nordic UART Service: Nordic UART Rx)
3020	9.470	Master_0x9d07bc55	LE 1M	LE LL	0	88797&amp;#181;s	1	1	False	143	Empty PDU
3021	9.470	Slave_0x9d07bc55	LE 1M	ATT	27	150&amp;#181;s	1	0	True	143	Rcvd Handle Value Notification, Handle: 0x000b (Nordic UART Service: Nordic UART Rx)
3022	9.471	Master_0x9d07bc55	LE 1M	LE LL	0	148&amp;#181;s	0	0	False	143	Empty PDU
3023	9.471	Slave_0x9d07bc55	LE 1M	ATT	27	150&amp;#181;s	0	1	True	143	Rcvd Handle Value Notification, Handle: 0x000b (Nordic UART Service: Nordic UART Rx)
3024	9.471	Master_0x9d07bc55	LE 1M	LE LL	0	148&amp;#181;s	1	1	False	143	Empty PDU
3025	9.472	Slave_0x9d07bc55	LE 1M	ATT	27	150&amp;#181;s	1	0	True	143	Rcvd Handle Value Notification, Handle: 0x000b (Nordic UART Service: Nordic UART Rx)
3026	9.472	Master_0x9d07bc55	LE 1M	LE LL	0	148&amp;#181;s	0	0	False	143	Empty PDU
3027	9.472	Slave_0x9d07bc55	LE 1M	ATT	27	150&amp;#181;s	0	1	True	143	Rcvd Handle Value Notification, Handle: 0x000b (Nordic UART Service: Nordic UART Rx)
3028	9.473	Master_0x9d07bc55	LE 1M	LE LL	0	148&amp;#181;s	1	1	False	143	Empty PDU
3029	9.473	Slave_0x9d07bc55	LE 1M	ATT	27	150&amp;#181;s	1	0	False	143	Rcvd Handle Value Notification, Handle: 0x000b (Nordic UART Service: Nordic UART Rx)
3030	9.515	Master_0x9d07bc55	LE 1M	LE LL	0	41778&amp;#181;s	0	0	False	144	Empty PDU
3031	9.515	Slave_0x9d07bc55	LE 1M	ATT	27	150&amp;#181;s	0	1	True	144	Rcvd Handle Value Notification, Handle: 0x000b (Nordic UART Service: Nordic UART Rx)
3032	9.516	Master_0x9d07bc55	LE 1M	LE LL	0	148&amp;#181;s	1	1	False	144	Empty PDU
3033	9.516	Slave_0x9d07bc55	LE 1M	ATT	27	150&amp;#181;s	1	0	False	144	Rcvd Handle Value Notification, Handle: 0x000b (Nordic UART Service: Nordic UART Rx)
3034	9.560	Master_0x9d07bc55	LE 1M	LE LL	0	43799&amp;#181;s	0	0	False	145	Empty PDU
3035	9.560	Slave_0x9d07bc55	LE 1M	L2CAP	16	149&amp;#181;s	0	1	True	145	Connection Parameter Update Request
3036	9.561	Master_0x9d07bc55	LE 1M	LE LL	0	148&amp;#181;s	1	1	False	145	Empty PDU
3037	9.561	Slave_0x9d07bc55	LE 1M	ATT	27	149&amp;#181;s	1	0	True	145	Rcvd Handle Value Notification, Handle: 0x000b (Nordic UART Service: Nordic UART Rx)
3038	9.561	Master_0x9d07bc55	LE 1M	LE LL	0	148&amp;#181;s	0	0	False	145	Empty PDU
3039	9.561	Slave_0x9d07bc55	LE 1M	ATT	27	149&amp;#181;s	0	1	False	145	Rcvd Handle Value Notification, Handle: 0x000b (Nordic UART Service: Nordic UART Rx)
3040	9.650	Master_0x9d07bc55	LE 1M	LE LL	12	88215&amp;#181;s	1	1	True	147	Control Opcode: LL_CONNECTION_UPDATE_IND
3041	9.650	Slave_0x9d07bc55	LE 1M	ATT	27	150&amp;#181;s	1	0	True	147	Rcvd Handle Value Notification, Handle: 0x000b (Nordic UART Service: Nordic UART Rx)
3042	9.651	Master_0x9d07bc55	LE 1M	L2CAP	10	148&amp;#181;s	0	0	False	147	Connection Parameter Update Response (Accepted)
3043	9.695	Master_0x9d07bc55	LE 1M	L2CAP	10	44069&amp;#181;s	0	0	False	148	Connection Parameter Update Response (Accepted)
3044	9.695	Slave_0x9d07bc55	LE 1M	ATT	27	150&amp;#181;s	0	1	True	148	Rcvd Handle Value Notification, Handle: 0x000b (Nordic UART Service: Nordic UART Rx)
3045	9.696	Master_0x9d07bc55	LE 1M	LE LL	0	148&amp;#181;s	1	1	False	148	Empty PDU
3046	9.740	Master_0x9d07bc55	LE 1M	LE LL	0	44164&amp;#181;s	1	1	False	149	Empty PDU
3047	9.740	Slave_0x9d07bc55	LE 1M	ATT	27	150&amp;#181;s	1	0	True	149	Rcvd Handle Value Notification, Handle: 0x000b (Nordic UART Service: Nordic UART Rx)
3048	9.741	Master_0x9d07bc55	LE 1M	LE LL	0	148&amp;#181;s	0	0	False	149	Empty PDU
3049	9.741	Slave_0x9d07bc55	LE 1M	ATT	27	150&amp;#181;s	0	1	True	149	Rcvd Handle Value Notification, Handle: 0x000b (Nordic UART Service: Nordic UART Rx)
3050	9.741	Master_0x9d07bc55	LE 1M	LE LL	0	148&amp;#181;s	1	1	False	149	Empty PDU
3051	9.742	Slave_0x9d07bc55	LE 1M	ATT	27	150&amp;#181;s	1	0	True	149	Rcvd Handle Value Notification, Handle: 0x000b (Nordic UART Service: Nordic UART Rx)
3052	9.742	Master_0x9d07bc55	LE 1M	LE LL	0	148&amp;#181;s	0	0	False	149	Empty PDU
3053	9.742	Slave_0x9d07bc55	LE 1M	ATT	27	150&amp;#181;s	0	1	True	149	Rcvd Handle Value Notification, Handle: 0x000b (Nordic UART Service: Nordic UART Rx)
3054	9.743	Master_0x9d07bc55	LE 1M	LE LL	0	148&amp;#181;s	1	1	False	149	Empty PDU
3055	9.743	Slave_0x9d07bc55	LE 1M	ATT	27	150&amp;#181;s	1	0	True	149	Rcvd Handle Value Notification, Handle: 0x000b (Nordic UART Service: Nordic UART Rx)
3056	9.743	Master_0x9d07bc55	LE 1M	LE LL	0	148&amp;#181;s	0	0	False	149	Empty PDU
3057	9.744	Slave_0x9d07bc55	LE 1M	ATT	27	150&amp;#181;s	0	1	False	149	Rcvd Handle Value Notification, Handle: 0x000b (Nordic UART Service: Nordic UART Rx)
3058	9.830	Master_0x9d07bc55	LE 1M	LE LL	0	86102&amp;#181;s	1	1	False	151	Empty PDU
3059	9.830	Slave_0x9d07bc55	LE 1M	ATT	27	150&amp;#181;s	1	0	True	151	Rcvd Handle Value Notification, Handle: 0x000b (Nordic UART Service: Nordic UART Rx)
3060	9.831	Master_0x9d07bc55	LE 1M	LE LL	0	148&amp;#181;s	0	0	False	151	Empty PDU
3061	9.831	Slave_0x9d07bc55	LE 1M	ATT	27	150&amp;#181;s	0	1	True	151	Rcvd Handle Value Notification, Handle: 0x000b (Nordic UART Service: Nordic UART Rx)
3062	9.831	Master_0x9d07bc55	LE 1M	LE LL	0	148&amp;#181;s	1	1	False	151	Empty PDU
3063	9.832	Slave_0x9d07bc55	LE 1M	ATT	27	150&amp;#181;s	1	0	True	151	Rcvd Handle Value Notification, Handle: 0x000b (Nordic UART Service: Nordic UART Rx)
3064	9.832	Master_0x9d07bc55	LE 1M	LE LL	0	148&amp;#181;s	0	0	False	151	Empty PDU
3065	9.832	Slave_0x9d07bc55	LE 1M	ATT	27	150&amp;#181;s	0	1	True	151	Rcvd Handle Value Notification, Handle: 0x000b (Nordic UART Service: Nordic UART Rx)
3066	9.833	Master_0x9d07bc55	LE 1M	LE LL	0	148&amp;#181;s	1	1	False	151	Empty PDU
3067	9.833	Slave_0x9d07bc55	LE 1M	ATT	27	150&amp;#181;s	1	0	False	151	Rcvd Handle Value Notification, Handle: 0x000b (Nordic UART Service: Nordic UART Rx)
3068	9.875	Master_0x9d07bc55	LE 1M	LE LL	0	41776&amp;#181;s	0	0	False	152	Empty PDU
3069	9.875	Slave_0x9d07bc55	LE 1M	ATT	27	150&amp;#181;s	0	1	True	152	Rcvd Handle Value Notification, Handle: 0x000b (Nordic UART Service: Nordic UART Rx)
3070	9.876	Master_0x9d07bc55	LE 1M	LE LL	0	148&amp;#181;s	1	1	False	152	Empty PDU
3071	9.876	Slave_0x9d07bc55	LE 1M	ATT	27	150&amp;#181;s	1	0	False	152	Rcvd Handle Value Notification, Handle: 0x000b (Nordic UART Service: Nordic UART Rx)
3072	9.920	Master_0x9d07bc55	LE 1M	LE LL	0	43799&amp;#181;s	0	0	False	153	Empty PDU
3073	9.920	Slave_0x9d07bc55	LE 1M	ATT	27	149&amp;#181;s	0	1	True	153	Rcvd Handle Value Notification, Handle: 0x000b (Nordic UART Service: Nordic UART Rx)
3074	9.921	Master_0x9d07bc55	LE 1M	LE LL	0	148&amp;#181;s	1	1	False	153	Empty PDU
3075	9.921	Slave_0x9d07bc55	LE 1M	ATT	27	149&amp;#181;s	1	0	False	153	Rcvd Handle Value Notification, Handle: 0x000b (Nordic UART Service: Nordic UART Rx)
3076	10.085	Master_0x9d07bc55	LE 1M	LE LL	0	163799&amp;#181;s	0	0	False	155	Empty PDU
3077	10.085	Slave_0x9d07bc55	LE 1M	ATT	27	150&amp;#181;s	0	1	True	155	Rcvd Handle Value Notification, Handle: 0x000b (Nordic UART Service: Nordic UART Rx)
3078	10.086	Master_0x9d07bc55	LE 1M	LE LL	0	148&amp;#181;s	1	1	False	155	Empty PDU
3079	10.295	Master_0x9d07bc55	LE 1M	LE LL	0	209242&amp;#181;s	1	1	False	157	Empty PDU
3080	10.295	Slave_0x9d07bc55	LE 1M	ATT	27	150&amp;#181;s	1	0	True	157	Rcvd Handle Value Notification, Handle: 0x000b (Nordic UART Service: Nordic UART Rx)
3081	10.296	Master_0x9d07bc55	LE 1M	LE LL	0	148&amp;#181;s	0	0	False	157	Empty PDU
3082	10.296	Slave_0x9d07bc55	LE 1M	ATT	27	150&amp;#181;s	0	1	True	157	Rcvd Handle Value Notification, Handle: 0x000b (Nordic UART Service: Nordic UART Rx)
3083	10.296	Master_0x9d07bc55	LE 1M	LE LL	0	148&amp;#181;s	1	1	False	157	Empty PDU
3084	10.296	Slave_0x9d07bc55	LE 1M	ATT	27	150&amp;#181;s	1	0	True	157	Rcvd Handle Value Notification, Handle: 0x000b (Nordic UART Service: Nordic UART Rx)
3085	10.297	Master_0x9d07bc55	LE 1M	LE LL	0	148&amp;#181;s	0	0	False	157	Empty PDU
3086	10.297	Slave_0x9d07bc55	LE 1M	ATT	27	150&amp;#181;s	0	1	True	157	Rcvd Handle Value Notification, Handle: 0x000b (Nordic UART Service: Nordic UART Rx)
3087	10.298	Master_0x9d07bc55	LE 1M	LE LL	0	148&amp;#181;s	1	1	False	157	Empty PDU
3088	10.298	Slave_0x9d07bc55	LE 1M	ATT	27	150&amp;#181;s	1	0	True	157	Rcvd Handle Value Notification, Handle: 0x000b (Nordic UART Service: Nordic UART Rx)
3089	10.298	Master_0x9d07bc55	LE 1M	LE LL	0	148&amp;#181;s	0	0	False	157	Empty PDU
3090	10.299	Slave_0x9d07bc55	LE 1M	ATT	27	150&amp;#181;s	0	1	False	157	Rcvd Handle Value Notification, Handle: 0x000b (Nordic UART Service: Nordic UART Rx)
3091	10.400	Master_0x9d07bc55	LE 1M	LE LL	0	101102&amp;#181;s	1	1	False	158	Empty PDU
3092	10.400	Slave_0x9d07bc55	LE 1M	ATT	27	150&amp;#181;s	1	0	True	158	Rcvd Handle Value Notification, Handle: 0x000b (Nordic UART Service: Nordic UART Rx)
3093	10.401	Master_0x9d07bc55	LE 1M	LE LL	0	148&amp;#181;s	0	0	False	158	Empty PDU
3094	10.401	Slave_0x9d07bc55	LE 1M	ATT	27	150&amp;#181;s	0	1	True	158	Rcvd Handle Value Notification, Handle: 0x000b (Nordic UART Service: Nordic UART Rx)
3095	10.401	Master_0x9d07bc55	LE 1M	LE LL	0	148&amp;#181;s	1	1	False	158	Empty PDU
3096	10.401	Slave_0x9d07bc55	LE 1M	ATT	27	150&amp;#181;s	1	0	True	158	Rcvd Handle Value Notification, Handle: 0x000b (Nordic UART Service: Nordic UART Rx)
3097	10.402	Master_0x9d07bc55	LE 1M	LE LL	0	148&amp;#181;s	0	0	False	158	Empty PDU
3098	10.402	Slave_0x9d07bc55	LE 1M	ATT	27	150&amp;#181;s	0	1	True	158	Rcvd Handle Value Notification, Handle: 0x000b (Nordic UART Service: Nordic UART Rx)
3099	10.403	Master_0x9d07bc55	LE 1M	LE LL	0	148&amp;#181;s	1	1	False	158	Empty PDU
3100	10.403	Slave_0x9d07bc55	LE 1M	ATT	27	150&amp;#181;s	1	0	False	158	Rcvd Handle Value Notification, Handle: 0x000b (Nordic UART Service: Nordic UART Rx)
3101	10.715	Master_0x9d07bc55	LE 1M	LE LL	0	311770&amp;#181;s	0	0	False	161	Empty PDU
3102	10.715	Slave_0x9d07bc55	LE 1M	ATT	27	149&amp;#181;s	0	1	True	161	Rcvd Handle Value Notification, Handle: 0x000b (Nordic UART Service: Nordic UART Rx)
3103	10.716	Master_0x9d07bc55	LE 1M	LE LL	0	149&amp;#181;s	1	1	False	161	Empty PDU
3104	10.716	Slave_0x9d07bc55	LE 1M	ATT	27	149&amp;#181;s	1	0	True	161	Rcvd Handle Value Notification, Handle: 0x000b (Nordic UART Service: Nordic UART Rx)
3105	10.716	Master_0x9d07bc55	LE 1M	LE LL	0	149&amp;#181;s	0	0	False	161	Empty PDU
3106	10.716	Slave_0x9d07bc55	LE 1M	ATT	27	149&amp;#181;s	0	1	True	161	Rcvd Handle Value Notification, Handle: 0x000b (Nordic UART Service: Nordic UART Rx)
3107	10.717	Master_0x9d07bc55	LE 1M	LE LL	0	149&amp;#181;s	1	1	False	161	Empty PDU
3108	10.717	Slave_0x9d07bc55	LE 1M	ATT	27	149&amp;#181;s	1	0	True	161	Rcvd Handle Value Notification, Handle: 0x000b (Nordic UART Service: Nordic UART Rx)
3109	10.718	Master_0x9d07bc55	LE 1M	LE LL	0	149&amp;#181;s	0	0	False	161	Empty PDU
3110	10.718	Slave_0x9d07bc55	LE 1M	ATT	27	149&amp;#181;s	0	1	True	161	Rcvd Handle Value Notification, Handle: 0x000b (Nordic UART Service: Nordic UART Rx)
3111	10.718	Master_0x9d07bc55	LE 1M	LE LL	0	148&amp;#181;s	1	1	False	161	Empty PDU
3112	10.719	Slave_0x9d07bc55	LE 1M	ATT	27	149&amp;#181;s	1	0	False	161	Rcvd Handle Value Notification, Handle: 0x000b (Nordic UART Service: Nordic UART Rx)
3113	15.103	df:47:a9:29:30:da	LE 1M	LE LL	30	4384612&amp;#181;s				0	ADV_IND
3114	15.104	df:47:a9:29:30:da	LE 1M	LE LL	30	666&amp;#181;s				0	ADV_IND
3115	15.105	df:47:a9:29:30:da	LE 1M	LE LL	30	664&amp;#181;s				0	ADV_IND
3116	15.106	40:9c:70:45:3d:ad	LE 1M	LE LL	12	149&amp;#181;s				0	SCAN_REQ
3117	15.106	df:47:a9:29:30:da	LE 1M	LE LL	24	150&amp;#181;s				0	SCAN_RSP
3118	15.143	df:47:a9:29:30:da	LE 1M	LE LL	30	36962&amp;#181;s				0	ADV_IND
3119	15.144	df:47:a9:29:30:da	LE 1M	LE LL	30	665&amp;#181;s				0	ADV_IND
3120	15.145	df:47:a9:29:30:da	LE 1M	LE LL	30	664&amp;#181;s				0	ADV_IND
3121	15.184	df:47:a9:29:30:da	LE 1M	LE LL	30	38205&amp;#181;s				0	ADV_IND
3122	15.184	40:9c:70:45:3d:ad	LE 1M	LE LL	12	150&amp;#181;s				0	SCAN_REQ
3123	15.185	df:47:a9:29:30:da	LE 1M	LE LL	24	150&amp;#181;s				0	SCAN_RSP
3124	15.185	df:47:a9:29:30:da	LE 1M	LE LL	30	467&amp;#181;s				0	ADV_IND
3125	15.186	df:47:a9:29:30:da	LE 1M	LE LL	30	664&amp;#181;s				0	ADV_IND
3126	15.226	df:47:a9:29:30:da	LE 1M	LE LL	30	39705&amp;#181;s				0	ADV_IND
3127	15.227	df:47:a9:29:30:da	LE 1M	LE LL	30	665&amp;#181;s				0	ADV_IND
3128	15.271	df:47:a9:29:30:da	LE 1M	LE LL	30	43383&amp;#181;s				0	ADV_IND
3129	15.310	df:47:a9:29:30:da	LE 1M	LE LL	30	38478&amp;#181;s				0	ADV_IND
3130	15.311	df:47:a9:29:30:da	LE 1M	LE LL	30	665&amp;#181;s				0	ADV_IND
3131	15.312	df:47:a9:29:30:da	LE 1M	LE LL	30	664&amp;#181;s				0	ADV_IND
3132	15.360	df:47:a9:29:30:da	LE 1M	LE LL	30	47630&amp;#181;s				0	ADV_IND
3133	15.360	40:9c:70:45:3d:ad	LE 1M	LE LL	12	150&amp;#181;s				0	SCAN_REQ
3134	15.361	df:47:a9:29:30:da	LE 1M	LE LL	30	888&amp;#181;s				0	ADV_IND
3135	15.362	df:47:a9:29:30:da	LE 1M	LE LL	30	664&amp;#181;s				0	ADV_IND
3136	15.408	df:47:a9:29:30:da	LE 1M	LE LL	30	45800&amp;#181;s				0	ADV_IND
3137	15.409	df:47:a9:29:30:da	LE 1M	LE LL	30	666&amp;#181;s				0	ADV_IND
3138	15.410	df:47:a9:29:30:da	LE 1M	LE LL	30	664&amp;#181;s				0	ADV_IND
3139	15.454	df:47:a9:29:30:da	LE 1M	LE LL	30	43292&amp;#181;s				0	ADV_IND
3140	15.455	df:47:a9:29:30:da	LE 1M	LE LL	30	666&amp;#181;s				0	ADV_IND
3141	15.456	df:47:a9:29:30:da	LE 1M	LE LL	30	664&amp;#181;s				0	ADV_IND
3142	15.497	df:47:a9:29:30:da	LE 1M	LE LL	30	40238&amp;#181;s				0	ADV_IND
&lt;/pre&gt;&lt;/p&gt;&lt;div style="clear:both;"&gt;&lt;/div&gt;</description></item><item><title>RE: Android app disconnects when from device receiving notifications from multiple devices</title><link>https://devzone.nordicsemi.com/thread/432308?ContentTypeID=1</link><pubDate>Wed, 21 Jun 2023 12:10:39 GMT</pubDate><guid isPermaLink="false">137ad170-7792-4731-bb38-c0d22fbe4515:d2fa7906-20ff-40b0-82bb-193344e26889</guid><dc:creator>Einarh</dc:creator><description>&lt;p&gt;Hm yes I don&amp;#39;t think there&amp;#39;s a lot to see there either. It&amp;#39;s possible these HCI_EVTs could hint at something, but I think it&amp;#39;ll be much clearer with the full sniffer logs.&lt;/p&gt;
&lt;p&gt;In the meantime, one thing you could try is to increase the max connection interval for your peripherals. Maybe your phone struggles to keep up with two devices at once if the connection interval is set low.&lt;/p&gt;
&lt;p&gt;-Einar&lt;/p&gt;&lt;div style="clear:both;"&gt;&lt;/div&gt;</description></item><item><title>RE: Android app disconnects when from device receiving notifications from multiple devices</title><link>https://devzone.nordicsemi.com/thread/432131?ContentTypeID=1</link><pubDate>Tue, 20 Jun 2023 19:58:10 GMT</pubDate><guid isPermaLink="false">137ad170-7792-4731-bb38-c0d22fbe4515:a72b3af2-dd81-4eeb-8271-f86f343cba73</guid><dc:creator>J.R.</dc:creator><description>&lt;p&gt;Hello apologies for the late response.&lt;/p&gt;
&lt;p&gt;I am using a Nokia C21 Plus with Android version 11.&lt;/p&gt;
&lt;p&gt;I sadly do not have a BLE Dongle yet. But it is ordered and on the way. For now though i can provide the HCI logs from the phone itself. All tough there is not a lot to see there I believe. Never the less I have copied the section where the disconnect happen (Lines 794 - 796). You can also see, how before that line I get notifications from both BLE devices and afterwords only from one.&lt;br /&gt;&lt;br /&gt;&lt;/p&gt;
&lt;p&gt;Here the logs:&lt;/p&gt;
&lt;p&gt;&lt;pre class="ui-code" data-mode="text"&gt;No.	Time	Source	Destination	Protocol	Length	Info
762	409.047631	d4:86:0e:01:8f:28 (FlexOmega0000000015)	HMDGloba_43:f7:a0 (Nokia C21 Plus)	ATT	32	Rcvd Handle Value Notification, Handle: 0x0012 (Nordic UART Service: Nordic UART Rx)
763	409.048162	d4:86:0e:01:8f:28 (FlexOmega0000000015)	HMDGloba_43:f7:a0 (Nokia C21 Plus)	ATT	32	Rcvd Handle Value Notification, Handle: 0x0012 (Nordic UART Service: Nordic UART Rx)
764	409.048845	d4:86:0e:01:8f:28 (FlexOmega0000000015)	HMDGloba_43:f7:a0 (Nokia C21 Plus)	ATT	32	Rcvd Handle Value Notification, Handle: 0x0012 (Nordic UART Service: Nordic UART Rx)
765	409.049562	d4:86:0e:01:8f:28 (FlexOmega0000000015)	HMDGloba_43:f7:a0 (Nokia C21 Plus)	ATT	32	Rcvd Handle Value Notification, Handle: 0x0012 (Nordic UART Service: Nordic UART Rx)
766	409.050503	d4:86:0e:01:8f:28 (FlexOmega0000000015)	HMDGloba_43:f7:a0 (Nokia C21 Plus)	ATT	32	Rcvd Handle Value Notification, Handle: 0x0012 (Nordic UART Service: Nordic UART Rx)
767	409.075309	e4:7b:35:47:0d:27 (FlexOmega0000000016)	HMDGloba_43:f7:a0 (Nokia C21 Plus)	ATT	32	Rcvd Handle Value Notification, Handle: 0x0012 (Nordic UART Service: Nordic UART Rx)
768	409.075899	e4:7b:35:47:0d:27 (FlexOmega0000000016)	HMDGloba_43:f7:a0 (Nokia C21 Plus)	ATT	32	Rcvd Handle Value Notification, Handle: 0x0012 (Nordic UART Service: Nordic UART Rx)
769	409.076494	e4:7b:35:47:0d:27 (FlexOmega0000000016)	HMDGloba_43:f7:a0 (Nokia C21 Plus)	ATT	32	Rcvd Handle Value Notification, Handle: 0x0012 (Nordic UART Service: Nordic UART Rx)
770	409.077092	e4:7b:35:47:0d:27 (FlexOmega0000000016)	HMDGloba_43:f7:a0 (Nokia C21 Plus)	ATT	32	Rcvd Handle Value Notification, Handle: 0x0012 (Nordic UART Service: Nordic UART Rx)
771	409.077719	e4:7b:35:47:0d:27 (FlexOmega0000000016)	HMDGloba_43:f7:a0 (Nokia C21 Plus)	ATT	32	Rcvd Handle Value Notification, Handle: 0x0012 (Nordic UART Service: Nordic UART Rx)
772	409.078874	e4:7b:35:47:0d:27 (FlexOmega0000000016)	HMDGloba_43:f7:a0 (Nokia C21 Plus)	ATT	32	Rcvd Handle Value Notification, Handle: 0x0012 (Nordic UART Service: Nordic UART Rx)
773	409.092664	d4:86:0e:01:8f:28 (FlexOmega0000000015)	HMDGloba_43:f7:a0 (Nokia C21 Plus)	ATT	32	Rcvd Handle Value Notification, Handle: 0x0012 (Nordic UART Service: Nordic UART Rx)
774	409.093567	d4:86:0e:01:8f:28 (FlexOmega0000000015)	HMDGloba_43:f7:a0 (Nokia C21 Plus)	ATT	32	Rcvd Handle Value Notification, Handle: 0x0012 (Nordic UART Service: Nordic UART Rx)
775	409.137988	d4:86:0e:01:8f:28 (FlexOmega0000000015)	HMDGloba_43:f7:a0 (Nokia C21 Plus)	ATT	32	Rcvd Handle Value Notification, Handle: 0x0012 (Nordic UART Service: Nordic UART Rx)
776	409.138878	d4:86:0e:01:8f:28 (FlexOmega0000000015)	HMDGloba_43:f7:a0 (Nokia C21 Plus)	ATT	32	Rcvd Handle Value Notification, Handle: 0x0012 (Nordic UART Service: Nordic UART Rx)
777	409.180202	e4:7b:35:47:0d:27 (FlexOmega0000000016)	HMDGloba_43:f7:a0 (Nokia C21 Plus)	ATT	32	Rcvd Handle Value Notification, Handle: 0x0012 (Nordic UART Service: Nordic UART Rx)
778	409.180678	e4:7b:35:47:0d:27 (FlexOmega0000000016)	HMDGloba_43:f7:a0 (Nokia C21 Plus)	ATT	32	Rcvd Handle Value Notification, Handle: 0x0012 (Nordic UART Service: Nordic UART Rx)
779	409.181365	e4:7b:35:47:0d:27 (FlexOmega0000000016)	HMDGloba_43:f7:a0 (Nokia C21 Plus)	ATT	32	Rcvd Handle Value Notification, Handle: 0x0012 (Nordic UART Service: Nordic UART Rx)
780	409.228009	d4:86:0e:01:8f:28 (FlexOmega0000000015)	HMDGloba_43:f7:a0 (Nokia C21 Plus)	ATT	32	Rcvd Handle Value Notification, Handle: 0x0012 (Nordic UART Service: Nordic UART Rx)
781	409.228391	d4:86:0e:01:8f:28 (FlexOmega0000000015)	HMDGloba_43:f7:a0 (Nokia C21 Plus)	ATT	32	Rcvd Handle Value Notification, Handle: 0x0012 (Nordic UART Service: Nordic UART Rx)
782	409.228801	d4:86:0e:01:8f:28 (FlexOmega0000000015)	HMDGloba_43:f7:a0 (Nokia C21 Plus)	ATT	32	Rcvd Handle Value Notification, Handle: 0x0012 (Nordic UART Service: Nordic UART Rx)
783	409.229795	d4:86:0e:01:8f:28 (FlexOmega0000000015)	HMDGloba_43:f7:a0 (Nokia C21 Plus)	ATT	32	Rcvd Handle Value Notification, Handle: 0x0012 (Nordic UART Service: Nordic UART Rx)
784	409.231040	d4:86:0e:01:8f:28 (FlexOmega0000000015)	HMDGloba_43:f7:a0 (Nokia C21 Plus)	ATT	32	Rcvd Handle Value Notification, Handle: 0x0012 (Nordic UART Service: Nordic UART Rx)
785	409.272607	d4:86:0e:01:8f:28 (FlexOmega0000000015)	HMDGloba_43:f7:a0 (Nokia C21 Plus)	ATT	32	Rcvd Handle Value Notification, Handle: 0x0012 (Nordic UART Service: Nordic UART Rx)
786	409.273664	d4:86:0e:01:8f:28 (FlexOmega0000000015)	HMDGloba_43:f7:a0 (Nokia C21 Plus)	ATT	32	Rcvd Handle Value Notification, Handle: 0x0012 (Nordic UART Service: Nordic UART Rx)
787	409.285139	e4:7b:35:47:0d:27 (FlexOmega0000000016)	HMDGloba_43:f7:a0 (Nokia C21 Plus)	ATT	32	Rcvd Handle Value Notification, Handle: 0x0012 (Nordic UART Service: Nordic UART Rx)
788	409.285689	e4:7b:35:47:0d:27 (FlexOmega0000000016)	HMDGloba_43:f7:a0 (Nokia C21 Plus)	ATT	32	Rcvd Handle Value Notification, Handle: 0x0012 (Nordic UART Service: Nordic UART Rx)
789	409.286297	e4:7b:35:47:0d:27 (FlexOmega0000000016)	HMDGloba_43:f7:a0 (Nokia C21 Plus)	ATT	32	Rcvd Handle Value Notification, Handle: 0x0012 (Nordic UART Service: Nordic UART Rx)
790	409.287004	e4:7b:35:47:0d:27 (FlexOmega0000000016)	HMDGloba_43:f7:a0 (Nokia C21 Plus)	ATT	32	Rcvd Handle Value Notification, Handle: 0x0012 (Nordic UART Service: Nordic UART Rx)
791	409.287773	e4:7b:35:47:0d:27 (FlexOmega0000000016)	HMDGloba_43:f7:a0 (Nokia C21 Plus)	ATT	32	Rcvd Handle Value Notification, Handle: 0x0012 (Nordic UART Service: Nordic UART Rx)
792	409.288410	e4:7b:35:47:0d:27 (FlexOmega0000000016)	HMDGloba_43:f7:a0 (Nokia C21 Plus)	ATT	32	Rcvd Handle Value Notification, Handle: 0x0012 (Nordic UART Service: Nordic UART Rx)
793	409.317667	d4:86:0e:01:8f:28 (FlexOmega0000000015)	HMDGloba_43:f7:a0 (Nokia C21 Plus)	ATT	32	Rcvd Handle Value Notification, Handle: 0x0012 (Nordic UART Service: Nordic UART Rx)
794	409.318549	controller	host	HCI_EVT	13	Rcvd LE Meta (LE Connection Update Complete)
795	409.318868	d4:86:0e:01:8f:28 (FlexOmega0000000015)	HMDGloba_43:f7:a0 (Nokia C21 Plus)	ATT	32	Rcvd Handle Value Notification, Handle: 0x0012 (Nordic UART Service: Nordic UART Rx)
796	409.383707	controller	host	HCI_EVT	8	Rcvd Vendor-Specific
797	409.390229	e4:7b:35:47:0d:27 (FlexOmega0000000016)	HMDGloba_43:f7:a0 (Nokia C21 Plus)	ATT	32	Rcvd Handle Value Notification, Handle: 0x0012 (Nordic UART Service: Nordic UART Rx)
798	409.390757	e4:7b:35:47:0d:27 (FlexOmega0000000016)	HMDGloba_43:f7:a0 (Nokia C21 Plus)	ATT	32	Rcvd Handle Value Notification, Handle: 0x0012 (Nordic UART Service: Nordic UART Rx)
799	409.391387	e4:7b:35:47:0d:27 (FlexOmega0000000016)	HMDGloba_43:f7:a0 (Nokia C21 Plus)	ATT	32	Rcvd Handle Value Notification, Handle: 0x0012 (Nordic UART Service: Nordic UART Rx)
800	409.495928	e4:7b:35:47:0d:27 (FlexOmega0000000016)	HMDGloba_43:f7:a0 (Nokia C21 Plus)	ATT	32	Rcvd Handle Value Notification, Handle: 0x0012 (Nordic UART Service: Nordic UART Rx)
801	409.496507	e4:7b:35:47:0d:27 (FlexOmega0000000016)	HMDGloba_43:f7:a0 (Nokia C21 Plus)	ATT	32	Rcvd Handle Value Notification, Handle: 0x0012 (Nordic UART Service: Nordic UART Rx)
802	409.497311	e4:7b:35:47:0d:27 (FlexOmega0000000016)	HMDGloba_43:f7:a0 (Nokia C21 Plus)	ATT	32	Rcvd Handle Value Notification, Handle: 0x0012 (Nordic UART Service: Nordic UART Rx)
803	409.600937	e4:7b:35:47:0d:27 (FlexOmega0000000016)	HMDGloba_43:f7:a0 (Nokia C21 Plus)	ATT	32	Rcvd Handle Value Notification, Handle: 0x0012 (Nordic UART Service: Nordic UART Rx)
804	409.601578	e4:7b:35:47:0d:27 (FlexOmega0000000016)	HMDGloba_43:f7:a0 (Nokia C21 Plus)	ATT	32	Rcvd Handle Value Notification, Handle: 0x0012 (Nordic UART Service: Nordic UART Rx)
805	409.602390	e4:7b:35:47:0d:27 (FlexOmega0000000016)	HMDGloba_43:f7:a0 (Nokia C21 Plus)	ATT	32	Rcvd Handle Value Notification, Handle: 0x0012 (Nordic UART Service: Nordic UART Rx)
806	409.705515	e4:7b:35:47:0d:27 (FlexOmega0000000016)	HMDGloba_43:f7:a0 (Nokia C21 Plus)	ATT	32	Rcvd Handle Value Notification, Handle: 0x0012 (Nordic UART Service: Nordic UART Rx)
807	409.706083	e4:7b:35:47:0d:27 (FlexOmega0000000016)	HMDGloba_43:f7:a0 (Nokia C21 Plus)	ATT	32	Rcvd Handle Value Notification, Handle: 0x0012 (Nordic UART Service: Nordic UART Rx)
808	409.706504	e4:7b:35:47:0d:27 (FlexOmega0000000016)	HMDGloba_43:f7:a0 (Nokia C21 Plus)	ATT	32	Rcvd Handle Value Notification, Handle: 0x0012 (Nordic UART Service: Nordic UART Rx)
809	409.810939	e4:7b:35:47:0d:27 (FlexOmega0000000016)	HMDGloba_43:f7:a0 (Nokia C21 Plus)	ATT	32	Rcvd Handle Value Notification, Handle: 0x0012 (Nordic UART Service: Nordic UART Rx)
810	409.811355	e4:7b:35:47:0d:27 (FlexOmega0000000016)	HMDGloba_43:f7:a0 (Nokia C21 Plus)	ATT	32	Rcvd Handle Value Notification, Handle: 0x0012 (Nordic UART Service: Nordic UART Rx)
811	409.811863	e4:7b:35:47:0d:27 (FlexOmega0000000016)	HMDGloba_43:f7:a0 (Nokia C21 Plus)	ATT	32	Rcvd Handle Value Notification, Handle: 0x0012 (Nordic UART Service: Nordic UART Rx)
812	409.915946	e4:7b:35:47:0d:27 (FlexOmega0000000016)	HMDGloba_43:f7:a0 (Nokia C21 Plus)	ATT	32	Rcvd Handle Value Notification, Handle: 0x0012 (Nordic UART Service: Nordic UART Rx)
813	409.916779	e4:7b:35:47:0d:27 (FlexOmega0000000016)	HMDGloba_43:f7:a0 (Nokia C21 Plus)	ATT	32	Rcvd Handle Value Notification, Handle: 0x0012 (Nordic UART Service: Nordic UART Rx)
814	409.917274	e4:7b:35:47:0d:27 (FlexOmega0000000016)	HMDGloba_43:f7:a0 (Nokia C21 Plus)	ATT	32	Rcvd Handle Value Notification, Handle: 0x0012 (Nordic UART Service: Nordic UART Rx)
815	410.020923	e4:7b:35:47:0d:27 (FlexOmega0000000016)	HMDGloba_43:f7:a0 (Nokia C21 Plus)	ATT	32	Rcvd Handle Value Notification, Handle: 0x0012 (Nordic UART Service: Nordic UART Rx)
816	410.021329	e4:7b:35:47:0d:27 (FlexOmega0000000016)	HMDGloba_43:f7:a0 (Nokia C21 Plus)	ATT	32	Rcvd Handle Value Notification, Handle: 0x0012 (Nordic UART Service: Nordic UART Rx)
817	410.021593	e4:7b:35:47:0d:27 (FlexOmega0000000016)	HMDGloba_43:f7:a0 (Nokia C21 Plus)	ATT	32	Rcvd Handle Value Notification, Handle: 0x0012 (Nordic UART Service: Nordic UART Rx)
818	410.125341	e4:7b:35:47:0d:27 (FlexOmega0000000016)	HMDGloba_43:f7:a0 (Nokia C21 Plus)	ATT	32	Rcvd Handle Value Notification, Handle: 0x0012 (Nordic UART Service: Nordic UART Rx)
819	410.126168	e4:7b:35:47:0d:27 (FlexOmega0000000016)	HMDGloba_43:f7:a0 (Nokia C21 Plus)	ATT	32	Rcvd Handle Value Notification, Handle: 0x0012 (Nordic UART Service: Nordic UART Rx)
820	410.126757	e4:7b:35:47:0d:27 (FlexOmega0000000016)	HMDGloba_43:f7:a0 (Nokia C21 Plus)	ATT	32	Rcvd Handle Value Notification, Handle: 0x0012 (Nordic UART Service: Nordic UART Rx)
821	410.231103	e4:7b:35:47:0d:27 (FlexOmega0000000016)	HMDGloba_43:f7:a0 (Nokia C21 Plus)	ATT	32	Rcvd Handle Value Notification, Handle: 0x0012 (Nordic UART Service: Nordic UART Rx)
&lt;/pre&gt;&lt;/p&gt;
&lt;p&gt;&lt;/p&gt;
&lt;p&gt;I will provide the logs from the BLE Sniffer next week.&lt;/p&gt;
&lt;p&gt;&lt;/p&gt;
&lt;p&gt;Kind regards&lt;/p&gt;
&lt;p&gt;J.R.&lt;/p&gt;&lt;div style="clear:both;"&gt;&lt;/div&gt;</description></item><item><title>RE: Android app disconnects when from device receiving notifications from multiple devices</title><link>https://devzone.nordicsemi.com/thread/429540?ContentTypeID=1</link><pubDate>Tue, 06 Jun 2023 11:41:02 GMT</pubDate><guid isPermaLink="false">137ad170-7792-4731-bb38-c0d22fbe4515:40e408cf-bb06-464f-be39-3a36900b7d8c</guid><dc:creator>Einarh</dc:creator><description>&lt;div&gt;
&lt;div&gt;
&lt;p&gt;Hello&lt;/p&gt;
&lt;p&gt;What phone and Android version are you running?&lt;/p&gt;
&lt;p&gt;If you could set up a&lt;span&gt;&amp;nbsp;&lt;/span&gt;&lt;a href="https://www.nordicsemi.com/Products/Development-tools/nrf-sniffer-for-bluetooth-le"&gt;BLE sniffer&lt;/a&gt;&lt;span&gt;&amp;nbsp;&lt;/span&gt;and share logs of the communication between your devices as the disconnection happens, that would be very helpful.&lt;/p&gt;
&lt;p&gt;Best regards,&lt;/p&gt;
&lt;p&gt;Einar&lt;/p&gt;
&lt;/div&gt;
&lt;/div&gt;&lt;div style="clear:both;"&gt;&lt;/div&gt;</description></item></channel></rss>