我在 Raspberry Debian (Wheezy) 上使用pulseaudio,但我的 bt 耳机 (Iqua BHS-611) 没有出现在源或接收器中。
我做了什么:
我跟着Raspbian Wheezy 安装指南在:http://kmonkey711.blogspot.de/2012/12/a2dp-audio-on-raspberry-pi.html
进入后:
pactl list sources short
我只得到以下但没有 bluez 设备。
0 alsa_output.platform-bcm2835_AUD0.0.analog-stereo.monitor module-alsa-card.c s16le 2ch 44100Hz SUSPENDED
bluez-simple-agent
而不是我使用的hcitool scan
显示我的设备的命令:
bluez-test-device trusted <MAC> yes
这似乎也有效,但仍然没有 bt 设备。
答案1
hcitool
仅扫描附近的蓝牙设备。它不与蓝牙设备关联。要查看其音频源,您需要与蓝牙设备配对。这可以使用 来完成bluez-simple-agent
,如您的来源中所述。