This post is older than 2 years and might not be relevant anymore
More Info: Consider searching for newer posts

non-connectable advertising timeout not working in Eddystone example

Hi, I tried to enable non-connectable advertising timeout using the macro APP_CFG_NON_CONN_ADV_TIMEOUT in es_app_config.h, but it has no effect. I test this using nRF connect App, I continuously receive data from the beacon. Then I set a breakpoint in function es_adv_timing_stop (es_adv_timing.c:153), and the program never reach that line.

PD. misspelled function es_adv_start_non_connctable_adv() should be es_adv_start_non_connectable_adv() (es_adv.h:58 / es_adv.c:180)

Related