Created
January 1, 2021 04:21
-
-
Save imekachi/efcb8e3fe2dd42db161ce67d375c04c9 to your computer and use it in GitHub Desktop.
This file contains hidden or bidirectional Unicode text that may be interpreted or compiled differently than what appears below. To review, open the file in an editor that reveals hidden Unicode characters.
Learn more about bidirectional Unicode characters
for aptx: | |
sudo defaults write bluetoothaudiod "Enable AptX codec" -bool true | |
for AAC: | |
sudo defaults write bluetoothaudiod "Enable AAC codec" -bool true | |
for verification: | |
sudo defaults read bluetoothaudiod |
Sign up for free
to join this conversation on GitHub.
Already have an account?
Sign in to comment