mirror of
https://gitlab.freedesktop.org/pipewire/pipewire.git
synced 2025-12-15 08:56:38 -05:00
bluez5: Add simple HFP AG support to backend-native
This commit is contained in:
parent
677f122f1d
commit
7bd86df6df
6 changed files with 263 additions and 65 deletions
|
|
@ -69,8 +69,12 @@ option('bluez5',
|
|||
description: 'Enable bluez5 spa plugin integration',
|
||||
type: 'boolean',
|
||||
value: true)
|
||||
option('bluez5-backend-native',
|
||||
description: 'Enable native HSP backend in bluez5 spa plugin',
|
||||
option('bluez5-backend-hsp-native',
|
||||
description: 'Enable HSP in native backend in bluez5 spa plugin',
|
||||
type: 'boolean',
|
||||
value: true)
|
||||
option('bluez5-backend-hfp-native',
|
||||
description: 'Enable HFP in native backend in bluez5 spa plugin',
|
||||
type: 'boolean',
|
||||
value: true)
|
||||
option('bluez5-backend-ofono',
|
||||
|
|
|
|||
Loading…
Add table
Add a link
Reference in a new issue