使用 SDK 版本 simplelink_lowpower_f3_sdk_7_10_00_35,并运行"basic_ble"的演示
建立连接6秒后,调用 GAP_UpdateLinkParamReq () 以更新参数,这将导致 iCall_abort ()和系统崩溃
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.
使用 SDK 版本 simplelink_lowpower_f3_sdk_7_10_00_35,并运行"basic_ble"的演示
建立连接6秒后,调用 GAP_UpdateLinkParamReq () 以更新参数,这将导致 iCall_abort ()和系统崩溃
您好!
从错误中,似乎 GAP_UpdateLinkParamReq ()被调用在无法与 ble 堆栈通信的线程中。 您是否已在 ICall 上正确注册该线程?
此致、
罗格利奥
您好: Rogelio、
默认情况下我使用的是"bastic_ble"演示、电话通讯可以。
我调用 GATT_Notification ()为"正常", GAP_TerminateLinkReq ()为 "正常",只有 GAP_UpdateLinkParamReq ()出现错误。
如果用户在使用 GAP_UpdateLinkParamReq ()时仍需要特别注意注册?