pidou46
pidou46
As for connection it works. But after a few seconds, the disconnect event is raised and the status in windows bleutooth app is switched to: binding I can't find out...
During the period of connection, I'm unsure it really works because I can't really see mouse any movement despite reports are send.
I have set bounding to False in hid_services.py ``` # Allow bonding if self.bond: # calling this on ESP32 is unsupported self._ble.config(bond=False) if self.le_secure: # calling these on ESP32 is...
Nota: I get the battery 0% notification before error status
Yes I do. Something seems to going wrong during "Connection update" that lead to "Central disconnected: 0" Do you have some trick to debug ble/hid/usb stack ? I have checked...
No sorry, I haven't found a way to debug and understand form where the trouble come from.
Thank @jimmo Where do I get the connection handler? when registering service ? If I understand correctly, register_services does not return anything