您好!
很多 Android 手机不支持简单的安全配对,所以我下载 sppdemo 与默认并运行它与服务器模式。当 Android 手机与套件配对时,我必须输入 PIN 码像0000 ,并控制台响应像:
PIN 码身份验证响应:身份验证未在进行中。 我的控制台中没有出现配对响应。
This thread has been locked.
If you have a related question, please click the "Ask a related question" button in the top right corner. The newly created question will be automatically linked to this question.
您好!
很多 Android 手机不支持简单的安全配对,所以我下载 sppdemo 与默认并运行它与服务器模式。当 Android 手机与套件配对时,我必须输入 PIN 码像0000 ,并控制台响应像:
PIN 码身份验证响应:身份验证未在进行中。 我的控制台中没有出现配对响应。
您好!
字符密码[]="0000";
parameter_t code={passcode、1};
ParameterList_t 代码列表={1、{passcode、1}};
然后在"Case aPINCodeRequest"下添加以下内容:
PINCodeResponse (&codelist);
我已实施上述代码来设置用于配对器件的密码。 但是代码对我来说是无效的、另外密码也不接受。 错误表明了这一点 "无法配对"... 请大家在这个问题上帮助我。