mirror of
https://gitlab.freedesktop.org/pipewire/pipewire.git
synced 2025-12-15 08:56:38 -05:00
bluez5: Create backend skeleton for HSP/HFP support using hsphfpd
As hsphfpd is a prototype and its API subject to change, this backend is disable by default. This skeleton connects to hsphfpd daemon and list the managed devices.
This commit is contained in:
parent
3e7609dcaf
commit
7bad76737e
7 changed files with 688 additions and 0 deletions
|
|
@ -80,6 +80,10 @@ option('bluez5-backend-ofono',
|
|||
description: 'Enable oFono HFP backend in bluez5 spa plugin',
|
||||
type: 'boolean',
|
||||
value: true)
|
||||
option('bluez5-backend-hsphfpd',
|
||||
description: 'Enable hsphfpd backend in bluez5 spa plugin',
|
||||
type: 'boolean',
|
||||
value: false)
|
||||
option('control',
|
||||
description: 'Enable control spa plugin integration',
|
||||
type: 'boolean',
|
||||
|
|
|
|||
Loading…
Add table
Add a link
Reference in a new issue