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.

thermometerservice.c里面有几个参数设置被注释掉了,为何?



在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;

谢谢!