Dear Maintainer,
* What led up to the situation?
I paired a FIDO2 device via bluetoothctl
FIDO service is available and found:
$ mdbus2 -s org.bluez /org/bluez/hci0/dev_D0_CF_5E_06_F9_C4/service002d org.freedesktop.DBus.Properties.GetAll org.bluez.GattService1
({'UUID': <'0000fffd-0000-1000-8000-00805f9b34fb'>, 'Device': <objectpath '/org/bluez/hci0/dev_D0_CF_5E_06_F9_C4'>, 'Primary': <true>, 'Includes': <@ao []>},)
* What exactly did you do (or not do) that was effective (or
ineffective)?
I tried to list the available devices via fido2-token -L and tried to get
information about these devices via fido2-token -I
* What was the outcome of this action?
$ fido2-token -L
$ fido2-token -I D0:CF:5E:06:F9:C4
fido2-token: fido_dev_open D0:CF:5E:06:F9:C4: FIDO_ERR_INTERNAL
* What outcome did you expect instead?
I expected to see the list of available FIDO2 devices and information
about that particular device. NB: I would expect better documentation in the manpage how to properly specify a device in the commandline parameters.