Hi, I'm trying to use my device in the broadcaster role, but so far I've been unable to do it. I'm using the ble_app_barebone example to do it.
I'm change the parameters .role and .mode in the config.h file from GAP_ROLE_PERIPHERAL and GAP_LIM_DISCOVERABLE to GAP_ROLE_PERIPHERAL and GAP_BROADCASTER_MODE, respectively.
I've also changed the gap start function, from app_easy_gap_undirected_advertise_start() to app_easy_gap_non_connectable_advertise_start() in the user_barebone.c file.
Even with this changes, when I run the application it stops and goes to NMI_Handler.
Am I missing something?
Thanks in advance.