uint8_t turnOnAdv = FALSE;
turnOnAdv = FALSE;
GAPRole_SetParameter(GAPROLE_ADVERT_ENABLED,sizeof(uint8_t), &turnOnAdv);
为什么使用这个函数关闭完广播后,死机了 串口无法输出 广播也不能重新打开。
使用的是协议栈版本是simplelink_cc2640r2_sdk_1_40_00_45
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.
uint8_t turnOnAdv = FALSE;
turnOnAdv = FALSE;
GAPRole_SetParameter(GAPROLE_ADVERT_ENABLED,sizeof(uint8_t), &turnOnAdv);
为什么使用这个函数关闭完广播后,死机了 串口无法输出 广播也不能重新打开。
使用的是协议栈版本是simplelink_cc2640r2_sdk_1_40_00_45