2

Bluetooth経由で新しいBose qc35をUbuntu 16.04マシンとペアリングしようとしています。この答えを試しましたが、うまくいきませんでした。

bluetoothctl に入るとヘッドフォンを見つけることができますが、ペアリングしようとすると次のエラーが発生します。

    [bluetooth]# pair 04:52:C7:C5:2A:71
        Attempting to pair with 04:52:C7:C5:2A:71
        [CHG] Device 04:52:C7:C5:2A:71 Connected: yes
        Failed to pair: org.bluez.Error.AuthenticationFailed
        [CHG] Device 04:52:C7:C5:2A:71 Connected: no

上記の回答のアドバイスに従い、bluetooth サービスで bredr を使用するように設定しました。

最初にデバイスを信頼してからペアリングするのにうんざりしましたが、同じ問題があります。

    [bluetooth]# trust 04:52:C7:C5:2A:71
        [CHG] Device 04:52:C7:C5:2A:71 Trusted: yes
        Changing 04:52:C7:C5:2A:71 trust succeeded
    [bluetooth]# pair 04:52:C7:C5:2A:71
        Attempting to pair with 04:52:C7:C5:2A:71
        [CHG] Device 04:52:C7:C5:2A:71 Connected: yes
        Failed to pair: org.bluez.Error.AuthenticationFailed
        [CHG] Device 04:52:C7:C5:2A:71 Connected: no

ヘルプ :(

4

3 に答える 3