主题中讨论的其他器件: LP-EM-CC2340R5、CC2340R5 、CC2640
工具与软件:
您好!
我有一个配置为 BLE 4 HCI 控制器且具有 CC2640R2F 的电路板。 在调试 BLE 连接场景时、我会得到标题中所述的错误代码。 它是什么?在哪里可以找到 HCI 错误代码的说明?
谢谢你。
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.
工具与软件:
您好!
我有一个配置为 BLE 4 HCI 控制器且具有 CC2640R2F 的电路板。 在调试 BLE 连接场景时、我会得到标题中所述的错误代码。 它是什么?在哪里可以找到 HCI 错误代码的说明?
谢谢你。
您好!
感谢您联系我们。 0x31返回代码是 bleGAPConnNotAcceptable 事件(链接如下):
出现此错误的原因是未正确建立连接。 以下 E2E 主题提供了一些详细信息:
此致、
1月
您好、Jan:
感谢链接。 我将进一步研究它。
是我的错-我有 内置了 CC2640F128的电路板 ble_sdk_2_02_01_18 as a HCI controller with another MCU. It is configured as BLE central with BLE 4.2.
I have another LP-EM-CC2340R5 board built with latest SDK BLE 5.0 stack running basic_ble application, as a BLE peripheral.
In theory, establishing a BLE connection between these two boards should be straightforward and backwards compatible.
Since the SDK releases are pretty far apart, would it cause any issues to be incompatible, BLE connection wise?