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
When I run bt-agent in the foreground (bt-agent --capability=NoInputNoOutput) or manually backgrounded (bt-agent --capability=NoInputNoOutput &) I'm able to pair my phone correctly with the system, but running it with the daemon flag (bt-agent --capability=NoInputNoOutput -d), the system is visible to my phone, but trying to pair and connect fails with a generic 'can't connect to device' message. bluez-tools is running as the most recent repo version available on Raspbian Buster Full (version 2.0~20170911.0.7cb788c-2), on a Raspberry Pi Zero W using the built-in bluetooth chip.
The text was updated successfully, but these errors were encountered:
Any updates regarding this issue? Are there any drawbacks starting a service with bt-agent --capability=NoInputNoOutput & instead of using bt-agent --capability=NoInputNoOutput -d
I am currently building the package for openwrt 21.02 platform and it runs already, just have been wondering if this needs to be fixed and if so how to debug this...
When I run bt-agent in the foreground (
bt-agent --capability=NoInputNoOutput
) or manually backgrounded (bt-agent --capability=NoInputNoOutput &
) I'm able to pair my phone correctly with the system, but running it with the daemon flag (bt-agent --capability=NoInputNoOutput -d
), the system is visible to my phone, but trying to pair and connect fails with a generic 'can't connect to device' message.bluez-tools
is running as the most recent repo version available on Raspbian Buster Full (version 2.0~20170911.0.7cb788c-2), on a Raspberry Pi Zero W using the built-in bluetooth chip.The text was updated successfully, but these errors were encountered: