Update: seems like commenting out this line solves the advertising issue. Calling sd_ble_gap_adv_set_configure with 0 for the second parameter seems to remove all the advertising data.
Espruino is a JavaScript interpreter for low-power Microcontrollers. This site is both a support community for Espruino and a place to share what you are working on.
Update: seems like commenting out this line solves the advertising issue. Calling
sd_ble_gap_adv_set_configure
with0
for the second parameter seems to remove all the advertising data.