thermometerservice.c里面有几个参数设置被注释掉了,为何?
时间:10-02
整理:3721RD
点击:
在Thermometer_SetParameter 函数里面下面几个参数被注释掉了,不太理解为什么?还有CCC是啥意思?有文档讲这个概念吗?
case THERMOMETER_TEMP_CHAR_CFG:
// Need connection handle
//thermometerTempConfig.value = *((uint8*)value);
break;
case THERMOMETER_IMEAS_CHAR_CFG:
// Need connection handle
//thermometerIMeasConfig.value = *((uint8*)value);
break;
case THERMOMETER_INTERVAL_CHAR_CFG:
// Need connection handle
//thermometerIntervalConfig.value = *((uint8*)value);
break;
谢谢!
yy,
CCC 是 Client Characteristic Configure 的缩写。
是使能外设notification用的。