<?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[如何与需要PIN码的蓝牙从机通信]]></title><description><![CDATA[<p>FR8003A作为主机，去连接一个从机，这个从机需要PIN码，FR8003A的SDK如何输入PIN码</p>
]]></description><link>http://www.freqchip.net:4567/topic/1875/如何与需要pin码的蓝牙从机通信</link><generator>RSS for Node</generator><lastBuildDate>Wed, 29 Jul 2026 19:49:46 GMT</lastBuildDate><atom:link href="http://www.freqchip.net:4567/topic/1875.rss" rel="self" type="application/rss+xml"/><pubDate>Mon, 27 Jul 2026 06:38:41 GMT</pubDate><ttl>60</ttl><item><title><![CDATA[Reply to 如何与需要PIN码的蓝牙从机通信 on Invalid Date]]></title><description><![CDATA[<p>FR8003A作为主机，去连接一个从机，这个从机需要PIN码，FR8003A的SDK如何输入PIN码</p>
]]></description><link>http://www.freqchip.net:4567/post/4595</link><guid isPermaLink="true">http://www.freqchip.net:4567/post/4595</guid><dc:creator><![CDATA[akajqq]]></dc:creator><pubDate>Invalid Date</pubDate></item><item><title><![CDATA[Reply to 如何与需要PIN码的蓝牙从机通信 on Invalid Date]]></title><description><![CDATA[<p><a class="plugin-mentions-user plugin-mentions-a" href="http://www.freqchip.net:4567/uid/1975">@akajqq</a></p>
<p>case GAP_SEC_EVT_PIN_CODE_REQ:<br />
{<br />
uint8_t conidx = p_event-&gt;param.pin_code_req.conidx;<br />
uint8_t tk_type = p_event-&gt;param.pin_code_req.tk_type;</p>
<pre><code>LOG_INFO(app_tag, &quot;PIN requested, conidx=%d, type=%d\r\n&quot;,
         conidx, tk_type);

    gap_security_send_pairing_password(conidx, 123456);
</code></pre>
<p>}<br />
break;</p>
]]></description><link>http://www.freqchip.net:4567/post/4599</link><guid isPermaLink="true">http://www.freqchip.net:4567/post/4599</guid><dc:creator><![CDATA[ZR]]></dc:creator><pubDate>Invalid Date</pubDate></item></channel></rss>