Aptx Bluetooth Audio support on Macbook pro M2 and Sonomo
I am trying to enable aptx support on my macbook so that I can get high quality audio for my bluetooth headset.
What I have tried already
- Download Additional tools for XCode 11.4, tried opening Bluetooth explorer to set this up. But, it seems the app is not even opening on Sonomo on Macbook pro with M2 pro chip.
- Tried using the command -
sudo defaults write bluetoothaudiod "Enable AptX codec" -bool true
to enable aptx and verified the setting using
$ sudo defaults read bluetoothaudiod
Password:
{
"Enable AptX codec" = 1;
}
But, the headphones are still using the AAC codec.
I see these messages on the console when I connect my headphone.
Length of AVDTP Codec Info is too short for Apple Vendor-Specific Codec
A2DP configured at 44.1 KHz. Codec: AAC-LC, VBR max: 256 kbps. 1 frames * (12+744) bytes = 756 per RTP (max=879) every 23.22 ms
The headphones that I use are Yamaha YH-L700a
Similar issue is already reported on the community without a resolution.
MacBook Pro (M2 Pro, 2023)