mirror of
https://gitlab.freedesktop.org/pipewire/pipewire.git
synced 2025-10-31 22:25:38 -04: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
|
|
@ -16,6 +16,10 @@ if get_option('bluez5-backend-ofono')
|
|||
bluez5_sources += ['backend-ofono.c']
|
||||
endif
|
||||
|
||||
if get_option('bluez5-backend-hsphfpd')
|
||||
bluez5_sources += ['backend-hsphfpd.c']
|
||||
endif
|
||||
|
||||
bluez5lib = shared_library('spa-bluez5',
|
||||
bluez5_sources,
|
||||
include_directories : [ spa_inc, configinc ],
|
||||
|
|
|
|||
Loading…
Add table
Add a link
Reference in a new issue