qDot
qDot
**Feature Description** Lots of new features came in, but this will require some reworking jni-utils-rs.
**Feature Description** Since we're already implementing for every platform, it'd be nice if we could tell when a system has bluetooth turned off completely. The way we currently do this...
**Describe the bug** 1. On windows 10, connect to a device and call discover_services() 2. Without touching any characteristics, call discover_services() again fairly soon after on the same device **Expected...
**Feature Description** Nice to be able to get the Id as a string without having to use format!("{:?}")
We can at least build a test platform that will exercise the exposed traits/APIs, but actual platform specific testing is going to be difficult.
Ran into a device we couldn't see on btleplug, decided to try bluey. Luckily you have more error logging than I did. :) We have a device that puts an...
Due to actuation commands (scalar, rotate, linear) having been the way we defined all device functionality before the new config in Buttplug v8 and now the Device enumeration messages in...
**Feature Description** Sensors kinda suck to implement in the v3 spec right now. Go through device support and update when v4 is ready.
While scalar command restrictions seem to work fine, linear commands (OSR-2, SR-6, Keon, etc) don't seem to register with the system.
In order for users to make changes to device configs (i.e. device limits), we should allow users to be able to simulate a device disconnect/reconnect so we can re-enumerate things...