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

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