器件型号: CC2745R10-Q1
你(们)好
我需要 在存在大量无线电干扰的工厂环境中将 CC2745 与 CC2340 配对并绑定。
当尝试与 Justworks 进行配对时、 我看到很多重试次数和失败。
我遇到了 导入绑定信息 https://dev.ti.com/tirex/explore/content/simplelink_lowpower_f3_sdk_9_12_00_19/docs/ble5stack/ble_user_guide/html/ble-stack-5.x/gapbondmngr-cc23xx.html#import-bonding-information
我想知道是否 可以生成 gapBondNvRecord_t 结构的内容(根据 SDK 版本 9.12)
gapBondRec_t *pBondRec;
gapBondLTK_t *pLocalLtk;
gapBondLTK_t *pDevLck;
uint8_t *pIRK;
uint8_t *pSRK;
uint32_t *pSignCount;
gapBondCharCfg_t *pCharCfg;
在一块 PC 上 与 relvent crypto 函数.和使用 GapBondMgr_writeBondToNv 亮起 BLE 中心和外设。
由于存在绑定信息、将跳过配对流、并使用填充的数据对链接进行加密。
请告诉我这种方法是否有效