@zwingo (and for reference if somebody wants to tackle this):
Same keyboard here with an MX Master mouse. Both devices (and some other bluetooth devices iiuc) do not indicate a class in `/var/lib/bluetooth/*/*/info`.
However, I think one could grep for Bluetooth Appearance values in addition:
```
APPEARANCE_HID_KEYBOARD 961 --> works for K860 keyboard (Appearance=0x03c1)
APPEARANCE_HID_MOUSE 962 --> works for MX Master (Appearance=0x03c2)
```
@zwingo (and for reference if somebody wants to tackle this):
Same keyboard here with an MX Master mouse. Both devices (and some other bluetooth devices iiuc) do not indicate a class in `/var/lib/ bluetooth/ */*/info` .
However, I think one could grep for Bluetooth Appearance values in addition:
``` HID_KEYBOARD 961 --> works for K860 keyboard (Appearance=0x03c1) HID_MOUSE 962 --> works for MX Master (Appearance=0x03c2)
APPEARANCE_
APPEARANCE_
```