The Puck can drop its connection with NRF.disconnect(), but what happens next depends on the device. It'll probably try and reconnect.
However... Espruino can have one incoming and one outgoing connection at the same time - if you're planning on connecting to the hub to inform it then actually you have no reason to disconnect from the iOS device at all :)
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.
The Puck can drop its connection with
NRF.disconnect()
, but what happens next depends on the device. It'll probably try and reconnect.However... Espruino can have one incoming and one outgoing connection at the same time - if you're planning on connecting to the hub to inform it then actually you have no reason to disconnect from the iOS device at all :)