Hi,
When I do not call advertising_start(erase_bonds); then I only draw about 2uA.
When I call advertising_start(erase_bonds); I draw 350uA.
I want to advertise. Then stop advertising after a period. I can do this using the following:
ble_advertising_start(&m_advertising, BLE_ADV_MODE_IDLE); sd_ble_gap_adv_stop(m_advertising.adv_handle);
However, the current draw remains at 350uA. How can I stop advertising AND reduce my current?
Even when I reduce the timeout period, the device will stop advertising but will keep drawing 350uA.
Thanks,
Michael