from this post link text i have again doubt
i define #define APP_ADV_TIMEOUT_IN_SECONDS 10. now my advertising stops after 10 sec.but i want to restart it again then??
from this post link text i have again doubt
i define #define APP_ADV_TIMEOUT_IN_SECONDS 10. now my advertising stops after 10 sec.but i want to restart it again then??
You can at any time call sd_ble_gap_adv_start again to restart advertisement. (in advertising_start() in most of the examples)
APP_ADV_TIMEOUT_IN_SECONDS is 10 second. once advertisement starts then i want to put it in sleep mode after 10 second then i want to make it advertise again. how it is possible. my one problem is aalso that if i don't define advertisement time out, power_manage() function don't stop advertising
APP_ADV_TIMEOUT_IN_SECONDS is 10 second. once advertisement starts then i want to put it in sleep mode after 10 second then i want to make it advertise again. how it is possible. my one problem is aalso that if i don't define advertisement time out, power_manage() function don't stop advertising