<?xml version="1.0" encoding="UTF-8"?><rss xmlns:dc="http://purl.org/dc/elements/1.1/" xmlns:content="http://purl.org/rss/1.0/modules/content/" xmlns:atom="http://www.w3.org/2005/Atom" version="2.0"><channel><title><![CDATA[F801x BLE chip coded PHY 125k.]]></title><description><![CDATA[<p>想問一下, 我見SDK有說支持coded PHY 125k Long Range模式, 對吧?<br />
是否 advertisting 及connection mode 都可支持 coded PHY 125k Long Range 呢?<br />
有沒有那裡有更多資料可查到?<br />
謝謝.</p>
]]></description><link>http://www.freqchip.net:4567/topic/1794/f801x-ble-chip-coded-phy-125k</link><generator>RSS for Node</generator><lastBuildDate>Fri, 15 May 2026 14:52:23 GMT</lastBuildDate><atom:link href="http://www.freqchip.net:4567/topic/1794.rss" rel="self" type="application/rss+xml"/><pubDate>Mon, 11 May 2026 08:24:23 GMT</pubDate><ttl>60</ttl><item><title><![CDATA[Reply to F801x BLE chip coded PHY 125k. on Invalid Date]]></title><description><![CDATA[<p>想問一下, 我見SDK有說支持coded PHY 125k Long Range模式, 對吧?<br />
是否 advertisting 及connection mode 都可支持 coded PHY 125k Long Range 呢?<br />
有沒有那裡有更多資料可查到?<br />
謝謝.</p>
]]></description><link>http://www.freqchip.net:4567/post/4370</link><guid isPermaLink="true">http://www.freqchip.net:4567/post/4370</guid><dc:creator><![CDATA[wfkwok]]></dc:creator><pubDate>Invalid Date</pubDate></item><item><title><![CDATA[Reply to F801x BLE chip coded PHY 125k. on Invalid Date]]></title><description><![CDATA[<p><a class="plugin-mentions-user plugin-mentions-a" href="http://www.freqchip.net:4567/uid/1926">@wfkwok</a> 在 <a href="/post/4370">F801x BLE chip coded PHY 125k.</a> 中说：</p>
<blockquote>
<p>coded PHY 125k Long Range</p>
</blockquote>
<p>支持的，看下这个接口，连接成功后直接更新参数就行</p>
<p>/**********************************************************************</p>
<ul>
<li>@fn      gap_conn_phy_update</li>
<li></li>
<li>@brief   Set active link PHY mode.</li>
<li></li>
<li>@param   conidx             - connection handle/index of the connection.</li>
<li></li>
<li>
<pre><code>     tx_phy             - TX PHY mode.    //!&lt; see @GAP_PHY_VALUES    1M/2M/Coded
</code></pre>
</li>
<li></li>
<li>
<pre><code>     rx_phy             - RX PHY mode.    //!&lt; see @GAP_PHY_VALUES    1M/2M/Coded
</code></pre>
</li>
<li></li>
<li>
<pre><code>     coded_rate         - Coded PHY rate. //!&lt; see @GAP_CODED_PHY_RATE    125k/500k
</code></pre>
</li>
<li></li>
<li>@return  None.<br />
*/<br />
void gap_conn_phy_update(uint8_t conidx, uint8_t tx_phy, uint8_t rx_phy, uint8_t coded_rate);</li>
</ul>
]]></description><link>http://www.freqchip.net:4567/post/4374</link><guid isPermaLink="true">http://www.freqchip.net:4567/post/4374</guid><dc:creator><![CDATA[ZR]]></dc:creator><pubDate>Invalid Date</pubDate></item><item><title><![CDATA[Reply to F801x BLE chip coded PHY 125k. on Invalid Date]]></title><description><![CDATA[<p>太好了 謝謝, 我先找塊開發板測試一下</p>
]]></description><link>http://www.freqchip.net:4567/post/4377</link><guid isPermaLink="true">http://www.freqchip.net:4567/post/4377</guid><dc:creator><![CDATA[wfkwok]]></dc:creator><pubDate>Invalid Date</pubDate></item></channel></rss>