That document mentions handles. Ideally you'd have the actual characteristic UUIDs to use - perhaps you could write some code for Puck.js that uses BluetoothRemoteGATTService.getCharacteristics() in order to get a list of the characteristics with their handles?
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.
That document mentions handles. Ideally you'd have the actual characteristic UUIDs to use - perhaps you could write some code for Puck.js that uses
BluetoothRemoteGATTService.getCharacteristics()
in order to get a list of the characteristics with their handles?Worst case, you could actually create a new http://www.espruino.com/Reference#BluetoothRemoteGATTCharacteristic class with the internal handle variables set to the handles mentioned in that document, and then set them up as it says?