<?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>BT notifications throttled to 1 packet every 250ms</title><link>https://devzone.nordicsemi.com/f/nordic-q-a/125542/bt-notifications-throttled-to-1-packet-every-250ms</link><description>As the title suggests, we are having issues with BT notifications being throttled. 
 The function which does the notifications is below: 
 We loop over sectors of flash memory, reading out chunks of bytes (only enough to fill a BLE packet) and sending</description><dc:language>en-US</dc:language><generator>Telligent Community 13</generator><lastBuildDate>Tue, 11 Nov 2025 20:24:58 GMT</lastBuildDate><atom:link rel="self" type="application/rss+xml" href="https://devzone.nordicsemi.com/f/nordic-q-a/125542/bt-notifications-throttled-to-1-packet-every-250ms" /><item><title>RE: BT notifications throttled to 1 packet every 250ms</title><link>https://devzone.nordicsemi.com/thread/554026?ContentTypeID=1</link><pubDate>Tue, 11 Nov 2025 20:24:58 GMT</pubDate><guid isPermaLink="false">137ad170-7792-4731-bb38-c0d22fbe4515:f5c7de20-ac07-4e7d-a460-f559e1778854</guid><dc:creator>Amua-Charlie</dc:creator><description>&lt;p&gt;Found the issue in another section of the code, purely an implementation issue. Main thread was not correctly yielding CPU time to BLE notification thread. Main was invoking a delay causing idle thread to run. Adjusting thread priorities and calling k_yield() from main solved this issue.&lt;/p&gt;&lt;div style="clear:both;"&gt;&lt;/div&gt;</description></item></channel></rss>