Directed advertise
Hello,
I'm trying to run direct advertising on the Da14531 chip but I can't see it working, below is the code which I added (based on empty_periphertial_template):
static const struct default_app_operations user_default_app_operations = { .default_operation_adv = user_advertise_operation, }; void user_advertise_operation(void){ app_easy_gap_directed_advertise_start(0);//0 and 1 have the same result }
I tryed to re-start advertise by add this part of code to app_direct_advertise_complete fun.