Hi! I'm trying the various BLE Fuctions and according to the API reference, this should work:
NRF.setSecurity({passkey:"123456", mitm:1, display:0});
however, I always get this error:
____ _ | __|___ ___ ___ _ _|_|___ ___ | __|_ -| . | _| | | | | . | |____|___| _|_| |___|_|_|_|___| |_| espruino.com 2v04 (c) 2019 G.Williams >Uncaught Error: BLE error 0x7 (INVALID_PARAM) at line 1 col 54 NRF.setSecurity({passkey:"123456", mitm:1, display:0}); ^
I don't have anything else in the code, just the one line. Is this somehow a documentation error or am I doing something wrong?
@Gefrierbrand 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.
Hi!
I'm trying the various BLE Fuctions and according to the API reference, this should work:
however, I always get this error:
I don't have anything else in the code, just the one line. Is this somehow a documentation error or am I doing something wrong?