Dear Sir,
Here I would like to disable the Adversting idle power down dynamically but in some situation it will fail.
The APP_ADV_TIMEOUT_IN_SECONDS is 180 seconds as default, and in the BLE_ADV_EVT_IDLE event of on_adv_evt function, I called ble_advertising_start(BLE_ADV_MODE_FAST) so it will advertising again, but it worked only when the advertising address type is fixed such as "Random Static address " and fialed if use "Private Resolvable address" address mode. I don't how to to reenable advertising again in such situation. Please help my problem.
Thanks in advance.