<?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>[CIS][SDK3.2.1] nRF5340 with SDK 3.2.1 periodically misses CIS events from Pixel 10 Phone - clicks in audio</title><link>https://devzone.nordicsemi.com/f/nordic-q-a/127605/cis-sdk3-2-1-nrf5340-with-sdk-3-2-1-periodically-misses-cis-events-from-pixel-10-phone---clicks-in-audio</link><description>I have a nRF5340 module with an application built using SDK 3.2.1. 
 The nRF5340 is acting as a CIS Peripheral. 
 It has an ACL connection and a CIS connection with a Pixel 10 Phone acting as a Central and sending audio over the CIS. 
 CIS configuration</description><dc:language>en-US</dc:language><generator>Telligent Community 13</generator><lastBuildDate>Wed, 29 Apr 2026 12:41:13 GMT</lastBuildDate><atom:link rel="self" type="application/rss+xml" href="https://devzone.nordicsemi.com/f/nordic-q-a/127605/cis-sdk3-2-1-nrf5340-with-sdk-3-2-1-periodically-misses-cis-events-from-pixel-10-phone---clicks-in-audio" /><item><title>RE: [CIS][SDK3.2.1] nRF5340 with SDK 3.2.1 periodically misses CIS events from Pixel 10 Phone - clicks in audio</title><link>https://devzone.nordicsemi.com/thread/565682?ContentTypeID=1</link><pubDate>Wed, 29 Apr 2026 12:41:13 GMT</pubDate><guid isPermaLink="false">137ad170-7792-4731-bb38-c0d22fbe4515:9456bfc1-48ba-492d-b1cf-b7877f8ba2a9</guid><dc:creator>Alex B</dc:creator><description>&lt;p&gt;&lt;a href="https://devzone.nordicsemi.com/members/amanda"&gt;Amanda Hsieh&lt;/a&gt;&amp;nbsp;I did some more tests in the last few days and I found out you were right about the scheduling.&lt;/p&gt;
&lt;p&gt;Unfortunately, I stumbled again on a situation where the audio has clicks.&lt;/p&gt;
&lt;p&gt;And I could confirm by looking at the over-the-air traces that the RC ACL was scheduled right on top of the CIS.&lt;/p&gt;
&lt;p&gt;The Peripheral does high duty cycle directed advertising and the nRF5340 connects to it while the CIS+ACL with the Phone are being handled.&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/pastedimage1777466226172v1.png" alt=" " /&gt;&lt;/p&gt;
&lt;p&gt;The Peripheral ACL has an interval of 90 ms and causes the CIS with the Pixel 10 to be dropped (10 ms ISO interval).&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/pastedimage1777466279461v2.png" alt=" " /&gt;&lt;/p&gt;
&lt;p&gt;And sometimes both the CIS and ACL with the Pixel 10 are dropped. The ACL with the Pixel 10 has a connection interval of 20 ms.&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/pastedimage1777466330354v3.png" alt=" " /&gt;&lt;/p&gt;&lt;div style="clear:both;"&gt;&lt;/div&gt;</description></item><item><title>RE: [CIS][SDK3.2.1] nRF5340 with SDK 3.2.1 periodically misses CIS events from Pixel 10 Phone - clicks in audio</title><link>https://devzone.nordicsemi.com/thread/565471?ContentTypeID=1</link><pubDate>Fri, 24 Apr 2026 13:38:08 GMT</pubDate><guid isPermaLink="false">137ad170-7792-4731-bb38-c0d22fbe4515:ef2274df-6e4e-4221-b87e-a32e50bb1cdc</guid><dc:creator>Alex B</dc:creator><description>&lt;p&gt;Thanks for the quick reply, &lt;a href="https://devzone.nordicsemi.com/members/amanda"&gt;Amanda Hsieh&lt;/a&gt;&amp;nbsp;.&lt;/p&gt;
&lt;p&gt;My impression after doing a lot of tests is that the nRF5340 does take into consideration the timing of the ACL + CIS with the Pixel 10 (where it is acting as Peripheral) when setting the timing of the ACL with the other device (where it is acting as Central). I have not seen situations where the ACL with the other device was established right on top of the ACL or the CIS with the Pixel 10.&lt;/p&gt;
&lt;p&gt;The issues I see are in a situation where the CIS event with the Pixel 10 is very close after the ACL with the Peripheral.&lt;/p&gt;
&lt;p&gt;When initially established, the ACL with the Peripheral device did not cause any issues with the ACL + CIS with the Pixel 10. The issues started after a particular ACL event with the Peripheral, approximately 6 seconds after the connection is established. Up to that ACL event the nRF5340 responds to CIS events from the Pixel 10 if the ACL has only one PDU from each side. If the ACL exchange is longer, obviously the nRF5340 does not have enough time to handle the CIS. Immediately after that event the nRF5340 fails to respond to all CIS events from the Pixel 10 immediately following an ACL event with the Peripheral, irrespective of the ACL length with the Peripheral. It does not respond even if the Peirpheral sends no PDU during the ACL event and it has more than enough time to handle the CIS.&lt;/p&gt;
&lt;p&gt;This is obviously a conflict between the Peripheral ACL and the CIS. But it starts manifesting itself some time after the ACL is established. This behavior starts immediately after an ACL event with the Peripheral where not even the nRF5340 sends an ACL packet. This is why I am suspecting Window Widening issues, based on my experience as a Controller developer.&lt;/p&gt;
&lt;p&gt;Anyway, this is not reproducible every time and the ACL Peripheral must not be continuously connected. It can be connected later, only when it is needed.&lt;/p&gt;
&lt;p&gt;We will think about the idea to disconnect and reconnect the Peripheral until it does not bother the CIS. But it&amp;#39;s hard to figure out from the software when this happens. Maybe we can use the audio underrun warnings we get in the log when this issue starts manifesting itself.&lt;/p&gt;&lt;div style="clear:both;"&gt;&lt;/div&gt;</description></item><item><title>RE: [CIS][SDK3.2.1] nRF5340 with SDK 3.2.1 periodically misses CIS events from Pixel 10 Phone - clicks in audio</title><link>https://devzone.nordicsemi.com/thread/565461?ContentTypeID=1</link><pubDate>Fri, 24 Apr 2026 12:28:47 GMT</pubDate><guid isPermaLink="false">137ad170-7792-4731-bb38-c0d22fbe4515:f63d42d3-bafd-46a2-b58f-58a74fdc6b61</guid><dc:creator>Amanda Hsieh</dc:creator><description>&lt;p&gt;&lt;span&gt;It doesn&amp;#39;t seem like window widening is the cause here; it seems like this is still a scheduling conflict. Regarding the secondary ACL where the 5340 is the central, unfortunately, the application is unable to control the anchor point of the first connection event (whereby all other connection event timings are based off), and the controller does not take into account the CIS peripheral activity when setting up the secondary ACL. This aligns with what you are seeing, and if the initial connection anchor point lands in a good position after reconnection, it should remain conflict free (with the 90ms connection interval). But if not then scheduling conflicts will occur. Unfortunately, the controller does not support any mechanism that can mitigate this. If possible, you can try to keep disconnecting until the secondary ACL initial anchor point falls in a better location.&lt;/span&gt;&lt;/p&gt;&lt;div style="clear:both;"&gt;&lt;/div&gt;</description></item><item><title>RE: [CIS][SDK3.2.1] nRF5340 with SDK 3.2.1 periodically misses CIS events from Pixel 10 Phone - clicks in audio</title><link>https://devzone.nordicsemi.com/thread/565331?ContentTypeID=1</link><pubDate>Wed, 22 Apr 2026 13:32:44 GMT</pubDate><guid isPermaLink="false">137ad170-7792-4731-bb38-c0d22fbe4515:fb91a7d9-a6c2-4800-a34f-551bd6ecb25e</guid><dc:creator>Alex B</dc:creator><description>&lt;p&gt;Hi&amp;nbsp;&lt;a href="https://devzone.nordicsemi.com/members/amanda"&gt;Amanda Hsieh&lt;/a&gt;&amp;nbsp;.&lt;/p&gt;
&lt;p&gt;I have implemented your suggestion to use continuous scanning, using the BT_LE_SCAN_PASSIVE_CONTINUOUS option and now the nRF5340 scans for the low latency Peripheral between CIS events. We nolonger hear gaps in the audio. Thanks for the suggestion!&lt;/p&gt;
&lt;p&gt;I have also found that the connection interval was changed to 12.5 ms on the ACL by the nRF5340 because the Peripheral sent&amp;nbsp;L2CAP_CONNECTION_PARAMETER_UPDATE_REQ to which the nRF5340 sent an affirmative response.&lt;br /&gt;I solved this by assigning a function which always returns false to the .le_param_req connection structure member. In this way, the nRF5340 rejects any connection parameter updates requested by the Peripheral and keeps the interval a multiple of 10 ms and 7.5 ms.&lt;/p&gt;
&lt;p&gt;A third mechanism I implemented to solve the audio issue was to disconnect the Peripheral whenever the Pixel 10 starts the audio stream on the CIS. I did this to force the nRF5340 and the low latency Peripheral to re-connect so the nRF5340 can choose a timing for the ACL which does not conflict with the CIS.&lt;/p&gt;
&lt;p&gt;This mechanism mostly works. Most of the time&amp;nbsp;the nRF5340 schedules the Peripheral ACL, on re-connection, in the middle of the interval between CIS events. And in this situation, the audio is fine. See the 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/pastedimage1776864958914v1.png" alt=" " /&gt;&lt;/p&gt;
&lt;p&gt;&lt;/p&gt;
&lt;p&gt;But other times it schedules the RC ACL very close before the CIS event. Initially this works fine, but suddenly the nRF5340 starts missing CIS events again from the Pixel 10.&lt;br /&gt;Apparently, it starts missing CIS events after and ACL with the Peripheral where the Peripheral does not respond.&lt;br /&gt;The Peripheral eventually responds but the nRF5340 keeps missing CIS events from the Pixel 10.&lt;br /&gt;I suspect this is an Window Widening issue and the Window Widening is not reset correctly once the Peripheral responds.&lt;/p&gt;
&lt;p&gt;Please ask the Controller team what they think about this.&lt;/p&gt;
&lt;p&gt;See the following screenshots for this issue.&lt;/p&gt;
&lt;p&gt;Initially no CIS events are missed:&lt;/p&gt;
&lt;p&gt;&lt;img style="max-height:240px;max-width:320px;" alt=" " src="https://devzone.nordicsemi.com/resized-image/__size/640x480/__key/communityserver-discussions-components-files/4/pastedimage1776864510378v4.png" /&gt;&lt;/p&gt;
&lt;p&gt;But later all CIS events following the ACL with the Peripheral are missed.&lt;/p&gt;
&lt;p&gt;&lt;img style="max-height:240px;max-width:320px;" alt=" " src="https://devzone.nordicsemi.com/resized-image/__size/640x480/__key/communityserver-discussions-components-files/4/pastedimage1776864445965v3.png" /&gt;&lt;/p&gt;
&lt;p&gt;The issue starts here where the nRF5340 does not send an ACL event to the Peripheral for some reason:&lt;/p&gt;
&lt;p&gt;&lt;img style="max-height:240px;max-width:320px;" alt=" " src="https://devzone.nordicsemi.com/resized-image/__size/640x480/__key/communityserver-discussions-components-files/4/pastedimage1776864755639v5.png" /&gt;&lt;/p&gt;&lt;div style="clear:both;"&gt;&lt;/div&gt;</description></item><item><title>RE: [CIS][SDK3.2.1] nRF5340 with SDK 3.2.1 periodically misses CIS events from Pixel 10 Phone - clicks in audio</title><link>https://devzone.nordicsemi.com/thread/564945?ContentTypeID=1</link><pubDate>Tue, 14 Apr 2026 21:16:36 GMT</pubDate><guid isPermaLink="false">137ad170-7792-4731-bb38-c0d22fbe4515:62ebcf80-d37d-405f-9ca2-3ee732507128</guid><dc:creator>Alex B</dc:creator><description>&lt;p&gt;Thanks for these new details, &lt;a href="https://devzone.nordicsemi.com/members/amanda"&gt;Amanda Hsieh&lt;/a&gt;.&lt;/p&gt;
&lt;p&gt;I will play with the&amp;nbsp;CONFIG_BT_AUDIO_MAX_TRANSPORT_LATENCY_MS setting, which directy impacts the chosen Flush Timeout, to try to make the audio more resilient to occasional missed CIS events.&lt;/p&gt;
&lt;p&gt;I&amp;#39;ll see what I can do about the ACL where the nRF5340 is Central.&lt;/p&gt;&lt;div style="clear:both;"&gt;&lt;/div&gt;</description></item><item><title>RE: [CIS][SDK3.2.1] nRF5340 with SDK 3.2.1 periodically misses CIS events from Pixel 10 Phone - clicks in audio</title><link>https://devzone.nordicsemi.com/thread/564718?ContentTypeID=1</link><pubDate>Thu, 09 Apr 2026 12:26:29 GMT</pubDate><guid isPermaLink="false">137ad170-7792-4731-bb38-c0d22fbe4515:c89bf41d-bafc-45e5-91de-f7a5b93283f5</guid><dc:creator>Amanda Hsieh</dc:creator><description>&lt;p&gt;Hi Alex,&amp;nbsp;&lt;/p&gt;
&lt;p&gt;The peripheral can request the Connection update procedure, but it is only the central which will update the connection parameters. The controller only executes this procedure when initiated by the host. The SoftDevice Controller does not support the Connection Parameter Request procedure. So the customer will be unable to suggest specific anchor point offsets as a peripheral through bt_conn_le_param_update().&lt;/p&gt;
&lt;p&gt;If the CIS conflicts with the ACL connection with the pixel 10 phone, then as a mitigation it should be possible to increase the Flush Timeout, which will prevent the central from flushing the SDU and allow it to retransmit the SDU in the next ISO interval. However, this does come at the cost of increased transport latency. The Flush timeout is controlled by the central. At the application level this is often referred to as Retransmission Number (RTN).&lt;/p&gt;
&lt;p&gt;On the secondary low bandwidth ACL, where nRF5340 is the central, scheduling conflicts will occur and so setting the connection interval to a multiple of 7.5 ms and 10 ms is reasonable to try to minimize these conflicts.&lt;/p&gt;
&lt;p&gt;-Amanda H.&lt;/p&gt;&lt;div style="clear:both;"&gt;&lt;/div&gt;</description></item><item><title>RE: [CIS][SDK3.2.1] nRF5340 with SDK 3.2.1 periodically misses CIS events from Pixel 10 Phone - clicks in audio</title><link>https://devzone.nordicsemi.com/thread/564645?ContentTypeID=1</link><pubDate>Wed, 08 Apr 2026 14:01:26 GMT</pubDate><guid isPermaLink="false">137ad170-7792-4731-bb38-c0d22fbe4515:6f9dea1c-626c-440a-be27-9686f5eaacbb</guid><dc:creator>Alex B</dc:creator><description>&lt;p&gt;Thanks for the clarifications,&amp;nbsp;&lt;a href="https://devzone.nordicsemi.com/members/amanda"&gt;Amanda Hsieh&lt;/a&gt;&amp;nbsp;!&lt;/p&gt;
&lt;p&gt;I will implement the continuous scan suggestion you made next week. This will surely solve some of the audio issues we have (gaps in audio when the device is scanning).&lt;/p&gt;
&lt;p&gt;Also, thanks for the link about the priorities. This clarifies some behaviours.&lt;/p&gt;
&lt;p&gt;You said the Central always does a Connection Update. Is this coming from the Controller or the Host? I have not dug into the Host yet. But, off the top of my head, I remember that the Controller is allowed to independently start a Connection Update.&lt;/p&gt;
&lt;p&gt;I don&amp;#39;t think increasing the Supervision Timeout or decreasing the Peripheral Latency will solve the second audio issue (clicks in audio when the device misses CIS events). In my opinion, the only way to solve this is to make sure the ACL events fall between the CIS events. This can be done by controlling the timing (Offset) and the Interval of the ACL.This is kind of hard to do because we are acting as a Peripheral for the ACL connection. One way we could do this form the&amp;nbsp; Peripheral is by using the LL_CONNECTION_PARAM_REQ PDU, which can be sent during a Connection Update procedure started form the Peripheral. Is there way to make the nRF5340 Controller send a&amp;nbsp;LL_CONNECTION_PARAM_REQ PDU which suggests some good offsets to the Central (see Offset0 to Offset5 in the PDU CtrData field)? Will the&amp;nbsp;bt_conn_le_param_update() function do this?&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/pastedimage1775656592944v1.png" alt=" " /&gt;&lt;/p&gt;&lt;div style="clear:both;"&gt;&lt;/div&gt;</description></item><item><title>RE: [CIS][SDK3.2.1] nRF5340 with SDK 3.2.1 periodically misses CIS events from Pixel 10 Phone - clicks in audio</title><link>https://devzone.nordicsemi.com/thread/564632?ContentTypeID=1</link><pubDate>Wed, 08 Apr 2026 13:01:51 GMT</pubDate><guid isPermaLink="false">137ad170-7792-4731-bb38-c0d22fbe4515:b8702acf-e2e8-427d-8ceb-8c8c8ce5c8d8</guid><dc:creator>Amanda Hsieh</dc:creator><description>&lt;p&gt;Hi Alex,&lt;/p&gt;
&lt;p&gt;&lt;span&gt;Your suggestion of making the ACL interval a multiple of 7.5 ms and 10 ms to avoid overlaps sounds reasonable. The new scheduler was introduced in SDK 3.2.1, but it does not seem to be the cause of the issue. Unfortunately, while ~1.6 ms is enough to catch the second subevent, the controller schedules all subevents at once. So either we will be able to receive all subevents or none. &lt;/span&gt;&lt;/p&gt;
&lt;p&gt;&lt;span&gt;You should be able to scan between events by setting the scan window equal to the scan interval, BT_LE_SCAN_ACTIVE_CONTINUOUS can be used for convenience, as in this configuration, the scanner should have lower priority than the ACL and CIS. Lastly, the parameters set in the CONNECT_IND apply at the start of the connection. After a Connection Update procedure, the parameters in the LL_CONNECTION_UPDATE_IND will take precedence. The LL_CONNECTION_UPDATE_IND is always issued by the central, but the peripheral may request an update of the parameters. The ACL and CIS should run at equal priority, unless the connection is close to timing out. This is the case when the central connection interval is 12.5 ms, the supervision timeout is 4s, and the peripheral latency is 79. Therefore, I think that either the connSupervisionTimeout should be increased or the peripheral latency should be lowered. Your questions seem to focus on scheduling priorities so you may find &lt;a title="https://docs.nordicsemi.com/bundle/ncs-latest/page/nrfxlib/softdevice_controller/doc/scheduling.html" href="https://docs.nordicsemi.com/bundle/ncs-latest/page/nrfxlib/softdevice_controller/doc/scheduling.html" rel="noopener noreferrer" target="_blank"&gt;https://docs.nordicsemi.com/bundle/ncs-latest/page/nrfxlib/softdevice_controller/doc/scheduling.html&lt;/a&gt; useful.&lt;/span&gt;&lt;/p&gt;
&lt;p&gt;-Amanda H.&lt;/p&gt;&lt;div style="clear:both;"&gt;&lt;/div&gt;</description></item><item><title>RE: [CIS][SDK3.2.1] nRF5340 with SDK 3.2.1 periodically misses CIS events from Pixel 10 Phone - clicks in audio</title><link>https://devzone.nordicsemi.com/thread/564336?ContentTypeID=1</link><pubDate>Tue, 31 Mar 2026 21:44:45 GMT</pubDate><guid isPermaLink="false">137ad170-7792-4731-bb38-c0d22fbe4515:30edfc8d-2db4-4186-b47b-bd2b6e29b916</guid><dc:creator>Alex B</dc:creator><description>&lt;p&gt;I have also seen another issue in my experiments.&lt;br /&gt;I have started setting Connection_Interval_Min to 60 ms (48 * 1.25 ms) and Connection_Interval_Max to 90 ms (72 * 1.25 ms) for the low bandwidth ACL on which the nRF5340 is Central.&lt;br /&gt;It starts with a Connection Interval of 90 ms (CONNECT_IND):&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/pastedimage1774993086604v1.png" alt=" " /&gt;&lt;/p&gt;
&lt;p&gt;But then it switches the interval to 12.5 ms (LL_CONNECTION_UPDATE_IND):&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/pastedimage1774993167059v2.png" alt=" " /&gt;&lt;/p&gt;
&lt;p&gt;According to the specification the&amp;nbsp;Connection_Interval_Min to and the Connection_Interval_Max values from the _CONNECT_IND PDUs are mandatory.&lt;/p&gt;
&lt;p&gt;Here:&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/pastedimage1774993443099v4.png" alt=" " /&gt;&lt;/p&gt;
&lt;p&gt;And here:&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/pastedimage1774993486670v5.png" alt=" " /&gt;&lt;/p&gt;
&lt;p&gt;And here:&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/pastedimage1774993431608v3.png" alt=" " /&gt;&lt;/p&gt;&lt;div style="clear:both;"&gt;&lt;/div&gt;</description></item><item><title>RE: [CIS][SDK3.2.1] nRF5340 with SDK 3.2.1 periodically misses CIS events from Pixel 10 Phone - clicks in audio</title><link>https://devzone.nordicsemi.com/thread/564335?ContentTypeID=1</link><pubDate>Tue, 31 Mar 2026 21:21:52 GMT</pubDate><guid isPermaLink="false">137ad170-7792-4731-bb38-c0d22fbe4515:585c7e63-8e2f-4eeb-becc-8d15481bb10a</guid><dc:creator>Alex B</dc:creator><description>&lt;p&gt;I have done more experiments on my side.&lt;/p&gt;
&lt;p&gt;I have disabled the Peripheral device with which the nRF3540 only has a low bandwidth ACL.&lt;/p&gt;
&lt;p&gt;In the following screenshots, only the ACL and CIS with the Pixel 10 Phone are active.&lt;/p&gt;
&lt;p&gt;Now I hear gaps in the audio and I see gaps in nRF5340 responses in the sniffer capture on both the ACL and the CIS with the Pixel 10.&lt;/p&gt;
&lt;p&gt;The sniffer capture shows that the nRF5340 periodically does not answer the for 3 CIS events and 1 ACL event.&lt;/p&gt;
&lt;p&gt;&lt;img style="max-height:240px;max-width:320px;" alt=" " src="https://devzone.nordicsemi.com/resized-image/__size/640x480/__key/communityserver-discussions-components-files/4/pastedimage1774992036689v3.png" /&gt;&lt;/p&gt;
&lt;p&gt;Zoom in on one of the gaps:&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/pastedimage1774992912345v1.png" alt=" " /&gt;&lt;/p&gt;
&lt;p&gt;What I am suspecting that the gaps in ACL and CIS events responses are caused by the nRF5340 scanning for the missing peer.&lt;/p&gt;
&lt;p&gt;Can you confirm this. Is there any way to make it scan between CIS and ACL events?&lt;/p&gt;&lt;div style="clear:both;"&gt;&lt;/div&gt;</description></item><item><title>RE: [CIS][SDK3.2.1] nRF5340 with SDK 3.2.1 periodically misses CIS events from Pixel 10 Phone - clicks in audio</title><link>https://devzone.nordicsemi.com/thread/564194?ContentTypeID=1</link><pubDate>Fri, 27 Mar 2026 13:41:35 GMT</pubDate><guid isPermaLink="false">137ad170-7792-4731-bb38-c0d22fbe4515:b4969a90-6cde-4323-87d5-fea96fe431fd</guid><dc:creator>Alex B</dc:creator><description>&lt;p&gt;Thanks &lt;a href="https://devzone.nordicsemi.com/members/amanda"&gt;Amanda Hsieh&lt;/a&gt;&amp;nbsp;.&lt;/p&gt;
&lt;p&gt;I am mainly interested to know if that secondary, lower importance ACL may be prioritized over the CIS and that is the reason the nRF5340 does not respond.&lt;/p&gt;
&lt;p&gt;Meanwhile, as a mitigation for this I am considering making the ACL interval a multiple of 7.5 ms and 10 ms to avoid overlaps completely with Audio (CIS in this case) since these are the 2 most common used ISO Intervals by the Audio profiles. We control the connection interval and the scheduling because the nRF5340 is the Central on the secondary ACL.&lt;/p&gt;&lt;div style="clear:both;"&gt;&lt;/div&gt;</description></item><item><title>RE: [CIS][SDK3.2.1] nRF5340 with SDK 3.2.1 periodically misses CIS events from Pixel 10 Phone - clicks in audio</title><link>https://devzone.nordicsemi.com/thread/564190?ContentTypeID=1</link><pubDate>Fri, 27 Mar 2026 13:11:24 GMT</pubDate><guid isPermaLink="false">137ad170-7792-4731-bb38-c0d22fbe4515:05b25aa1-c898-4382-9470-d83f949ebae5</guid><dc:creator>Amanda Hsieh</dc:creator><description>&lt;p&gt;Hi,&amp;nbsp;&lt;/p&gt;
[quote user=""]The clicks were not audible in the previous SDK we used, 3.1.1. Has the behavior changed since then?[/quote]
&lt;p&gt;I am checking with the team. I will update the case once I collect enough information.&amp;nbsp;&lt;/p&gt;
&lt;p&gt;Regards,&lt;br /&gt;Amanda H.&lt;/p&gt;&lt;div style="clear:both;"&gt;&lt;/div&gt;</description></item></channel></rss>