void user_entry_after_ble_init(void)
{
co_printf("BLE Central\r\n");
system_sleep_disable();
os_timer_init(&os_timer_test,os_timer_test_cb,NULL);
os_timer_start(&os_timer_test,2000,1);
void user_entry_after_ble_init(void)
{
co_printf("BLE Central\r\n");
system_sleep_disable();
os_timer_init(&os_timer_test,os_timer_test_cb,NULL);
os_timer_start(&os_timer_test,2000,1);
直接把SDK里的例程examples\none_evm\ble_simple_peripheral 编译烧录后,用手机蓝牙调试工具搜索不到这个蓝牙,怎么解?