3: Disconnect (eg for this task you must have actually called .disconnect() and it's now waiting for the device to disconnect)
8: Discover descriptors and start notifications
I wouldn't expect any of those in 'normal' operation though - so it looks like maybe your code is doing something like attempting a disconnect or reconnect in the background?
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 tasks (from https://github.com/espruino/Espruino/blob/master/libs/bluetooth/jswrap_bluetooth.h#L18) are:
3: Disconnect (eg for this task you must have actually called
.disconnect()
and it's now waiting for the device to disconnect)8: Discover descriptors and start notifications
I wouldn't expect any of those in 'normal' operation though - so it looks like maybe your code is doing something like attempting a disconnect or reconnect in the background?