引用: 60user169 发表于 2018-9-30 17:53
我道歉,因为我原来的问题还不清楚。
这是有可能改变的蓝牙配对码作为应用程序需要改变它,或是它打算成为一个固定的值?
我基本上需要能够改变配对码动态内的应用。动态意味着每天一次或两次。我不希望是一个固定的配对码,不能在现场改变
MrBursTy箭矢USER2499259
如果你指的是“万能钥匙”作为配对的代码,那么你必须在管理btm_passkey_request_evt回调事件监视器。您可以更改密码,传递到wiced_bt_dev_pass_key_req_reply() API应该称为在上述回调。
以上来自于百度翻译
以下为原文
mroberts_arrow user_249199259
If you are referring to the 'passkey' as pairing code, then you have to monitor the BTM_PASSKEY_REQUEST_EVT event in the management callback. You can change the passkey that is passed to the wiced_bt_dev_pass_key_req_reply() API which should be called in the above mentioned callback.
引用: 60user169 发表于 2018-9-30 17:53
我道歉,因为我原来的问题还不清楚。
这是有可能改变的蓝牙配对码作为应用程序需要改变它,或是它打算成为一个固定的值?
我基本上需要能够改变配对码动态内的应用。动态意味着每天一次或两次。我不希望是一个固定的配对码,不能在现场改变
MrBursTy箭矢USER2499259
如果你指的是“万能钥匙”作为配对的代码,那么你必须在管理btm_passkey_request_evt回调事件监视器。您可以更改密码,传递到wiced_bt_dev_pass_key_req_reply() API应该称为在上述回调。
以上来自于百度翻译
以下为原文
mroberts_arrow user_249199259
If you are referring to the 'passkey' as pairing code, then you have to monitor the BTM_PASSKEY_REQUEST_EVT event in the management callback. You can change the passkey that is passed to the wiced_bt_dev_pass_key_req_reply() API which should be called in the above mentioned callback.
举报