bluez5: add telephony D-Bus service implementation

This commit is contained in:
George Kiagiadakis 2024-07-08 17:39:49 +03:00 committed by Wim Taymans
parent 16c4cd05a9
commit b28399ac57
3 changed files with 1187 additions and 1 deletions

View file

@ -56,7 +56,7 @@ if get_option('bluez5-backend-hsp-native').allowed() or get_option('bluez5-backe
bluez5_deps += mm_dep
bluez5_sources += ['modemmanager.c']
endif
bluez5_sources += ['backend-native.c', 'upower.c']
bluez5_sources += ['backend-native.c', 'upower.c', 'telephony.c']
endif
if get_option('bluez5-backend-ofono').allowed()