<?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>Central sometimes not receiving notifications</title><link>https://devzone.nordicsemi.com/f/nordic-q-a/115705/central-sometimes-not-receiving-notifications</link><description>Hello there! I am working on a central-peripheral connection, where sometimes the central is not receiving notification(s) from the peripheral. The central then asks for a retransmission, and the peripheral sends the notifications that didn&amp;#39;t go through</description><dc:language>en-US</dc:language><generator>Telligent Community 13</generator><lastBuildDate>Tue, 22 Oct 2024 11:56:44 GMT</lastBuildDate><atom:link rel="self" type="application/rss+xml" href="https://devzone.nordicsemi.com/f/nordic-q-a/115705/central-sometimes-not-receiving-notifications" /><item><title>RE: Central sometimes not receiving notifications</title><link>https://devzone.nordicsemi.com/thread/507340?ContentTypeID=1</link><pubDate>Tue, 22 Oct 2024 11:56:44 GMT</pubDate><guid isPermaLink="false">137ad170-7792-4731-bb38-c0d22fbe4515:0a6f937c-c980-4112-9e21-77f3df2bf060</guid><dc:creator>Einar Thorsrud</dc:creator><description>&lt;p&gt;Hi,&lt;/p&gt;
&lt;p&gt;Reading what you write, it seems like you are describing a normal Bleutooth LE connection, with retransmissions if a packet is not acknowledged. The packet will be retransmitted until it is ancknowledged (or supervision&amp;nbsp;timeout occurs).&lt;/p&gt;
[quote user=""]Is there a way to disable the retransmission of these packets (either peripheral or central side)?&amp;nbsp;[/quote]
&lt;p&gt;For normal BLE connections, no, retransmissions is always happenign and it is non-configurable. However, the newer &lt;a href="https://docs.nordicsemi.com/bundle/ncs-latest/page/nrfxlib/softdevice_controller/doc/isochronous_channels.html"&gt;LE Isochronous Channels&lt;/a&gt;&amp;nbsp;allows configuring a fixed number of retransmissions (or non at all). This is not supported by all devices yet, though. (The primary use case for this is LE Audio, which is also a use case where old data serves no purpose). For an example, you can rerfer to &lt;a href="https://docs.nordicsemi.com/bundle/ncs-latest/page/nrf/samples/bluetooth/iso_combined_bis_and_cis/README.html"&gt;Bluetooth: ISO combined BIS and CIS&lt;/a&gt;.&lt;/p&gt;&lt;div style="clear:both;"&gt;&lt;/div&gt;</description></item></channel></rss>