bluez5: Add simple HFP AG support to backend-native

This commit is contained in:
Frédéric Danis 2020-12-23 14:41:57 +01:00
parent 677f122f1d
commit 7bd86df6df
6 changed files with 263 additions and 65 deletions

View file

@ -280,7 +280,12 @@ if get_option('systemd')
endif
if get_option('bluez5')
if get_option('bluez5-backend-native')
if get_option('bluez5-backend-hsp-native')
cdata.set('HAVE_BLUEZ_5_BACKEND_HSP_NATIVE', 1)
cdata.set('HAVE_BLUEZ_5_BACKEND_NATIVE', 1)
endif
if get_option('bluez5-backend-hfp-native')
cdata.set('HAVE_BLUEZ_5_BACKEND_HFP_NATIVE', 1)
cdata.set('HAVE_BLUEZ_5_BACKEND_NATIVE', 1)
endif
if get_option('bluez5-backend-ofono')