Bluetooth headset not working
I have a Jetson Xavier AGX development kit with a Bluetooth module. I want to connect a Bluetooth headset to the AGX. I can pair the headset to the AGX, but then it disconnects immediately. I run “btmon” to watch the connection, and I notice this error message:
> ACL Data RX: Handle 1 flags 0x02 dlen 12
L2CAP: Connection Request (0x02) ident 34 len 4
PSM: 25 (0x0019)
Source CID: 66
< ACL Data TX: Handle 1 flags 0x00 dlen 16
L2CAP: Connection Response (0x03) ident 34 len 8
Destination CID: 0
Source CID: 66
Result: Connection refused - PSM not supported (0x0002)
Status: No further information available (0x0000)
I’m using Jetpack 4.3 (which I think is based on Ubuntu 18)
$ uname -a
Linux 4.9.253-tegra #1 SMP PREEMPT Mon Jul 26 12:19:28 PDT 2021 aarch64 aarch64 aarch64 GNU/Linux
How can I fix this?