启用 Notification/Indication BLE (ua-651) GATTTOOL
Enable Notification/Indication BLE (ua-651) GATTTOOL
我正在尝试从 A&D 的 UA-651-BLE 获取血压数据。
首先,在使用 Qt 开发 C++ 应用程序之前,我尝试借助 Gatttool 完成这项工作。
设备是配对的,我可以连接我的电脑以读取值。
但如果我觉得不错,要读取血压数据,我需要允许指示和通知。
我该怎么做?
非常感谢您的回复,我真的需要帮助!
感谢 Kaylum,我现在可以阅读我想要的内容了:
gatttool -b <mac_address> -I //to start the tool in interactive mode. Then connect from the prompt to connect to the device. Then
char-write-req <CCC handle> 02
我正在尝试从 A&D 的 UA-651-BLE 获取血压数据。
首先,在使用 Qt 开发 C++ 应用程序之前,我尝试借助 Gatttool 完成这项工作。 设备是配对的,我可以连接我的电脑以读取值。
但如果我觉得不错,要读取血压数据,我需要允许指示和通知。 我该怎么做?
非常感谢您的回复,我真的需要帮助!
感谢 Kaylum,我现在可以阅读我想要的内容了:
gatttool -b <mac_address> -I //to start the tool in interactive mode. Then connect from the prompt to connect to the device. Then
char-write-req <CCC handle> 02