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:
Frédéric Danis 2020-07-22 17:40:32 +02:00 committed by Wim Taymans
parent 3e7609dcaf
commit 7bad76737e
7 changed files with 688 additions and 0 deletions

View file

@ -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 ],