最終更新:2022-11-10 (木) 04:12:04 (534d)  

PulseAudio/モジュール/module-bluetooth-discover
Top / PulseAudio / モジュール / module-bluetooth-discover

Detects available bluetooth audio devices using BlueZ.

メモ

  • Some hardware uses alsa devices for the SCO link (used by the HSP/HFP and HFGW? profiles).
  • This is called the "SCO over PCM" mode.
  • For such hardware, the alsa sink and source need to be specified with the "sco_sink" and "sco_source" arguments. This feature is only available with BlueZ 4.

headset

  • auto (default)
    • In the default configuration, if oFono isn't running, only HSP is enabled.
    • If oFono is running, the audio gateway role of HSP is enabled plus both HFP roles.
  • native (HSP only)
  • ofono (HFP only)

PulseAudio 5.0

  • The role of module-bluetooth-discover is now to act as an abstraction layer: it will load module-bluez4-discover and/or module-bluez5-discover based on what's present in the system.

関連