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.

[参考译文] CC2652R:其中 IRK 为解析私有地址生成

Guru**** 2390755 points


请注意,本文内容源自机器翻译,可能存在语法或其它翻译错误,仅供参考。如需获取准确内容,请参阅链接中的英语原文或自行翻译。

https://e2e.ti.com/support/wireless-connectivity/bluetooth-group/bluetooth/f/bluetooth-forum/1227095/cc2652r-where-the-irk-is-generating-for-resolvabe-private-address

器件型号:CC2652R

大家好、

您能否说明在 "simple_peripheral"代码中的 RPA 地址的 irk 密钥的生成位置。 连接建立之前、IRK 密钥生成位置、用于更新 RPA 地址。   

我们使用的是"simplelink_cc13x2_26x2_SDK_5_20_00_52" SDK。

我们使用的是 simple_peripheral 代码、该代码位于以下路径"~/ti/simplelink_cc13x2_26x2_sdk_5_20_00_52/examples/rtos/CC26X2R1_LAUNCHXL/ble5stack "  

  • 请注意,本文内容源自机器翻译,可能存在语法或其它翻译错误,仅供参考。如需获取准确内容,请参阅链接中的英语原文或自行翻译。

    尊敬的 Mohan:

    IRK 密钥在 Device_init()调用 inside simple_peripheral_init()函数中生成。

    您可以在 gap.c 文件中找到 device_init()函数。

    此致、

    Rogelio