You are not logged in.

#1 2012-04-10 11:30:49

asdil12
Member
Registered: 2012-04-10
Posts: 19

Bluetooth A2DP manual connection

I'm trying to setup bluetooth audio using ALSA and the Logitech Wireless Speaker Adapter.

My /etc/asound.conf looks like that:

pcm.bt {
   type plug
   slave {
       pcm {
           type bluetooth
           device 00:23:78:3D:69:2D
           profile :"auto"
       }
   }
   hint {
       show on
       description "BT Headset"
   }
}
ctl.bt {
  type bluetooth
}
pcm.!default pcm.b

I did the pairing and trust-setting using blueman.

I tested it using another bluetooth-device, and it worked, but the Logitech device seems to perform no autoconnect. On my mobile phone, I manually have to press connect, to use the Logitech device, while the other device works, after I only enable bluetooth.

So I may have to initiate the bluetooth-connection with the Logitech device from the pc.
How can I do that?

Offline

Board footer

Powered by FluxBB