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.

[参考译文] CC2340R5:从外围设备向中央设备发送通知。

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

https://e2e.ti.com/support/wireless-connectivity/bluetooth-group/bluetooth/f/bluetooth-forum/1466540/cc2340r5-send-notification-to-central-device-from-a-peripheral-device

器件型号:CC2340R5

工具与软件:

我在胎压监测应用中使用 CC2340R5来发送有关 BLE 的数据。 此处 CC2340R5用于外设模式、我从中央器件获取一些配置值以配置温度和压力的一些阈值、为此、我将使用中央器件(手机)在外围器件的特征 uuid 0xFFF1上写入这些值。 在此之前、一切都正常、但现在我要通知中央器件确认外设已接收到并实现这些值。 那么、我需要在代码中进行哪些更改、以及我应该遵循什么流程来向中央设备发送通知。 我的通知帧长度为3个字节。 我正在使用中  basic_ble_profiles_LP_EM_CC2340R5_freertos_ticlang 作为我的基本代码进行工程、我的 SDK 为 simplelink_lowpower_f3_sdk_8_10_01_02。 请帮忙