ashesman
ashesman
Line 44 of decode.c if (!(isalnum(src[j]) || '+' == src[j] || '/' == src[j])) { break; } Should be if (!(isalnum(**(int)**src[j]) || '+' == src[j] || '/' == src[j])) {...
It seems that the characteristic notify callback that is registered with the underlying layer is not removed when a device disconnects. When you reconnect to that device and register a...
A DBusException can be propagated out of remove_all_devices. I would expect that the user would never see DBus exceptions as are platform specific... self._manager.remove_all_devices() File "/usr/local/lib/python3.6/dist-packages/gatt/gatt_linux.py", line 221, in remove_all_devices...
Devices get out of sync with their bluez counterparts. For instance I just had it so that is_services_resolved() would immediately return true and the services_resolved event was never triggered on...
Feature Request: Ability to be able to disconnect already connected devices For example when something goes wrong and you don't get to disconnect nicely from a device, the next time...
### Summary After updating mbedtls to V3.3, some of our unit tests started failing. The organisation name read out of the attached certificate has a \ inserted in it because...