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
|
|
@ -263,6 +263,9 @@ if get_option('bluez5')
|
|||
if get_option('bluez5-backend-ofono')
|
||||
cdata.set('HAVE_BLUEZ_5_BACKEND_OFONO', 1)
|
||||
endif
|
||||
if get_option('bluez5-backend-hsphfpd')
|
||||
cdata.set('HAVE_BLUEZ_5_BACKEND_HSPHFPD', 1)
|
||||
endif
|
||||
endif
|
||||
|
||||
configure_file(input : 'config.h.meson',
|
||||
|
|
|
|||
Loading…
Add table
Add a link
Reference in a new issue