Bluetoothヘッドセット:HSP / HFPが機能しない

Bluetoothヘッドセット:HSP / HFPが機能しない

出力デバイスとしてのみ使用する限り、PulseAudioと完全に機能するBluetoothヘッドセット(Sony WH-1000XM3)があります。 pavucontrolでは、Bluetoothプロファイルの変更は、HSP / HFPを除くすべてのデバイス(SBC、LDAC、aptX HD、aptX、およびAAC)で機能します。これが発生すると、PulseAudioは次のエラーを出力します。

I: [pulseaudio] protocol-native.c: Application "PulseAudio-Lautstärkeregler" requests card profile change. card = bluez_card.38_18_4C_6D_C9_22, profile = headset_head_unit
I: [pulseaudio] core.c: default_sink: bluez_sink.38_18_4C_6D_C9_22.a2dp_sink -> alsa_output.usb-BEHRINGER_UMC204HD_192k-00.analog-surround-40
I: [pulseaudio] source-output.c: Freeing output 3 "Ausschlagsserkennung"
I: [bluetooth] bluez5-util.c: Transport /org/bluez/hci0/dev_38_18_4C_6D_C9_22/sep5/fd13 released
I: [pulseaudio] sink.c: Freeing sink 1 "bluez_sink.38_18_4C_6D_C9_22.a2dp_sink"
I: [pulseaudio] source.c: Freeing source 3 "bluez_sink.38_18_4C_6D_C9_22.a2dp_sink.monitor"
I: [pulseaudio] backend-native.c: doing connect
E: [pulseaudio] backend-native.c: connect(): Function not implemented

また、起動時

E: [pulseaudio] backend-ofono.c: Failed to register as a handsfree audio agent with ofono: org.freedesktop.DBus.Error.ServiceUnknown: The name is not activatable

ログに表示されます。

私はFedora 31を使用しており、次のパッケージバージョンがあります。

Installed Packages
NetworkManager-bluetooth.x86_64              1:1.20.10-1.fc31                    @updates               
bluecurve-cursor-theme.noarch                8.0.2-21.fc31                       @fedora                
bluecurve-icon-theme.noarch                  8.0.2-21.fc31                       @fedora                
blueman.x86_64                               1:2.1.2-1.fc31                      @updates               
bluez-cups.x86_64                            5.54-1.fc31                         @updates               
bluez-libs.x86_64                            5.54-1.fc31                         @updates               
bluez-obexd.x86_64                           5.54-1.fc31                         @updates               
bluez-tools.x86_64                           0.2.0-0.11.git20170912.7cb788c.fc31 @fedora                
bluez.x86_64                                 5.54-1.fc31                         @updates               
gnome-bluetooth-libs.x86_64                  1:3.34.1-1.fc31                     @updates               
gnome-bluetooth.x86_64                       1:3.34.1-1.fc31                     @updates               
pulseaudio-libs-devel.x86_64                 13.99.1-2.fc31 @updates               
pulseaudio-libs-glib2.x86_64                 13.99.1-2.fc31 @updates               
pulseaudio-libs.i686                         13.99.1-2.fc31 @updates               
pulseaudio-libs.x86_64                       13.99.1-2.fc31 @updates               
pulseaudio-module-bluetooth-freeworld.x86_64 1.3-4.fc31     @rpmfusion-free-updates
pulseaudio-module-gsettings.x86_64           13.99.1-2.fc31 @updates               
pulseaudio-module-jack.x86_64                13.99.1-2.fc31 @updates               
pulseaudio-module-x11.x86_64                 13.99.1-2.fc31 @updates               
pulseaudio-utils.x86_64                      13.99.1-2.fc31 @updates               
pulseaudio.x86_64                            13.99.1-2.fc31 @updates

私のBluetoothデバイス

Bus 001 Device 002: ID 0a12:0001 Cambridge Silicon Radio, Ltd Bluetooth Dongle (HCI mode)

編集:まだ何も言っていません(新しいドングルを注文しましたが、IDと名前はまったく同じです)。このスレッドUbuntuも同様だと報告します。

ベストアンサー1

同じチップセットを使用してRaspbianバスターで実行できるUSB Bluetoothアダプタがあります。 A2DPのサポートは基本的に出ているようですが、ヘッドセットを使用する場合はHSP / HFPのサポートが必要です。次のリンクは、次の内容を指します。

https://hackaday.io/project/165208-an-old-rotary-phone-as-bluetooth-set/log/162491-setting-up-the-bluetooth

また、ヘッドフォンがHFPプロファイルをサポートしている場合は、次のPulseAudioのマニュアルに記載されているようにOfonoをインストールする必要があります。

https://www.freedesktop.org/wiki/Software/PulseAudio/Documentation/User/Bluetooth/

私が持っているスクリプトの概要を説明し、GitHubリポジトリへのリンクを投稿しました。

https://github.com/lmandres/RaspbianBluetoothScripts

おすすめ記事