Other Parts Discussed in Thread: SYSCONFIG
Tool/software:
Hi, Ti
I’m use TI\simplelink_lowpower_f3_sdk_8_40_00_61\examples\rtos\LP_EM_CC2745R10_Q1\ble5stack\basic_ble as Peripheral .
I’m want to run BLEAppUtil_advStop(peripheralAdvHandle_1); at timer callback to stop broadcast. And run BLEAppUtil_advStart(peripheralAdvHandle_1, &advSetStartParamsSet_1); at case BLEAPPUTIL_ADV_END_AFTER_DISABLE: to make it Re-broadcast.
But it was not successfully achieved,the broadcast stop but can't re-start.I wonder if this is normal?If this is not normal, how can I make it stop then re-start broadcasting at regular intervals?