请注意,本文内容源自机器翻译,可能存在语法或其它翻译错误,仅供参考。如需获取准确内容,请参阅链接中的英语原文或自行翻译。
器件型号:CC2652R 你(们)好
我使用 multi_role SDK。
当 multi_role 处于中心角色时、TI 板会与 已绑定的器件建立链接。
自动建立链接的 API 或函数是什么?
此致、
Kim。
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.
你(们)好
我使用 multi_role SDK。
当 multi_role 处于中心角色时、TI 板会与 已绑定的器件建立链接。
自动建立链接的 API 或函数是什么?
此致、
Kim。
尊敬的 Kim:
我要引用 simple_central 示例、因为它包含自动连接功能。 特别是 simple_central .c 中的 SimpleCentral_AutoConnect ()和 SimpleCentral_doAutoConnect ()可能会有所帮助。 此外,在 simple_peripheral.c 中引用 simple_peripheral 示例的 SimplePeripheral_doAutoConnect()函数以及 simple_central 可能会有所帮助,因为这两个示例协同工作。 使用 GapInit_connect()函数建立所有连接。
最棒的
NIMA