Just to add, the docs for setServices are here: http://www.espruino.com/Reference#l_NRF_setServices
setServices
Neither read nor write in your example above are valid, so that probably explains why at least 0x2902 isn't readable.
read
write
0x2902
@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.
Just to add, the docs for
setServices
are here: http://www.espruino.com/Reference#l_NRF_setServicesNeither
read
norwrite
in your example above are valid, so that probably explains why at least0x2902
isn't readable.