Hi,
Am using two imx8mp solidrun boards to connect over Bluetooth using bluetoothctl command tool.
But am getting the below log message.
failed to connect: org.bluez.error.notavailable br-connection-profile-unavailable.
Please let me know the procedure of connection between boards.
Note: if I use mobile device to connect over bluetooth it is connected by sharing the passkey.
Please find the below screenshot and /etc/systemd/system/dbus-org.bluez.service file configurations.
[Unit]
Description=Bluetooth service
Documentation=man:bluetoothd(8)
ConditionPathIsDirectory=/sys/class/bluetooth
[Service]
Type=dbus
BusName=org.bluez
ExecStart=/usr/lib/bluetooth/bluetoothd
NotifyAccess=main
#WatchdogSec=10
Restart=on-failure
CapabilityBoundingSet=CAP_NET_ADMIN CAP_NET_BIND_SERVICE
LimitNPROC=1
ProtectHome=true
ProtectSystem=full
[Install]
WantedBy=bluetooth.target
Alias=dbus-org.bluez.service
Regards
Hello,
Make sure that you are using the latest bsp since all this steps works in bluettooth mode, I guess someone from @nitrogen can help you.
Regards