I want to modify the SDK examples:temperature sensor and collector so that collector can write Characteristic Value,The sensor can print out the values written by the collector through UART.
As shown in the picture, press the button of the sensor first, and the sensor sends the Notification. The collector triggers **GattNotificationCallback**, prints out the value "value_temperature", and then uses the API: GattClient_WriteCharacteristicValue Changes the value of value_temperature.The sensor triggers **GattServerCallback** to print the value of value_temperature.But collector can print value_temperature, sensor UART does not print, looking forward to your suggestions and guidance!
我希望修改例程: temperature sensor 和 collector,可以使 collector 可以写
Characteristic Value,sensor 可以将 collector 写入的值通过 UART 出来,
如图片展示 先按下 sensor 的按键,sensor 发送 **Notification**,collector 触发**GattNotificationCallback**,打印出 “value_temperature”的值,之后使用GattClient_WriteCharacteristicValue 修改 “value_temperature”的值,sensor 端触发 **GattServerCallback** 打印出“value_temperature”的值。但是 collector可以打印出value_temperature, sensor 的UART没有打印,期待你的建议和指导


