Hi how to power off the ble after one advertising event ? i.e i want to stop advertising after one advertising event!
Hi how to power off the ble after one advertising event ? i.e i want to stop advertising after one advertising event!
In SDK 15, if you are using a template derived project, you should use the following statement with the parameter to stop advertising:
sd_ble_gap_adv_stop(m_advertising.adv_handle);
In SDK 15, if you are using a template derived project, you should use the following statement with the parameter to stop advertising:
sd_ble_gap_adv_stop(m_advertising.adv_handle);