By 'does it', I meant 'stops advertising'.
NRF.setAdvertising({},{connectable: false}); by itself does not stop advertising, unless you've already added that other code beforehand
NRF.setAdvertising({},{connectable: false});
@Gordon started
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.
By 'does it', I meant 'stops advertising'.
NRF.setAdvertising({},{connectable: false});
by itself does not stop advertising, unless you've already added that other code beforehand