Chapter 5 explains details about bonding and how to establish a connection.
I could not find much of that in the Espruino API yet, maybe this is the missing part?
At some point the Host (normally computer/phone; here: Espruino) writes his address into the HID device (peripheral; here: the remote button) causing a bonding.
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 digging into this issue and found this HOGP specification here.
Chapter 5 explains details about bonding and how to establish a connection.
I could not find much of that in the Espruino API yet, maybe this is the missing part?
At some point the Host (normally computer/phone; here: Espruino) writes his address into the HID device (peripheral; here: the remote button) causing a bonding.