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.

[参考译文] LP-EM-CC2745R10-Q1:解析 GATT_DiscAllCharDescs 的响应

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

https://e2e.ti.com/support/wireless-connectivity/bluetooth-group/bluetooth/f/bluetooth-forum/1516326/lp-em-cc2745r10-q1-parsing-the-response-of-gatt_discallchardescs

器件型号:LP-EM-CC2745R10-Q1

工具/软件:

您好、

我正在使用 SimpleLink SDK (8_40_02_01)开发 GATT 客户端、我想订阅 GATT 通知。
我将在 SDK 中使用 basic_peripheral 和中央示例

我找不到 支持通知的 API 来获取特性(0xFFF4)的 CCCD 句柄(0x2902)

但是,我从下面的查询中发现,即使得到读/写句柄,也有一个解析逻辑涉及 类型: ATT_FIND_BY_TYPE_VALUE_RSP
https://e2e.ti.com/support/wireless-connectivity/bluetooth-group/bluetooth/f/bluetooth-forum/1470212/lp-em-cc2745r10-q1-example-code-for-ble-client-role/5642567?tisearch=e2e-sitesearch&keymatch=GATT%252520Client%252520code#5642567

如果有人可以共享  ATT_FIND_INFO_RSP 类型的解析逻辑(该类型将在调用  GATT_DiscAllCharDescs 后返回)、那么这会很有帮助