isn't there a way to set the name characteristic using lower level code?
I've experimented with python bluepy for the raspberry pi zero w that appears to read and write the 0x2A00 name characteristic, but does not actually write.
Is there an espruino equivalent?
I have tried
NRF.setAdvertising({0x2A00: "<Puck>"},{});
but that doesn't work either (despite the fact that it should if the puck conforms to bluetooth specifications.
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.
isn't there a way to set the name characteristic using lower level code?
I've experimented with python bluepy for the raspberry pi zero w that appears to read and write the 0x2A00 name characteristic, but does not actually write.
Is there an espruino equivalent?
I have tried
but that doesn't work either (despite the fact that it should if the puck conforms to bluetooth specifications.