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.
对端设备绑定过,调用那个接口可以获取绑定生成的LTK呢?
你好,
请问这里的对端设备指的是什么意思?
指的是2642作为从设备与手机配对绑定过,我该如何获取绑定生成的LTK
LTK存储在未加密的NV中。
https://github.com/vroland/MyoBridge/blob/master/myobridge_firmware/Projects/ble/Profiles/Roles/gapbondmgr.c
试一下这个文件中关于gapBondMgrAddBond() 函数的部分