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

ble_app_eddystone example crash

Hi,

Trying to investigate eddystone protocol. After compiling and uploading ble_app_eddystone example I see Eddystone BLE device in non-connectable mode.

But after pressing button application crashes in es_adv.c adv_start() function:


Function sd_ble_gap_adv_set_configure() returns err_code 8 (NRF_ERROR_INVALID_STATE).
Probably I forgot to make some changes in an example configuration, but I can't find exact place of problem.
Can anyone suggest where is the problem? Thanks!

Related