1. 修复频繁上下线问题
2. 修复会bind会有两个设备的问题 3. 其他若干体验问题 4. 增加产测功能
This commit is contained in:
@ -436,10 +436,12 @@ int start_hilink_ble_net_config(int32_t net_cfg_time_s)
|
||||
{
|
||||
ble_adv_time = net_cfg_time_s;
|
||||
if (ble_sdk_running) {
|
||||
e_printf("set ble adv time: %ds\n", ble_adv_time);
|
||||
BLE_CfgNetAdvCtrl(ble_adv_time);
|
||||
}
|
||||
return 0;
|
||||
}
|
||||
|
||||
int hilink_ble_main(void)
|
||||
{
|
||||
int ret = 0;
|
||||
|
Reference in New Issue
Block a user