Hello,
I used Jetson Xavier NX devkit with emmc(linux version: r3273) to test the function of my WIFI&BT module(RTL8822CE), the wifi connection was OK, but the bluetooth connection encountered a problem:
nvidia@ubuntu:~$ sudo su
root@ubuntu:~$ bluetoothctl
[bluetooth]# paired-devices
Device xx:xx:xx:xx:xx:xx my_device
[bluetooth]# connect xx:xx:xx:xx:xx:xx
Attempting to connect to xx:xx:xx:xx:xx:xx
Failed to connect: org.bluez.Error.Failed
And then I checked the message of bluetooth.service:
nvidia@ubuntu:~$ journalctl -u bluetooth.service -f
ubuntu bluetoothd[16847]: profiles/audio/a2dp.c: a2dp_source_connect() path /org/bluez/hci0/dev_XX_XX_XX_XX_XX_XX
ubuntu bluetoothd[16847]: a2dp-source profile connect failed for xx:xx:xx:xx:xx:xx: Protocol not available
Then I noticed that bluetooth should be enabled before using:
NVIDIA Jetson Linux Developer Guide: Hardware Setup | NVIDIA Docs
I followed the steps in this document but the problem was not solved.
And then I found similar problem in another topic, but the solution in this topic still did not work: Nvidia Jetson Xavier NX Bluetooth connection issue - Jetson & Embedded Systems / Jetson Xavier NX - NVIDIA Developer Forums
How can I solve this problem? Thanks very much.