01-26-2022, 11:54 AM
The bluetooth config uses the class value below.
You could try a mod to the bluetooth config.
/etc/bluetooth/main.conf
Change ControllerMode from bredr to dual
Then in Audio Config restart Bluetooth and maybe also the pairing agent.
To run commands try the script that BlueZ Config uses.
Code:
Class = 0x20041C
# 2 = Service Class: Audio
# 4 = Major Device Class Audio/Video
# 1C = Minor Device Class: Loudspeaker x14 & Headphones x18
You could try a mod to the bluetooth config.
/etc/bluetooth/main.conf
Change ControllerMode from bredr to dual
Code:
ControllerMode = dual
Then in Audio Config restart Bluetooth and maybe also the pairing agent.
To run commands try the script that BlueZ Config uses.
Code:
pi@rp1:~ $ sudo /var/www/command/bt.sh -h
** BlueMoode version 1.5
**
** Usage: bt.sh [OPTION]
** -i initialize/reset controller
** -s scan and trust devices
** -l list discovered devices
** -p list paired devices
** -c list connected devices
** -d disconnect device <MAC addr>
** -r remove paired device <MAC addr>
** -P pair with device <MAC addr>
** -C connect to device <MAC addr>
** -D disconnect all devices
** -R remove all pairings
** -h help
pi@rp1:~ $