You signed in with another tab or window. Reload to refresh your session.You signed out in another tab or window. Reload to refresh your session.You switched accounts on another tab or window. Reload to refresh your session.Dismiss alert
trying to set USB dongle trough bt-agent and bt-device. The idea is to get auto-pairing. Maybe missing something, because its get stuck at this: [root@archphile ~]# bt-agent --capability=NoInputNoOutput & [1] 465 [root@archphile ~]# Agent registered Default agent requested
if i use bluetoothctl everything works, device can be located and paired, so i guess i am missing some commands in bluez-tools usage. What are the steps from the beginning to power and allow for connections: systemctl start bluetooth.service bt-adapter -s Powered on bt-agent --capability=NoInputNoOutput &
is there anything I am missing here?
OS: archlinux
Bluez: 5.49
The text was updated successfully, but these errors were encountered:
Hi guys,
trying to set USB dongle trough bt-agent and bt-device. The idea is to get auto-pairing. Maybe missing something, because its get stuck at this:
[root@archphile ~]# bt-agent --capability=NoInputNoOutput &
[1] 465
[root@archphile ~]# Agent registered
Default agent requested
if i use bluetoothctl everything works, device can be located and paired, so i guess i am missing some commands in bluez-tools usage. What are the steps from the beginning to power and allow for connections:
systemctl start bluetooth.service
bt-adapter -s Powered on
bt-agent --capability=NoInputNoOutput &
is there anything I am missing here?
OS: archlinux
Bluez: 5.49
The text was updated successfully, but these errors were encountered: