Hi James,
I have tested with the demo images provided in the link, bluetooth is getting connected to the laptops.
However connection to the phone are getting established only when we follow the below steps in bluetoothctl.
root: $bluetoothctl
[bluetooth]# $power on
[bluetooth]# $agent on
[bluetooth]# $default-agent
[bluetooth]# $discoverable on
Pairing and connection initiated from mobile device.
pairing successful, connection not successful.
[bluetooth]# $power off
[bluetooth]# $power on
[bluetooth]# $agent on
[bluetooth]# $default-agent
[bluetooth]# $discoverable on
connection from mobile to board established successfully.
First time connection from phone to ref.board requires a power off and power on in bluetoothctl. This is not observed while connection from/to laptops in reference board.
Apparently with 4.14.98 image that we had compiled for the board, Only doing the "power off" and "power on" in bluetoothctl makes stable connection to laptops and phones. Do you know why this is happening? are we missing something?