Builty / TonexOneController

Embedded controller for the IK Multimedia Tonex One guitar pedal
Apache License 2.0
21 stars 2 forks source link

BT scan filtering #10

Open Builty opened 1 week ago

Builty commented 1 week ago

BT client mode should be filtering for Midi UUID, instead of the device name.

Builty commented 5 days ago

Investigated this further. Seems it might be impractical. Devices like the Mvave Chocolate don't advertise themselves as a Midi device. Advertises as HID instead. Only affect its connected to can the Midi service be located.

That would mean the controller would need to scan for, and connect to every device found to check its services. Not impossible but not sure if thats the best way.