24.08.2018 16:19, Luiz Augusto von Dentz пишет:
May be possible to set a default pin code via /etc/bluetooth/main.conf
if it is available, do not make a request for a pin from the command line? I
think that then #bluetoothctl pair 11:22:33:44:55:66 will be able to work
fine.
That is something I had in mind, lets see if I can come up with something.
Can be implemented such an option:
#bluetoothctl pair 11:22:33:44:55:66 [pin_code] --timeout 15
bluetoothctl register agent and send pin_code to device.
--timeout time for user response, enter pin_code on device.
NOW I use pair my Aftershokz Trekz headphones without request pin_code
via Dbus command from script:
#dbus-send --system --type=method_call --dest=org.bluez
/org/bluez/55:55:55:55:55:55/dev_11:22:33:44:55:66 org.bluez.Device1.Pair
-----------
Best regards,
Aleksandr Proklov