Thank you for your donation!


Cloudsmith graciously provides open-source package management and distribution for our project.


Solved: problem with bluetooth - pair but doesn't connect
#6
The bluetooth config uses the class value below.

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:~ $
Enjoy the Music!
moodeaudio.org | Mastodon Feed | GitHub
Reply


Messages In This Thread
RE: problem with bluetooth - pair but doesn't connect - by Tim Curtis - 01-26-2022, 11:54 AM

Forum Jump: