/* Create HAP Engine */
engineHandle = HAPEngine_create(accs, 1, deviceIDBuf,
HAPEngine_CI_FAN, &blink_getSetupCodeFxn, ¶ms);
assert(engineHandle != NULL);
需要怎么修改,accs 数组元素多添加几个吗?
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.